summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-10-20 11:15:23 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-10-20 11:30:42 -0500
commit262faa4ac57acfe00b5184e79a1534a4b356fa3f (patch)
treed35d50733d87834a7c24f0be9f86284e0cdc7581 /jjb/global-macros.yaml
parent7ed988259acc8820b8aafdf96c7d0a2f28e6d33c (diff)
Adding new wrapper to allow no-activity timeouts
Adding fdio-infra-wrappers-non-activity-timeout wrapper to allow additional configuration timeout options. Configured CSIT timeouts using the new wrapper. Change-Id: I40b3288b788f1acc2c5682adb0b544af85d75335 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml17
1 files changed, 12 insertions, 5 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index caeb86c06..0abe9d2a0 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -103,12 +103,19 @@
fail: true
- wrapper:
- name: build-no-activity-timeout
+ # This wrapper is used for all jobs that require no-activity timeouts
+ name: fdio-infra-wrappers-non-activity-timeout
wrappers:
- - timeout:
- type: no-activity
- timeout: '{build-timeout}'
- fail: true
+ - timeout:
+ type: no-activity
+ timeout: '{build-timeout}'
+ fail: true
+ - timestamps
+ - ssh-agent-credentials:
+ users:
+ - 'jenkins-gerrit-credentials'
+ - jclouds:
+ single-use: True
- wrapper:
# This wrapper is required for all jobs as it configures the wrappers