Introduce 120 minutes timeout for bottlenecks daily jobs 45/5745/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 7 Jan 2016 08:19:02 +0000 (09:19 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 7 Jan 2016 16:29:03 +0000 (16:29 +0000)
In order not to block jenkins executor and/or cause issues for installer
daily jobs if the bottlenecks job gets stuck.

Change-Id: I773753b0ce2588b4fd88e5bc51f1d593bef5bea9
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/bottlenecks/bottlenecks.yml

index ddaaba6..a653418 100644 (file)
             refspec: ''
             branch: '{branch}'
 
+    wrappers:
+        - timeout:
+            timeout: 120
+            fail: true
+
     triggers:
         - 'bottlenecks-trigger-{pod}'