Abort fuel build if it exceeds 6 hours 03/3003/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 3 Nov 2015 17:59:23 +0000 (18:59 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 3 Nov 2015 18:01:31 +0000 (19:01 +0100)
Change-Id: Ia514fb5307b78c387833b9b246cf663a4dcd541d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel.yml

index 97bac40..b99bcc0 100644 (file)
@@ -66,6 +66,9 @@
     wrappers:
         - ssh-agent-credentials:
             user: '{ssh-credentials}'
+        - timeout:
+            timeout: 360
+            fail: true
 
     triggers:
         - gerrit:
     wrappers:
         - ssh-agent-credentials:
             user: '{ssh-credentials}'
+        - timeout:
+            timeout: 360
+            fail: true
 
     triggers:
         - gerrit:
             refspec: ''
             branch: '{branch}'
 
+    wrappers:
+        - timeout:
+            timeout: 360
+            fail: true
+
     builders:
         - shell:
             !include-raw ./fuel-build.sh