7ebaec15da
Extending the bifrost job timeout since it is occasionally hitting the timeout as well as adding preservation of logs. Change-Id: I715e237853619fbd57d93bf3c7df663998c7a494 Depends-On: I8d686918649a69b8aab9e3c5d7faf3a79a42a4e8 Closes-Bug: 1459803 Closes-Bug: 1460052
19 lines
300 B
YAML
19 lines
300 B
YAML
- job:
|
|
name: 'gate-bifrost'
|
|
node: 'bare-trusty'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
scripts/test-bifrost.sh
|
|
|
|
publishers:
|
|
- console-log
|
|
- devstack-logs
|