Merge "Increase timeout for chef-related jobs, 30min is not enough time"
This commit is contained in:
commit
8340671d4c
@ -2,6 +2,12 @@
|
||||
name: 'gate-{name}-chef-unit'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 60
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
@ -16,6 +22,12 @@
|
||||
name: 'gate-{name}-chef-lint'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 60
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
@ -30,6 +42,12 @@
|
||||
name: 'gate-{name}-chef-style'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 60
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
|
Loading…
x
Reference in New Issue
Block a user