mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
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:
commit
fa5f3b816e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user