From 80dc6ce72a2c209424698ce31549362e9148022f Mon Sep 17 00:00:00 2001 From: Adam King Date: Mon, 11 Dec 2023 13:59:42 -0500 Subject: [PATCH] qa/cephadm: use quincy for add-repo test There are no centos 9 build for octopus, so if we want to start testing on cnetos 9 as a distro we need the add-repo test to be done on a newer release for which there are actual builds Signed-off-by: Adam King --- qa/workunits/cephadm/test_repos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/workunits/cephadm/test_repos.sh b/qa/workunits/cephadm/test_repos.sh index 221585fd0fef8..5c17e51060e98 100755 --- a/qa/workunits/cephadm/test_repos.sh +++ b/qa/workunits/cephadm/test_repos.sh @@ -30,7 +30,7 @@ function test_install_uninstall() { sudo zypper -n remove cephadm ) } -sudo $CEPHADM -v add-repo --release octopus +sudo $CEPHADM -v add-repo --release quincy test_install_uninstall sudo $CEPHADM -v rm-repo @@ -38,7 +38,7 @@ sudo $CEPHADM -v add-repo --dev main test_install_uninstall sudo $CEPHADM -v rm-repo -sudo $CEPHADM -v add-repo --release 15.2.7 +sudo $CEPHADM -v add-repo --release 17.2.6 test_install_uninstall sudo $CEPHADM -v rm-repo -- 2.39.5