Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ version:
release-version:
@echo $(RELEASE-VERSION)

test-e2e-1.34: container-build-single-platform install-tools
$(call TEST_KUBERNETES,v1.34.0,$(PREFIX),$(VERSION)-$(PLATFORM_TAG))

test-e2e-1.33: container-build-single-platform install-tools
$(call TEST_KUBERNETES,v1.33.2,$(PREFIX),$(VERSION)-$(PLATFORM_TAG))

Expand All @@ -149,9 +152,6 @@ test-e2e-1.32: container-build-single-platform install-tools
test-e2e-1.31: container-build-single-platform install-tools
$(call TEST_KUBERNETES,v1.31.0,$(PREFIX),$(VERSION)-$(PLATFORM_TAG))

test-e2e-1.30: container-build-single-platform install-tools
$(call TEST_KUBERNETES,v1.30.0,$(PREFIX),$(VERSION)-$(PLATFORM_TAG))

test-e2e-all: test-e2e-1.33 test-e2e-1.32 test-e2e-1.31 test-e2e-1.30
test-e2e-all: test-e2e-1.34 test-e2e-1.33 test-e2e-1.32 test-e2e-1.31

.PHONY: test version