From e0335ee6e9852ce72347921d055a22d42e0e94f2 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Thu, 9 Jan 2020 23:13:09 +0530 Subject: [PATCH 1/2] qa/cephfs: don't test kclient on RHEL 7 https://tracker.ceph.com/issues/43539 Signed-off-by: Rishabh Dave --- qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_7.yaml | 1 - qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_8.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_7.yaml create mode 120000 qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_8.yaml diff --git a/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_7.yaml b/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_7.yaml deleted file mode 120000 index b776cd2f7b2..00000000000 --- a/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_7.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/rhel_7.yaml \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_8.yaml b/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_8.yaml new file mode 120000 index 00000000000..133acf27bff --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/rhel/rhel_8.yaml @@ -0,0 +1 @@ +.qa/distros/all/rhel_8.yaml \ No newline at end of file From 853504bf8e3a3c665d29ebefca6f5106cf09098b Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Thu, 9 Jan 2020 23:26:02 +0530 Subject: [PATCH 2/2] 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 78f2991b407..00000000000 --- 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 00000000000..a602a0353e7 --- /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 00000000000..bd9854e7029 --- /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 00000000000..3a09f9abb05 --- /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