From 50e56e9ee2e615fa11c611c80be9a417d44eccf6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 12 Nov 2014 09:51:20 -0800 Subject: [PATCH] fs/multiclient: force mpi tests onto trusty This will ensure we have a matching version of MPI. Signed-off-by: Sage Weil Reviewed-by: Greg Farnum (cherry picked from commit 0a88b34ba350b9eb057a735fe8082ebf03762327) --- suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled | 4 ++++ suites/fs/multiclient/tasks/ior-shared-file.yaml | 4 ++++ suites/fs/multiclient/tasks/mdtest.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled b/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled index 255a68795c92..e486c44c51e2 100644 --- a/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled +++ b/suites/fs/multiclient/tasks/fsx-mpi.yaml.disabled @@ -1,3 +1,7 @@ +# make sure we get the same MPI version on all hosts +os_type: ubuntu +os_version: "14.04" + tasks: - pexec: clients: diff --git a/suites/fs/multiclient/tasks/ior-shared-file.yaml b/suites/fs/multiclient/tasks/ior-shared-file.yaml index 56795781d71f..dcf24247a925 100644 --- a/suites/fs/multiclient/tasks/ior-shared-file.yaml +++ b/suites/fs/multiclient/tasks/ior-shared-file.yaml @@ -1,3 +1,7 @@ +# make sure we get the same MPI version on all hosts +os_type: ubuntu +os_version: "14.04" + tasks: - pexec: clients: diff --git a/suites/fs/multiclient/tasks/mdtest.yaml b/suites/fs/multiclient/tasks/mdtest.yaml index 0d1aee08b404..1dd95d954fbb 100644 --- a/suites/fs/multiclient/tasks/mdtest.yaml +++ b/suites/fs/multiclient/tasks/mdtest.yaml @@ -1,3 +1,7 @@ +# make sure we get the same MPI version on all hosts +os_type: ubuntu +os_version: "14.04" + tasks: - pexec: clients: -- 2.47.3