summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@gmail.com>2016-10-20 15:46:59 +0000
committerGerrit Code Review <gerrit@fd.io>2016-10-20 15:46:59 +0000
commit7ed988259acc8820b8aafdf96c7d0a2f28e6d33c (patch)
tree830f1aaf0cdef0fc842b69d225f0b2252b0923a3 /jjb/global-macros.yaml
parent41bad5f842df8862154be09fe69ca4f501c73224 (diff)
parentfc94a46a65330a4b683a48b56135d18459f8058c (diff)
Merge "No-activity timeout for csit-perf jobs"
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index b5b0e1f14..caeb86c06 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -103,6 +103,14 @@
fail: true
- wrapper:
+ name: build-no-activity-timeout
+ wrappers:
+ - timeout:
+ type: no-activity
+ timeout: '{build-timeout}'
+ fail: true
+
+- wrapper:
# This wrapper is required for all jobs as it configures the wrappers
# needed by the fd.io infra.
name: fdio-infra-wrappers