ceph/qa/suites/fs/multiclient/tasks/mdtest.yaml
Kefu Chai 88311be439 qa/suites/fs: use ubuntu_latest for multiclient tasks
instead of using ubuntu 14.04, since we want to drop the support of this
release.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-12-04 14:06:40 +08:00

21 lines
576 B
YAML

# make sure we get the same MPI version on all hosts
tasks:
- pexec:
clients:
- cd $TESTDIR
- wget http://download.ceph.com/qa/mdtest-1.9.3.tgz
- mkdir mdtest-1.9.3
- cd mdtest-1.9.3
- tar xvfz $TESTDIR/mdtest-1.9.3.tgz
- rm $TESTDIR/mdtest-1.9.3.tgz
- MPI_CC=mpicc make
- ln -s $TESTDIR/mnt.* $TESTDIR/gmnt
- ssh_keys:
- mpi:
exec: $TESTDIR/mdtest-1.9.3/mdtest -d $TESTDIR/gmnt -I 20 -z 5 -b 2 -R
- pexec:
all:
- rm -f $TESTDIR/gmnt
- rm -rf $TESTDIR/mdtest-1.9.3
- rm -rf $TESTDIR/._mdtest-1.9.3