From: Venky Shankar Date: Thu, 17 Aug 2023 13:01:42 +0000 (+0530) Subject: Revert "qa/cephfs: fix ior build failure" X-Git-Tag: v19.0.0~647^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F53036%2Fhead;p=ceph.git 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 --- diff --git a/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml b/qa/suites/fs/multiclient/tasks/ior-shared-file.yaml index 48b33d02e237..5329fa67ff1e 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