summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-09-30 07:21:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-30 07:21:21 +0000
commit3cb1db94be6f1dda34d26679f2ed127552dd709d (patch)
treea00ee73cc30cb151aa06bb611f7781a60fb0fd25
parent2525e2973f1386761c6a3222d5c349789665717e (diff)
parent77930c87d42913a2ff4299cbf3f3b5a4eac185e7 (diff)
Merge "Add timeout and timestamp for long duration tasks"
-rw-r--r--jjb/qtip/qtip-validate-jobs.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml
index 75c475abe..33f87beef 100644
--- a/jjb/qtip/qtip-validate-jobs.yml
+++ b/jjb/qtip/qtip-validate-jobs.yml
@@ -53,6 +53,7 @@
- job-template:
name: 'qtip-{qpi}-{installer}-{stream}'
disabled: false
+
parameters:
- project-parameter:
project: '{project}'
@@ -76,6 +77,14 @@
scm:
- git-scm
+ wrappers:
+ - timeout:
+ elastic-percentage: 150
+ elastic-default-timeout: 30
+ abort: true
+ type: elastic
+ - timestamps
+
triggers:
- 'qtip-daily'