Skip to content

Commit 9519206

Browse files
committed
Update e2e kubernetes-test to v1.27.5
1 parent 9a6fc11 commit 9519206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ test-sanity:
5050
setup-external-e2e: test/e2e/e2e.test test/e2e/ginkgo
5151

5252
test/e2e/e2e.test test/e2e/ginkgo:
53-
curl --location https://dl.k8s.io/v1.19.5/kubernetes-test-linux-amd64.tar.gz | \
53+
curl --location https://dl.k8s.io/v1.27.5/kubernetes-test-linux-amd64.tar.gz | \
5454
tar --strip-components=3 -C test/e2e -zxf - kubernetes/test/bin/e2e.test kubernetes/test/bin/ginkgo
5555

5656
.PHONY: test-e2e
5757
test-e2e: setup-external-e2e
58-
bash ./test/e2e/run.sh
58+
bash ./test/e2e/run.sh

0 commit comments

Comments
 (0)