Skip to content

Commit a05b4ab

Browse files
authored
Merge pull request #4250 from sedefsavas/removebazel-master
🐛Change CI bucket for conformance tests to the non-bazel build
2 parents 0cd9365 + b476c4b commit a05b4ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/framework/kubernetesversions/data/debian_injection_script.envsubst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if [[ "$${KUBERNETES_VERSION}" != "" ]]; then
8181
DEBIAN_FRONTEND=noninteractive apt-get install -y "$${CI_PACKAGE}=$${PACKAGE_VERSION}"
8282
done
8383
else
84-
CI_URL="gs://kubernetes-release-dev/ci/$${KUBERNETES_VERSION}-bazel/bin/linux/amd64"
84+
CI_URL="gs://kubernetes-release-dev/ci/$${KUBERNETES_VERSION}/bin/linux/amd64"
8585
for CI_PACKAGE in "$${PACKAGES_TO_TEST[@]}"; do
8686
echo "* downloading binary: $${CI_URL}/$${CI_PACKAGE}"
8787
$${GSUTIL} cp "$${CI_URL}/$${CI_PACKAGE}" "$${CI_DIR}/$${CI_PACKAGE}"

test/framework/kubernetesversions/zz_generated.bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)