]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephadm: update images for test_cephadm workunit 56716/head
authorAdam King <adking@redhat.com>
Thu, 4 Apr 2024 19:49:27 +0000 (15:49 -0400)
committerAdam King <adking@redhat.com>
Thu, 4 Apr 2024 19:49:27 +0000 (15:49 -0400)
This patch doesn't actually fix any tests, but looking
at https://tracker.ceph.com/issues/64208 has made me
realize we haven't been updating the images on here
at all. This patch just removes the octopus and pacific
image variables and puts in ones for reef and squid. I
think this is a reasonable way to try and maintain these,
as we're just keeping around the image for the last two
releases, which matches with what versions could one day
upgrade to what main will become (the "T" release as
of writing this)

Signed-off-by: Adam King <adking@redhat.com>
qa/workunits/cephadm/test_cephadm.sh

index 7d06a3326083d309b1738a5c8e140be80303466d..2866609103f519d32c76078ce03ee3138d9dfe4a 100755 (executable)
@@ -10,8 +10,8 @@ FSID='00000000-0000-0000-0000-0000deadbeef'
 
 # images that are used
 IMAGE_MAIN=${IMAGE_MAIN:-'quay.ceph.io/ceph-ci/ceph:main'}
-IMAGE_PACIFIC=${IMAGE_PACIFIC:-'quay.ceph.io/ceph-ci/ceph:pacific'}
-#IMAGE_OCTOPUS=${IMAGE_OCTOPUS:-'quay.ceph.io/ceph-ci/ceph:octopus'}
+IMAGE_REEF=${IMAGE_REEF:-'quay.ceph.io/ceph-ci/ceph:reef'}
+IMAGE_SQUID=${IMAGE_SQUID:-'quay.ceph.io/ceph-ci/ceph:squid'}
 IMAGE_DEFAULT=${IMAGE_MAIN}
 
 OSD_IMAGE_NAME="${SCRIPT_NAME%.*}_osd.img"