From e1e8c6995c56feba1a9c31b35f0b8f08d14d0eab Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 15 Apr 2016 19:06:26 +0100 Subject: [PATCH] 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 --- jenkins/jobs/ansible-role-jobs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jenkins/jobs/ansible-role-jobs.yaml b/jenkins/jobs/ansible-role-jobs.yaml index 7f794a5c72..3c55a6ea39 100644 --- a/jenkins/jobs/ansible-role-jobs.yaml +++ b/jenkins/jobs/ansible-role-jobs.yaml @@ -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}"