From d4a04809fd7fd8aaf447005f76a1090db99d75c5 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 25 Mar 2020 09:54:04 +0800 Subject: [PATCH] qa/suites/perf-basic: only test on bionic because centos8/rhel8 does not package collectl or pdsh anymore. but these packages are required by CBT for collecting performance stats. so instead of testing on all supported distros, let's run the perf tests only on distros offering these packages. Signed-off-by: Kefu Chai --- qa/suites/perf-basic/distros/.qa | 1 + qa/suites/perf-basic/distros/ubuntu_latest.yaml | 1 + 2 files changed, 2 insertions(+) create mode 120000 qa/suites/perf-basic/distros/.qa create mode 120000 qa/suites/perf-basic/distros/ubuntu_latest.yaml diff --git a/qa/suites/perf-basic/distros/.qa b/qa/suites/perf-basic/distros/.qa new file mode 120000 index 00000000000..fea2489fdf6 --- /dev/null +++ b/qa/suites/perf-basic/distros/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/suites/perf-basic/distros/ubuntu_latest.yaml b/qa/suites/perf-basic/distros/ubuntu_latest.yaml new file mode 120000 index 00000000000..3a09f9abb05 --- /dev/null +++ b/qa/suites/perf-basic/distros/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file -- 2.39.5