summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-09-06 13:27:53 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-09-06 16:00:59 -0500
commite43d3832534d78256c4a727de667193922ca7ae0 (patch)
treebaa2713023ed98512a5e63965eb895078c309408 /jjb/global-macros.yaml
parentf40906770e7f8df29cc266b38f5ed1d12c430b5a (diff)
Configuring minions for single use
Change-Id: I6b517099f68c71f40ccf2bb192544a8035c7389f Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index d032bcc96..ec44e9a3e 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -102,6 +102,19 @@
timeout: 360
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
+ wrappers:
+ - timeout:
+ type: absolute
+ timeout: '{build-timeout}'
+ timeout-var: 'BUILD_TIMEOUT'
+ fail: true
+ - jclouds:
+ single-use: True
+
###### TRIGGERS
- trigger:
name: gerrit-trigger-patch-submitted