mirror of https://github.com/ceph/go-ceph
Makefile: Define pre-release tags for quincy
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
5a197f13a6
commit
b4ef23bd6a
5
Makefile
5
Makefile
|
@ -29,13 +29,14 @@ endif
|
|||
ifeq ($(CEPH_VERSION),quincy)
|
||||
CEPH_TAG := v17
|
||||
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
|
||||
# quay.io/ceph/ceph
|
||||
ifeq ($(CEPH_VERSION),ci-quincy)
|
||||
ifeq ($(CEPH_VERSION),pre-quincy)
|
||||
CEPH_TAG := quincy
|
||||
CEPH_IMG := quay.ceph.io/ceph-ci/ceph
|
||||
GO_CEPH_VERSION := quincy
|
||||
BUILD_TAGS := quincy,ceph_pre_quincy
|
||||
endif
|
||||
|
||||
GO_CMD:=go
|
||||
|
|
Loading…
Reference in New Issue