Commit fa5f3b81 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #29877 from spxtr/gke-build

Automatic merge from submit-queue GKE test-build-release: Actually do the build. Multiple devs (myself included!) have experienced frustration with the fact that if `KUBERNETES_PROVIDER=gke` then `hack/e2e.go --build` doesn't actually do a build. Are we actually relying on this behavior anywhere?
parents f2a9ba23 95ea9586
...@@ -63,10 +63,12 @@ function detect-project() { ...@@ -63,10 +63,12 @@ function detect-project() {
} }
# Execute prior to running tests to build a release if required for env. # Execute prior to running tests to build a release if required for env.
#
# Assumed Vars:
# KUBE_ROOT
function test-build-release() { function test-build-release() {
echo "... in gke:test-build-release()" >&2 echo "... in gke:test-build-release()" >&2
echo "... We currently use the Kubernetes version that GKE supports," "${KUBE_ROOT}/build/release.sh"
echo "... not bleeding-edge builds."
} }
# Verify needed binaries exist. # Verify needed binaries exist.
......
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