Commit eab35fb0 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

third time charm for #27144

We really need a way to test the e2e-runner.
parent 98fbf8c0
...@@ -35,8 +35,11 @@ function fetch_output_tars() { ...@@ -35,8 +35,11 @@ function fetch_output_tars() {
function fetch_server_version_tars() { function fetch_server_version_tars() {
local -r build_version="$(gcloud ${CMD_GROUP:-} container get-server-config --project=${PROJECT} --zone=${ZONE} --format='value(defaultClusterVersion)')" local -r build_version="$(gcloud ${CMD_GROUP:-} container get-server-config --project=${PROJECT} --zone=${ZONE} --format='value(defaultClusterVersion)')"
# Use latest build of the server version's branch. # Use latest build of the server version's branch for test files.
fetch_tars_from_gcs "ci" "latest-${build_version:0:3}" fetch_published_version_tars "ci/latest-${build_version:0:3}"
# Unset cluster api version; we want to use server default for the cluster
# version.
unset CLUSTER_API_VERSION
unpack_binaries unpack_binaries
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment