]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephadm: use quincy for add-repo test
authorAdam King <adking@redhat.com>
Mon, 11 Dec 2023 18:59:42 +0000 (13:59 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 8 Jul 2024 15:29:07 +0000 (17:29 +0200)
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 <adking@redhat.com>
(cherry picked from commit 80dc6ce72a2c209424698ce31549362e9148022f)
(cherry picked from commit b27c4e229187360461ba1dd81eb959676e690751)

qa/workunits/cephadm/test_repos.sh

index 221585fd0fef87bbcc8f8dedb9afc852561d844f..5c17e51060e98fb94faeaa18da98c0b2d957be2a 100755 (executable)
@@ -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