From 922ba8bb4e73da9c87f4ef3e80e86c8b123c16f9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 19 Dec 2019 12:16:00 -0600 Subject: [PATCH] qa/suites/rados/thrash-old-clients: centos -> ubuntu We can't upgrade packages from el7 to el8, so do this on ubuntu 18.04. Signed-off-by: Sage Weil --- qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml | 1 - qa/suites/rados/thrash-old-clients/distro$/ubuntu_latest.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml create mode 120000 qa/suites/rados/thrash-old-clients/distro$/ubuntu_latest.yaml diff --git a/qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml b/qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml deleted file mode 120000 index bd9854e7029..00000000000 --- a/qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/distro$/ubuntu_latest.yaml b/qa/suites/rados/thrash-old-clients/distro$/ubuntu_latest.yaml new file mode 120000 index 00000000000..3a09f9abb05 --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/distro$/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file -- 2.39.5