From e15a22da6eec6bbcc2836f12214e17173c12f406 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Wed, 3 Feb 2021 18:57:50 +0000 Subject: [PATCH] qa/suites/perf-basic: pin to 18.04 This will have same problems as https://tracker.ceph.com/issues/49139 Signed-off-by: Neha Ojha (cherry picked from commit e5895dd8012f646ae9d67b9d1b331e7c06fe89d3) --- qa/suites/perf-basic/distros/.qa | 1 - qa/suites/perf-basic/distros/ubuntu_latest.yaml | 1 - qa/suites/perf-basic/ubuntu_18.04.yaml | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 qa/suites/perf-basic/distros/.qa delete mode 120000 qa/suites/perf-basic/distros/ubuntu_latest.yaml create mode 120000 qa/suites/perf-basic/ubuntu_18.04.yaml diff --git a/qa/suites/perf-basic/distros/.qa b/qa/suites/perf-basic/distros/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/perf-basic/distros/.qa +++ /dev/null @@ -1 +0,0 @@ -../.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 deleted file mode 120000 index 3a09f9abb05c..000000000000 --- a/qa/suites/perf-basic/distros/ubuntu_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/perf-basic/ubuntu_18.04.yaml b/qa/suites/perf-basic/ubuntu_18.04.yaml new file mode 120000 index 000000000000..cfb85f10ef59 --- /dev/null +++ b/qa/suites/perf-basic/ubuntu_18.04.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_18.04.yaml \ No newline at end of file -- 2.47.3