From 142ddad59706f192079c7ee4dea0280f7c77cb10 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 5 Dec 2025 11:01:23 +0000 Subject: [PATCH] CARRY: openshift: Remove e2e, test makefile targets These are remnants of the in-tree infracluster controller and are no longer used by CI jobs [1][2]. [1] https://github.com/openshift/release/pull/72179 [2] https://github.com/openshift/release/pull/72221 Signed-off-by: Stephen Finucane --- openshift/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/openshift/Makefile b/openshift/Makefile index 782b70da8f..cf87e1b4e8 100644 --- a/openshift/Makefile +++ b/openshift/Makefile @@ -55,15 +55,5 @@ verify: generate echo "generated files are out of date, run make generate"; exit 1; \ fi -# FIXME(stephenfin): Remove the CI job that relies on this: all logic has moved to CCAPIO now -.PHONY: test -test: - echo "done" - -# FIXME(stephenfin): Remove this once we've reworked the CI job that relies on this to call the script directly -.PHONY: e2e -e2e: - ./e2e-tests.sh - .PHONY: ALWAYS ALWAYS: