]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephadm: fix test_repos.sh for jammy nodes 69299/head
authorRedouane Kachach <rkachach@ibm.com>
Fri, 5 Jun 2026 08:02:34 +0000 (10:02 +0200)
committerRedouane Kachach <rkachach@ibm.com>
Fri, 5 Jun 2026 08:07:39 +0000 (10:07 +0200)
The test uses add-repo --release 17.2.6 to verify version-string repo
handling, but debian-17.2.6 only has focal and bullseye suites and
jammy packages weren't built until 17.2.7. This causes apt-get update
to fail with a 404 on ubuntu_22.04 nodes.

see: https://download.ceph.com/debian-17.2.6/dists/

This fix bumps the version to 17.2.7 which includes a jammy suite.

Fixes: https://tracker.ceph.com/issues/77130
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
qa/workunits/cephadm/test_repos.sh

index 5c17e51060e98fb94faeaa18da98c0b2d957be2a..2a729923261ec8553a435bc741b0241b75ddb117 100755 (executable)
@@ -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 17.2.6
+sudo $CEPHADM -v add-repo --release 17.2.7
 test_install_uninstall
 sudo $CEPHADM -v rm-repo