Skip to content

Commit

Permalink
Makefile: Remove leftovers related to EOL releases
Browse files Browse the repository at this point in the history
Pacific and Quincy releases are already EOL. Therefore remove their
corresponding pre-release definitions which are unused and irrelevant
these days. On top of all we don't have any CI jobs currently running
for pre-pacific and pre-quincy.

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 authored and mergify[bot] committed Jan 24, 2025
1 parent 81e82d8 commit d284200
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ endif
# 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),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
Expand Down

0 comments on commit d284200

Please sign in to comment.