diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-07 09:19:02 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-07 16:29:03 +0000 |
commit | 9787536f9690400a77e1778c5819aa85f0e1d919 (patch) | |
tree | 592ea8ca0f7932786cd73c1e497999d09f163901 /jjb/bottlenecks | |
parent | 3a2318e55dd35074c069b9ef9089fec7a138a88a (diff) |
Introduce 120 minutes timeout for bottlenecks daily jobs
In order not to block jenkins executor and/or cause issues for installer
daily jobs if the bottlenecks job gets stuck.
Change-Id: I773753b0ce2588b4fd88e5bc51f1d593bef5bea9
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/bottlenecks')
-rw-r--r-- | jjb/bottlenecks/bottlenecks.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/bottlenecks/bottlenecks.yml b/jjb/bottlenecks/bottlenecks.yml index ddaaba6af..a65341809 100644 --- a/jjb/bottlenecks/bottlenecks.yml +++ b/jjb/bottlenecks/bottlenecks.yml @@ -140,6 +140,11 @@ refspec: '' branch: '{branch}' + wrappers: + - timeout: + timeout: 120 + fail: true + triggers: - 'bottlenecks-trigger-{pod}' |