Implement higher job timeout for Ansible role jobs

Some of the OpenStack-Ansible (OSA) roles construct enough of
an OpenStack environment and execute enough functional testing
for the job to easily reach the 30 min default time limit.

This patch implements a higher limit to cater for these jobs
to ensure that OSA can properly execute functional testing in
the roles without having to compromise o quality to accommodate
a short job timeout.

Change-Id: I780b735de54c23cfea14ddafa8ad39aff16e92eb
This commit is contained in:
Jesse Pretorius 2016-04-15 19:06:26 +01:00
parent 220a77a869
commit e1e8c6995c

View File

@ -24,6 +24,11 @@
name: '{pipeline}-{name}-ansible-func-{ostype}{job-suffix}'
node: '{ostype}'
wrappers:
- build-timeout:
timeout: 60
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"