From: Adam King Date: Thu, 4 Apr 2024 19:49:27 +0000 (-0400) Subject: qa/cephadm: update images for test_cephadm workunit X-Git-Tag: testing/wip-batrick-testing-20240411.154038~4^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=43737a642507f3bdc6390492a3dfc6fe4dff24e4;p=ceph-ci.git qa/cephadm: update images for test_cephadm workunit 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 --- diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 7d06a332608..2866609103f 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -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"