summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-05-19 10:22:42 -0400
committerTim Rozet <trozet@redhat.com>2016-05-19 10:22:42 -0400
commit5bd6d3c6105cc36ef27c19eb5ec71aad4f8425cc (patch)
tree5a437115c2bec10ff9dad35311115c0103f5b062 /jjb
parenta2e6a3b876f6c1b67d0c493d215209b69f0c52ba (diff)
Apex: enable concurrent jobs
Change-Id: Ie8a2902967c9dad4879fd0c9696eb78993bdada1 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/apex/apex.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index ce673b288..25b30b479 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -163,6 +163,8 @@
node: '{verify-slave}'
+ concurrent: true
+
parameters:
- apex-parameter:
gs-pathname: '{gs-pathname}'
@@ -221,6 +223,7 @@
- 'apex-verify-{stream1}'
- throttle:
max-per-node: 1
+ max-total: 10
builders:
- 'apex-build'
@@ -321,6 +324,8 @@
disabled: false
+ concurrent: true
+
parameters:
- project-parameter:
project: '{project}'
@@ -347,6 +352,7 @@
- 'apex-deploy.*{stream}'
- throttle:
max-per-node: 1
+ max-total: 10
builders:
- 'apex-build'
@@ -370,6 +376,8 @@
# branch: branch (eg. stable)
node: '{slave}'
+ concurrent: true
+
disabled: false
scm:
@@ -400,6 +408,7 @@
- 'apex-deploy.*{stream}'
- throttle:
max-per-node: 1
+ max-total: 10
builders:
- 'apex-deploy-virtual'