From 9787536f9690400a77e1778c5819aa85f0e1d919 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 7 Jan 2016 09:19:02 +0100 Subject: 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 --- jjb/bottlenecks/bottlenecks.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'jjb/bottlenecks') 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}' -- cgit 1.2.3-korg