From: Adam King Date: Mon, 11 Dec 2023 18:59:42 +0000 (-0500) Subject: qa/cephadm: use quincy for add-repo test X-Git-Tag: v18.2.4~19 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=28eb887387335b76bf478578ee64371cbfcc6ebb;p=ceph.git 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 (cherry picked from commit 80dc6ce72a2c209424698ce31549362e9148022f) (cherry picked from commit b27c4e229187360461ba1dd81eb959676e690751) --- 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