From abf9dd339fce520daa888490875197d04560a4c2 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 3 Nov 2023 09:43:57 +0100 Subject: [PATCH] ci: remove unwated go-ceph tags As we are using latest version of go-ceph which doesnt require any special tags for the API's cephcsi is consuming. Signed-off-by: Madhu Rajanna --- Makefile | 4 +--- go.mod | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 91865aa3e..11d6a2d3e 100644 --- a/Makefile +++ b/Makefile @@ -47,9 +47,7 @@ endif GO_PROJECT=github.com/ceph/ceph-csi CEPH_VERSION ?= $(shell . $(CURDIR)/build.env ; echo $${CEPH_VERSION}) -# TODO: ceph_preview tag may be removed with go-ceph 0.17.0 -# TODO: ceph_ci_untested is added for subvolume metadata (go-ceph#691) and snapshot metadata management (go-ceph#698) -GO_TAGS_LIST ?= $(CEPH_VERSION) ceph_preview ceph_ci_untested ceph_pre_quincy +GO_TAGS_LIST ?= $(CEPH_VERSION) # go build flags LDFLAGS ?= diff --git a/go.mod b/go.mod index f033d22bd..38fb5976d 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,6 @@ require ( github.com/aws/aws-sdk-go v1.46.4 github.com/aws/aws-sdk-go-v2/service/sts v1.23.2 github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000 - // TODO: API for managing subvolume metadata and snapshot metadata requires `ceph_ci_untested` build-tag github.com/ceph/go-ceph v0.24.0 github.com/container-storage-interface/spec v1.9.0 github.com/csi-addons/replication-lib-utils v0.2.0