Merge pull request #24294 from spxtr/build-boop

Bump kubernetes-build timeout.
pull/6/head
Daniel Smith 2016-04-14 16:23:11 -07:00
commit d8532e0746
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
builders:
- shell: 'JENKINS_BUILD_STARTED=true bash <(curl -fsS --retry 3 "https://raw.githubusercontent.com/kubernetes/kubernetes/master/hack/jenkins/upload-to-gcs.sh")'
- shell: |
timeout -k {kill-timeout}m 30m ./hack/jenkins/build.sh && rc=$? || rc=$?
timeout -k {kill-timeout}m {timeout}m ./hack/jenkins/build.sh && rc=$? || rc=$?
{report-rc}
properties:
- mail-watcher
@ -46,11 +46,15 @@
build:
- 'build':
branch: 'master'
timeout: 50
- 'build-1.0':
branch: 'release-1.0'
timeout: 30
- 'build-1.1':
branch: 'release-1.1'
timeout: 30
- 'build-1.2':
branch: 'release-1.2'
timeout: 30
jobs:
- 'kubernetes-{build}'