Skip to content

Commit

Permalink
chore: clean up unused e2e-kind make targets (#1420)
Browse files Browse the repository at this point in the history
These legacy aliases are no longer in use and can be removed
  • Loading branch information
sdowell authored Sep 10, 2024
1 parent 55ba24e commit a48feff
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Makefile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a48feff

Please sign in to comment.