Increase timeout for chef-related jobs, 30min is not enough time
The change is copy-pasted from devstack-gate.yaml, hope it's correct this way. Change-Id: If15da2dfe1b403f3f0a4379e1148586c1a955e6d
This commit is contained in:
parent
f28fcbfe30
commit
d0c8f6dd3d
@ -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