From 853504bf8e3a3c665d29ebefca6f5106cf09098b Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Thu, 9 Jan 2020 23:26:02 +0530 Subject: [PATCH] qa/cephfs: don't run kclient tests on latest RHEL Fixes: https://tracker.ceph.com/issues/43541 Signed-off-by: Rishabh Dave --- qa/cephfs/mount/kclient/overrides/distro/random/supported$ | 1 - qa/cephfs/mount/kclient/overrides/distro/random/supported/.qa | 1 + .../kclient/overrides/distro/random/supported/centos_latest.yaml | 1 + .../kclient/overrides/distro/random/supported/ubuntu_latest.yaml | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 120000 qa/cephfs/mount/kclient/overrides/distro/random/supported$ create mode 120000 qa/cephfs/mount/kclient/overrides/distro/random/supported/.qa create mode 120000 qa/cephfs/mount/kclient/overrides/distro/random/supported/centos_latest.yaml create mode 120000 qa/cephfs/mount/kclient/overrides/distro/random/supported/ubuntu_latest.yaml diff --git a/qa/cephfs/mount/kclient/overrides/distro/random/supported$ b/qa/cephfs/mount/kclient/overrides/distro/random/supported$ deleted file mode 120000 index 78f2991b407af..0000000000000 --- a/qa/cephfs/mount/kclient/overrides/distro/random/supported$ +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported-random-distro$/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/random/supported/.qa b/qa/cephfs/mount/kclient/overrides/distro/random/supported/.qa new file mode 120000 index 0000000000000..a602a0353e751 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/random/supported/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/random/supported/centos_latest.yaml b/qa/cephfs/mount/kclient/overrides/distro/random/supported/centos_latest.yaml new file mode 120000 index 0000000000000..bd9854e702982 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/random/supported/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/random/supported/ubuntu_latest.yaml b/qa/cephfs/mount/kclient/overrides/distro/random/supported/ubuntu_latest.yaml new file mode 120000 index 0000000000000..3a09f9abb05ca --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/random/supported/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file