From 43737a642507f3bdc6390492a3dfc6fe4dff24e4 Mon Sep 17 00:00:00 2001 From: Adam King Date: Thu, 4 Apr 2024 15:49:27 -0400 Subject: [PATCH] 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 --- qa/workunits/cephadm/test_cephadm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 7d06a3326083d..2866609103f51 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" -- 2.39.5