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

Merge pull request #31302 from ixdy/jenkins-build-script

Automatic merge from submit-queue Use `make release` on Jenkins to support crossbuilds Partner PR to https://github.com/kubernetes/test-infra/pull/440 to fix https://github.com/kubernetes/test-infra/issues/393. We probably should pull the build functionality out of e2e.go entirely, but I leave that to future work. cc @luxas @david-mcmahon @fejta
parents f96b8fc8 d18fbe92
......@@ -62,7 +62,8 @@ git clean -fdx
# docker images -q | xargs -r docker rmi
# Build
go run ./hack/e2e.go -v --build
# Jobs explicitly set KUBE_FASTBUILD to desired settings.
make release
# Push to GCS?
if [[ ${KUBE_SKIP_PUSH_GCS:-} =~ ^[yY]$ ]]; then
......
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