From 0eebe6fbc622b5570aa6d74de009ca55d9faa82e Mon Sep 17 00:00:00 2001 From: Hudong Wang Date: Thu, 6 Nov 2025 11:21:01 -0800 Subject: [PATCH] test-e2e-1.34 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ab640b65..d2e5a294 100644 --- a/Makefile +++ b/Makefile @@ -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)) @@ -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