From 144eb49509f0748afcc118630a8f1e9fa5d1aa7e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 15 Jul 2021 10:35:41 -0700 Subject: [PATCH] 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) --- qa/suites/fs/workload/distro | 1 - qa/suites/fs/workload/rhel_8.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/suites/fs/workload/distro create mode 120000 qa/suites/fs/workload/rhel_8.yaml diff --git a/qa/suites/fs/workload/distro b/qa/suites/fs/workload/distro deleted file mode 120000 index 0862b4457b37a..0000000000000 --- 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 0000000000000..133acf27bff75 --- /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 -- 2.39.5