From b24f2e0c5b39e24f7d34a2de46b9442b836b239c Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 3 Nov 2015 18:59:23 +0100 Subject: Abort fuel build if it exceeds 6 hours Change-Id: Ia514fb5307b78c387833b9b246cf663a4dcd541d Signed-off-by: Fatih Degirmenci --- jjb/fuel/fuel.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'jjb/fuel/fuel.yml') 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 -- cgit 1.2.3-korg