ceph/qa/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled
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

18 lines
456 B
Plaintext

# make sure we get the same MPI version on all hosts
tasks:
- pexec:
clients:
- cd $TESTDIR
- wget http://download.ceph.com/qa/fsx-mpi.c
- mpicc fsx-mpi.c -o fsx-mpi
- rm fsx-mpi.c
- ln -s $TESTDIR/mnt.* $TESTDIR/gmnt
- ssh_keys:
- mpi:
exec: sudo $TESTDIR/fsx-mpi -o 1MB -N 50000 -p 10000 -l 1048576 $TESTDIR/gmnt/test
workdir: $TESTDIR/gmnt
- pexec:
all:
- rm $TESTDIR/gmnt
- rm $TESTDIR/fsx-mpi