diff options
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r-- | jjb/global-macros.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
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 @@ -136,6 +136,14 @@ 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 wrappers: @@ -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 |