From d284200a4334cf37c62fcdaa55d3fa43fd80aed9 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 23 Jan 2025 15:46:00 +0530 Subject: [PATCH] Makefile: Remove leftovers related to EOL releases 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 --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Makefile b/Makefile index 525966f8b..119a0f4d6 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