From: Fatih Degirmenci Date: Tue, 3 Nov 2015 17:59:23 +0000 (+0100) Subject: Abort fuel build if it exceeds 6 hours X-Git-Tag: test-tag~226 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F3003%2F1;p=releng.git Abort fuel build if it exceeds 6 hours Change-Id: Ia514fb5307b78c387833b9b246cf663a4dcd541d Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/fuel/fuel.yml b/jjb/fuel/fuel.yml index 97bac401b..b99bcc0d4 100644 --- a/jjb/fuel/fuel.yml +++ b/jjb/fuel/fuel.yml @@ -66,6 +66,9 @@ wrappers: - ssh-agent-credentials: user: '{ssh-credentials}' + - timeout: + timeout: 360 + fail: true triggers: - gerrit: @@ -199,6 +202,9 @@ wrappers: - ssh-agent-credentials: user: '{ssh-credentials}' + - timeout: + timeout: 360 + fail: true triggers: - gerrit: @@ -366,6 +372,11 @@ refspec: '' branch: '{branch}' + wrappers: + - timeout: + timeout: 360 + fail: true + builders: - shell: !include-raw ./fuel-build.sh