Makefile: Define pre-release tags for quincy

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2022-07-01 12:30:41 +05:30 committed by mergify[bot]
parent 5a197f13a6
commit b4ef23bd6a
1 changed files with 3 additions and 2 deletions

View File

@ -29,13 +29,14 @@ endif
ifeq ($(CEPH_VERSION),quincy) ifeq ($(CEPH_VERSION),quincy)
CEPH_TAG := v17 CEPH_TAG := v17
endif endif
# ci-<codename> indicates we want to consume pre-release versions of ceph from # pre-<codename> indicates we want to consume pre-release versions of ceph from
# the ceph ci. This way we can start testing on ceph versions before they hit # the ceph ci. This way we can start testing on ceph versions before they hit
# quay.io/ceph/ceph # quay.io/ceph/ceph
ifeq ($(CEPH_VERSION),ci-quincy) ifeq ($(CEPH_VERSION),pre-quincy)
CEPH_TAG := quincy CEPH_TAG := quincy
CEPH_IMG := quay.ceph.io/ceph-ci/ceph CEPH_IMG := quay.ceph.io/ceph-ci/ceph
GO_CEPH_VERSION := quincy GO_CEPH_VERSION := quincy
BUILD_TAGS := quincy,ceph_pre_quincy
endif endif
GO_CMD:=go GO_CMD:=go