diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-11-03 18:59:23 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-11-03 19:01:31 +0100 |
commit | b24f2e0c5b39e24f7d34a2de46b9442b836b239c (patch) | |
tree | 05a4b3aff839cb2390789d3dc837c762685ec02b /jjb/fuel/fuel.yml | |
parent | fb6e5333dec7223bc4aa397e0930a0e4eb48662e (diff) |
Abort fuel build if it exceeds 6 hours
Change-Id: Ia514fb5307b78c387833b9b246cf663a4dcd541d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel/fuel.yml')
-rw-r--r-- | jjb/fuel/fuel.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |