1
0
mirror of https://github.com/ceph/ceph synced 2025-03-30 15:31:01 +00:00

Revert "qa/cephfs: fix ior build failure"

PR  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 <vshankar@redhat.com>
This commit is contained in:
Venky Shankar 2023-08-17 18:31:42 +05:30
parent a4b76efd31
commit 38b4e13d8f

View File

@ -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