Skip to content

Commit 43737a6

Browse files
committed
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 <[email protected]>
1 parent 54ebb43 commit 43737a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/workunits/cephadm/test_cephadm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ FSID='00000000-0000-0000-0000-0000deadbeef'
1010

1111
# images that are used
1212
IMAGE_MAIN=${IMAGE_MAIN:-'quay.ceph.io/ceph-ci/ceph:main'}
13-
IMAGE_PACIFIC=${IMAGE_PACIFIC:-'quay.ceph.io/ceph-ci/ceph:pacific'}
14-
#IMAGE_OCTOPUS=${IMAGE_OCTOPUS:-'quay.ceph.io/ceph-ci/ceph:octopus'}
13+
IMAGE_REEF=${IMAGE_REEF:-'quay.ceph.io/ceph-ci/ceph:reef'}
14+
IMAGE_SQUID=${IMAGE_SQUID:-'quay.ceph.io/ceph-ci/ceph:squid'}
1515
IMAGE_DEFAULT=${IMAGE_MAIN}
1616

1717
OSD_IMAGE_NAME="${SCRIPT_NAME%.*}_osd.img"

0 commit comments

Comments
 (0)