Skip to content

Commit d8b4e04

Browse files
authored
Merge pull request ceph#56716 from adk3798/test_cephadm_images
qa/cephadm: update images for test_cephadm workunit Reviewed-by: John Mulligan <[email protected]>
2 parents 88a8c7f + 43737a6 commit d8b4e04

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)