From fb75ed6d391960f0826ac810b942afd2f0a662ea Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 23 Jul 2021 08:19:48 -0700 Subject: [PATCH] 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 --- qa/cephfs/mount/kclient/overrides/distro/testing/% | 0 qa/cephfs/mount/kclient/overrides/distro/testing/flavor/.qa | 1 - .../kclient/overrides/distro/testing/flavor/centos_latest.yaml | 1 - .../kclient/overrides/distro/testing/flavor/ubuntu_latest.yaml | 1 - 4 files changed, 3 deletions(-) delete mode 100644 qa/cephfs/mount/kclient/overrides/distro/testing/% delete mode 120000 qa/cephfs/mount/kclient/overrides/distro/testing/flavor/.qa delete mode 120000 qa/cephfs/mount/kclient/overrides/distro/testing/flavor/centos_latest.yaml delete mode 120000 qa/cephfs/mount/kclient/overrides/distro/testing/flavor/ubuntu_latest.yaml diff --git a/qa/cephfs/mount/kclient/overrides/distro/testing/% b/qa/cephfs/mount/kclient/overrides/distro/testing/% deleted file mode 100644 index e69de29bb2d1d..0000000000000 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 a602a0353e751..0000000000000 --- 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 bd9854e702982..0000000000000 --- 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 3a09f9abb05ca..0000000000000 --- 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 -- 2.39.5