Add timeout and timestamp for long duration tasks
[releng.git] / jjb / qtip / qtip-validate-jobs.yml
index 75c475a..33f87be 100644 (file)
@@ -53,6 +53,7 @@
 - job-template:
     name: 'qtip-{qpi}-{installer}-{stream}'
     disabled: false
+
     parameters:
       - project-parameter:
           project: '{project}'
     scm:
       - git-scm
 
+    wrappers:
+      - timeout:
+          elastic-percentage: 150
+          elastic-default-timeout: 30
+          abort: true
+          type: elastic
+      - timestamps
+
     triggers:
       - 'qtip-daily'