diff options
author | 2017-09-30 07:21:21 +0000 | |
---|---|---|
committer | 2017-09-30 07:21:21 +0000 | |
commit | 3cb1db94be6f1dda34d26679f2ed127552dd709d (patch) | |
tree | a00ee73cc30cb151aa06bb611f7781a60fb0fd25 /jjb/qtip | |
parent | 2525e2973f1386761c6a3222d5c349789665717e (diff) | |
parent | 77930c87d42913a2ff4299cbf3f3b5a4eac185e7 (diff) |
Merge "Add timeout and timestamp for long duration tasks"
Diffstat (limited to 'jjb/qtip')
-rw-r--r-- | jjb/qtip/qtip-validate-jobs.yml | 9 |
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' |