From: Patrick Donnelly Date: Thu, 15 Jul 2021 17:35:41 +0000 (-0700) Subject: qa: only use RHEL for workload testing X-Git-Tag: v18.0.0~1412^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=017ccd21e6ce58bd772ebcdcbac0e6ac1412f409;p=ceph.git qa: only use RHEL for workload testing It's not useful testing workloads with different distributions; it just adds to the maintenance burden of this qa suite as distro upgrades often break compilation of various tests. Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/workload/distro b/qa/suites/fs/workload/distro deleted file mode 120000 index 0862b4457b37..000000000000 --- a/qa/suites/fs/workload/distro +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/workload/rhel_8.yaml b/qa/suites/fs/workload/rhel_8.yaml new file mode 120000 index 000000000000..133acf27bff7 --- /dev/null +++ b/qa/suites/fs/workload/rhel_8.yaml @@ -0,0 +1 @@ +.qa/distros/all/rhel_8.yaml \ No newline at end of file