Skip to content

Commit 4cc0064

Browse files
committed
Use latest master build from k8s
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 4e57ea7 commit 4cc0064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/scenarios/scalability/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
echo "CLUSTER_NAME=${CLUSTER_NAME}"
2828

2929
if [[ -z "${K8S_VERSION:-}" ]]; then
30-
K8S_VERSION="$(curl -s -L https://dl.k8s.io/release/latest.txt)"
30+
K8S_VERSION=https://storage.googleapis.com/k8s-release-dev/ci/latest.txt
3131
fi
3232

3333
# A temp patch for kubetest2 https://github.com/kubernetes-sigs/kubetest2/pull/256

0 commit comments

Comments
 (0)