mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
commit
c69e3d32a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user