From 7c6b60f0acf4abaae12bd16c8975c4b4cc96dc64 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 20 Oct 2017 08:44:00 +0200 Subject: Create new timeout wrapper for performence jobs Change-Id: Ic502821589ccff5290f97f9db7e177cedb76e91d Signed-off-by: Peter Mikus --- jjb/global-macros.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'jjb/global-macros.yaml') diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index 6aebfa0d6..7f86c3831 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -135,6 +135,14 @@ timeout: 360 fail: true +- wrapper: + name: build-perf-timeout + wrappers: + - timeout: + type: no-activity + timeout: 2880 + fail: true + - wrapper: # This wrapper is used for all jobs that require no-activity timeouts name: fdio-infra-wrappers-non-activity-timeout @@ -171,6 +179,23 @@ - openstack: single-use: True +- wrapper: + # This wrapper is used for all performence jobs that require timeouts + name: fdio-infra-wrappers-build-perf-timeout + wrappers: + - timeout: + type: no-activity + timeout: '{build-perf-timeout}' + fail: true + - timestamps + - ssh-agent-credentials: + users: + - 'jenkins-gerrit-credentials' + - jclouds: + single-use: True + - openstack: + single-use: True + ###### TRIGGERS - trigger: name: gerrit-trigger-patch-submitted -- cgit 1.2.3-korg