We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6fc11 commit 9519206Copy full SHA for 9519206
Makefile
@@ -50,9 +50,9 @@ test-sanity:
50
setup-external-e2e: test/e2e/e2e.test test/e2e/ginkgo
51
52
test/e2e/e2e.test test/e2e/ginkgo:
53
- curl --location https://dl.k8s.io/v1.19.5/kubernetes-test-linux-amd64.tar.gz | \
+ curl --location https://dl.k8s.io/v1.27.5/kubernetes-test-linux-amd64.tar.gz | \
54
tar --strip-components=3 -C test/e2e -zxf - kubernetes/test/bin/e2e.test kubernetes/test/bin/ginkgo
55
56
.PHONY: test-e2e
57
test-e2e: setup-external-e2e
58
- bash ./test/e2e/run.sh
+ bash ./test/e2e/run.sh
0 commit comments