Set post-timeout value to half an hour on base jobs

Jobs now have two timeout values. A regular timeout for the bulk of the
job then a timeout for post run playbooks. Set the post run playbook
timeout to half an hour which should be plenty for any post run playbook
by default.

If this isn't sufficient because jobs are uploading large artifacts they
can increase their timeout in their jobs explicitly.

Change-Id: I2a9b67d6d1fbc3b1b8d44140e13351241ca31143
This commit is contained in:
Clark Boylan 2018-02-16 14:00:34 -08:00
parent 058477f87c
commit 7b2711d8c1
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,7 @@
vars:
ara_generate_html: failure
timeout: 1800
post-timeout: 1800
nodeset:
nodes:
- name: ubuntu-xenial
@ -88,6 +89,7 @@
vars:
ara_generate_html: failure
timeout: 1800
post-timeout: 1800
nodeset:
nodes:
- name: ubuntu-xenial
@ -113,6 +115,7 @@
vars:
ara_generate_html: failure
timeout: 1800
post-timeout: 1800
nodeset:
nodes:
- name: ubuntu-xenial