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
This commit is contained in:
Kubernetes Submit Queue 2016-08-24 10:55:38 -07:00 committed by GitHub
commit c69e3d32a2

View File

@ -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