From b16bc1cd07a28d2a5677c2fc107686f0b96648ce Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 24 Jul 2023 10:09:28 -0400 Subject: [PATCH] qa/rgw: pacific upgrade disables centos9 we don't build centos 9 packages for pacific, so the pacific upgrade suite was failing with errors like: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=pacific Fixes: https://tracker.ceph.com/issues/62135 Signed-off-by: Casey Bodley --- .../rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml | 1 + .../rgw/upgrade/1-install/pacific/distro$/centos_latest.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml delete mode 120000 qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_latest.yaml diff --git a/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml b/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml new file mode 120000 index 0000000000000..5dceec7e222bd --- /dev/null +++ b/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_latest.yaml b/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_latest.yaml deleted file mode 120000 index bd9854e702982..0000000000000 --- a/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file -- 2.39.5