Apex: adds timeouts to deploy and build jobs 37/34737/1
authorTim Rozet <trozet@redhat.com>
Sun, 14 May 2017 02:24:19 +0000 (22:24 -0400)
committerTim Rozet <trozet@redhat.com>
Sun, 14 May 2017 02:24:19 +0000 (22:24 -0400)
Change-Id: I760952825e9f3d36d66ecb51e26a66b8ad69aaac
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml
jjb/apex/apex.yml.j2

index d1b5c08..2d4e7f7 100644 (file)
     scm:
         - git-scm-gerrit
 
+    wrappers:
+        - timeout:
+            timeout: 90
+            fail: true
+
     properties:
         - logrotate-default
         - throttle:
     scm:
         - git-scm
 
+    wrappers:
+        - timeout:
+            timeout: 120
+            fail: true
+
     parameters:
         - project-parameter:
             project: '{project}'
index 50c9f7c..d88fcd3 100644 (file)
     scm:
         - git-scm-gerrit
 
+    wrappers:
+        - timeout:
+            timeout: 90
+            fail: true
+
     properties:
         - logrotate-default
         - throttle:
     scm:
         - git-scm
 
+    wrappers:
+        - timeout:
+            timeout: 120
+            fail: true
+
     parameters:
         - project-parameter:
             project: '{project}'