From: Patrick Donnelly Date: Wed, 5 Feb 2020 05:08:04 +0000 (-0800) Subject: qa: specify random distros in multimds X-Git-Tag: v15.1.1~507^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33080%2Fhead;p=ceph.git 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 --- diff --git a/qa/suites/fs/verify/validater/valgrind.yaml b/qa/suites/fs/verify/validater/valgrind.yaml index a5c081542d80..bf10aee699a0 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 000000000000..78f2991b407a --- /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 000000000000..78f2991b407a --- /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 000000000000..bd9854e70298 --- /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