From: Tim Rozet Date: Sun, 14 May 2017 02:24:19 +0000 (-0400) Subject: Apex: adds timeouts to deploy and build jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=261d630dc029db2214a881a821436b7fee18f24b;p=releng.git Apex: adds timeouts to deploy and build jobs Change-Id: I760952825e9f3d36d66ecb51e26a66b8ad69aaac Signed-off-by: Tim Rozet --- diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index d1b5c0817..2d4e7f75b 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -414,6 +414,11 @@ scm: - git-scm-gerrit + wrappers: + - timeout: + timeout: 90 + fail: true + properties: - logrotate-default - throttle: @@ -492,6 +497,11 @@ scm: - git-scm + wrappers: + - timeout: + timeout: 120 + fail: true + parameters: - project-parameter: project: '{project}' diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 50c9f7cd0..d88fcd372 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -414,6 +414,11 @@ scm: - git-scm-gerrit + wrappers: + - timeout: + timeout: 90 + fail: true + properties: - logrotate-default - throttle: @@ -492,6 +497,11 @@ scm: - git-scm + wrappers: + - timeout: + timeout: 120 + fail: true + parameters: - project-parameter: project: '{project}'