From: Patrick Donnelly Date: Thu, 15 Jul 2021 17:35:41 +0000 (-0700) Subject: qa: only use RHEL for workload testing X-Git-Tag: v17.1.0~13^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=144eb49509f0748afcc118630a8f1e9fa5d1aa7e;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 (cherry picked from commit 017ccd21e6ce58bd772ebcdcbac0e6ac1412f409) --- diff --git a/qa/suites/fs/workload/distro b/qa/suites/fs/workload/distro deleted file mode 120000 index 0862b4457b3..00000000000 --- 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 00000000000..133acf27bff --- /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