From 38b4e13d8f94fc6406bd4f56f593f0f0086238ef Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 17 Aug 2023 18:31:42 +0530 Subject: [PATCH] Revert "qa/cephfs: fix ior build failure" PR #52416 is incomplete and got merged on the basis of a linked test run which passed, however, subsequent update to the PR caused the test to start failing again. Signed-off-by: Venky Shankar --- qa/suites/fs/multiclient/tasks/ior-shared-file.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml b/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml index 48b33d02e237f..5329fa67ff1ea 100644 --- a/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml +++ b/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml @@ -5,13 +5,10 @@ tasks: - cd $TESTDIR - wget http://download.ceph.com/qa/ior.tbz2 - tar xvfj ior.tbz2 - - sudo apt purge -y mpich - - sudo apt install -y mpich - cd ior - ./configure - make - make install DESTDIR=$TESTDIR/binary/ - - tree binary/ - cd $TESTDIR/ - rm ior.tbz2 - rm -r ior -- 2.39.5