From 3d0919d29d9b314b27da1ad83773bf27f15b5783 Mon Sep 17 00:00:00 2001 From: Adam King Date: Tue, 11 Jun 2024 10:57:43 -0400 Subject: [PATCH] qa/upgrade: make reef p2p parallel upgrade tests to use centos 9 Since we're no longer using centos 8 for tests after the removal of the mirrors Signed-off-by: Adam King --- .../upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/.qa | 1 + .../reef-p2p-parallel/supported-all-distro/centos_8.yaml | 1 - .../reef-p2p-parallel/supported-all-distro/centos_9.stream.yaml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/.qa delete mode 120000 qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_8.yaml create mode 120000 qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_9.stream.yaml diff --git a/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/.qa b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/.qa new file mode 120000 index 00000000000..c4fcc4e00bb --- /dev/null +++ b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/.qa @@ -0,0 +1 @@ +../../../../../.qa/ \ No newline at end of file diff --git a/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_8.yaml b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_8.yaml deleted file mode 120000 index bb4a6aaf3ac..00000000000 --- a/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_8.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../../distros/supported-all-distro/centos_8.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_9.stream.yaml b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_9.stream.yaml new file mode 120000 index 00000000000..7a8040fe8b8 --- /dev/null +++ b/qa/suites/upgrade/reef-p2p/reef-p2p-parallel/supported-all-distro/centos_9.stream.yaml @@ -0,0 +1 @@ +.qa/distros/supported-container-hosts/centos_9.stream.yaml \ No newline at end of file -- 2.39.5