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?
This commit is contained in:
Kubernetes Submit Queue 2016-08-02 15:20:41 -07:00 committed by GitHub
commit fa5f3b816e

View File

@ -63,10 +63,12 @@ function detect-project() {
}
# Execute prior to running tests to build a release if required for env.
#
# Assumed Vars:
# KUBE_ROOT
function test-build-release() {
echo "... in gke:test-build-release()" >&2
echo "... We currently use the Kubernetes version that GKE supports,"
echo "... not bleeding-edge builds."
"${KUBE_ROOT}/build/release.sh"
}
# Verify needed binaries exist.