mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #22020 from ixdy/jenkins-job-configs
Bump timeout for kubernetes-test-go to 45m
This commit is contained in:
commit
f4947eddf6
1 changed files with 3 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
- ansicolor:
|
||||
colormap: xterm
|
||||
- timeout:
|
||||
timeout: 30
|
||||
timeout: '{timeout}'
|
||||
fail: true
|
||||
- timestamps
|
||||
- raw:
|
||||
|
|
@ -69,7 +69,9 @@
|
|||
suffix:
|
||||
- 'go':
|
||||
branch: 'master'
|
||||
timeout: 45
|
||||
- 'go-release-1.1':
|
||||
branch: 'release-1.1'
|
||||
timeout: 30
|
||||
jobs:
|
||||
- 'kubernetes-test-{suffix}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue