From 1fc33c54f83c57cb81083d2b33fd1fc41ce95f0c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 4 Feb 2020 21:08:04 -0800 Subject: [PATCH] qa: specify random distros in multimds Note: the name is important so that kclient mount can override the distro setting. Fixes: https://tracker.ceph.com/issues/43968 Signed-off-by: Patrick Donnelly --- qa/suites/fs/verify/validater/valgrind.yaml | 4 ++-- qa/suites/multimds/basic/0-supported-random-distro$ | 1 + qa/suites/multimds/thrash/0-supported-random-distro$ | 1 + qa/suites/multimds/verify/centos_latest.yaml | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) create mode 120000 qa/suites/multimds/basic/0-supported-random-distro$ create mode 120000 qa/suites/multimds/thrash/0-supported-random-distro$ create mode 120000 qa/suites/multimds/verify/centos_latest.yaml diff --git a/qa/suites/fs/verify/validater/valgrind.yaml b/qa/suites/fs/verify/validater/valgrind.yaml index a5c081542d8..bf10aee699a 100644 --- a/qa/suites/fs/verify/validater/valgrind.yaml +++ b/qa/suites/fs/verify/validater/valgrind.yaml @@ -1,5 +1,5 @@ -# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126 -os_type: centos +# Only works on os_type: centos +# See http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126 overrides: install: diff --git a/qa/suites/multimds/basic/0-supported-random-distro$ b/qa/suites/multimds/basic/0-supported-random-distro$ new file mode 120000 index 00000000000..78f2991b407 --- /dev/null +++ b/qa/suites/multimds/basic/0-supported-random-distro$ @@ -0,0 +1 @@ +.qa/distros/supported-random-distro$/ \ No newline at end of file diff --git a/qa/suites/multimds/thrash/0-supported-random-distro$ b/qa/suites/multimds/thrash/0-supported-random-distro$ new file mode 120000 index 00000000000..78f2991b407 --- /dev/null +++ b/qa/suites/multimds/thrash/0-supported-random-distro$ @@ -0,0 +1 @@ +.qa/distros/supported-random-distro$/ \ No newline at end of file diff --git a/qa/suites/multimds/verify/centos_latest.yaml b/qa/suites/multimds/verify/centos_latest.yaml new file mode 120000 index 00000000000..bd9854e7029 --- /dev/null +++ b/qa/suites/multimds/verify/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_latest.yaml \ No newline at end of file -- 2.39.5