From: Patrick Donnelly Date: Fri, 23 Jul 2021 15:19:48 +0000 (-0700) Subject: qa: stop overriding distro for k-testing X-Git-Tag: v18.0.0~1412^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fb75ed6d391960f0826ac810b942afd2f0a662ea;p=ceph.git qa: stop overriding distro for k-testing This is a continuation of previous commit qa: only use RHEL for workload testing We don't want to test fs:workload with centos/ubuntu to avoid packaging issues and to reduce the matrix of distros we're running workloads on. Also, the testing kernel should install fine on the distros we test with "supported" random distros. Signed-off-by: Patrick Donnelly --- diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/% b/qa/cephfs/mount/kclient/overrides/distro/testing/% deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/.qa b/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/centos_latest.yaml b/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/centos_latest.yaml deleted file mode 120000 index bd9854e70298..000000000000 --- a/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/ubuntu_latest.yaml b/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/ubuntu_latest.yaml deleted file mode 120000 index 3a09f9abb05c..000000000000 --- a/qa/cephfs/mount/kclient/overrides/distro/testing/flavor/ubuntu_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file