diff --git a/Makefile b/Makefile index 525966f8b0..119a0f4d62 100644 --- a/Makefile +++ b/Makefile @@ -35,18 +35,6 @@ endif # pre- 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),pre-quincy) - CEPH_TAG ?= quincy - CEPH_IMG ?= quay.ceph.io/ceph-ci/ceph - GO_CEPH_VERSION := quincy - BUILD_TAGS := quincy,ceph_pre_quincy -endif -ifeq ($(CEPH_VERSION),pre-pacific) - CEPH_TAG ?= pacific - CEPH_IMG ?= quay.ceph.io/ceph-ci/ceph - GO_CEPH_VERSION := pacific - BUILD_TAGS := pacific,ceph_pre_pacific -endif ifeq ($(CEPH_VERSION),pre-reef) CEPH_TAG ?= reef CEPH_IMG ?= quay.ceph.io/ceph-ci/ceph