summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-05-18 21:29:25 -0400
committerTim Rozet <trozet@redhat.com>2016-05-18 21:29:25 -0400
commit7ed53efdad3b42b6e5a725407341f8101fd1a630 (patch)
treefc3940e3d1f595b63fa6f4c628305ba178304746 /jjb
parent5f0d6878c1ca31b5bb13d72edf816cf833e1e770 (diff)
Apex: enable throttling for parallel jobs per node
Change-Id: I417b1b9c7798e5fc774979de1a07b1e3db69b784 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/apex/apex.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 98fe53c63..ce673b288 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -219,6 +219,8 @@
- 'apex-build.*{stream1}'
- 'apex-runner.*{stream1}'
- 'apex-verify-{stream1}'
+ - throttle:
+ max-per-node: 1
builders:
- 'apex-build'
@@ -343,6 +345,8 @@
block-level: 'NODE'
blocking-jobs:
- 'apex-deploy.*{stream}'
+ - throttle:
+ max-per-node: 1
builders:
- 'apex-build'
@@ -394,6 +398,8 @@
block-level: 'NODE'
blocking-jobs:
- 'apex-deploy.*{stream}'
+ - throttle:
+ max-per-node: 1
builders:
- 'apex-deploy-virtual'