summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex.yml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-02-13 12:14:57 -0500
committerTim Rozet <trozet@redhat.com>2018-02-13 12:14:57 -0500
commit25ef72f13b1a25c4d87bd5701616527c58e89f8d (patch)
tree1c6359b98bf2108f0f730302ff55622951cc55b8 /jjb/apex/apex.yml
parentfaae9af3ac454a90b3daa1b9e5b3ad22d71053f0 (diff)
Apex: Fixes concurrent apex-virtual jobs
We were missing concurrent on this job which was preventing parallel execution. Change-Id: I4d1ea62aef2a321220799cebee008f494490886c Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex/apex.yml')
-rw-r--r--jjb/apex/apex.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 7d7ddb168..cf29b928c 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -311,6 +311,8 @@
project-type: 'multijob'
+ concurrent: true
+
disabled: false
scm:
@@ -344,7 +346,6 @@
- 'apex-run.*'
- 'apex-virtual-.*'
- 'apex-verify-gate-.*'
- queue-scannning: 'ALL'
- throttle:
max-per-node: 1
max-total: 10