Add timeout and timestamp for long duration tasks 85/43685/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 30 Sep 2017 02:01:21 +0000 (10:01 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 30 Sep 2017 02:01:21 +0000 (10:01 +0800)
Change-Id: Ib4b07e23a81718e759ed43ff7fa2882735804afc
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
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'