From a48feffee641c9c2bfbda8d484427321fb9c9d2c Mon Sep 17 00:00:00 2001 From: Sam Dowell Date: Tue, 10 Sep 2024 13:58:21 -0700 Subject: [PATCH] chore: clean up unused e2e-kind make targets (#1420) These legacy aliases are no longer in use and can be removed --- Makefile.e2e | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Makefile.e2e b/Makefile.e2e index cd746d730..164e5fda4 100644 --- a/Makefile.e2e +++ b/Makefile.e2e @@ -110,17 +110,3 @@ test-e2e-kind-test-group2: .PHONY: test-e2e-kind-test-group3 test-e2e-kind-test-group3: $(MAKE) E2E_ARGS="$(E2E_ARGS) --test-features=reconciliation-2,multi-repos,override-api,hydration" test-e2e-kind - -# Legacy aliases to support backwards compatibility for CI -# These can be removed once CI uses the newly named targets -.PHONY: test-e2e-kind-multi-repo -test-e2e-kind-multi-repo: test-e2e-kind - -.PHONY: test-e2e-kind-multi-repo-test-group1 -test-e2e-kind-multi-repo-test-group1: test-e2e-kind-test-group1 - -.PHONY: test-e2e-kind-multi-repo-test-group2 -test-e2e-kind-multi-repo-test-group2: test-e2e-kind-test-group2 - -.PHONY: test-e2e-kind-multi-repo-test-group3 -test-e2e-kind-multi-repo-test-group3: test-e2e-kind-test-group3