Apex: Fixes concurrent apex-virtual jobs 15/52115/1
authorTim Rozet <trozet@redhat.com>
Tue, 13 Feb 2018 17:14:57 +0000 (12:14 -0500)
committerTim Rozet <trozet@redhat.com>
Tue, 13 Feb 2018 17:14:57 +0000 (12:14 -0500)
We were missing concurrent on this job which was preventing parallel
execution.

Change-Id: I4d1ea62aef2a321220799cebee008f494490886c
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml
jjb/apex/apex.yml.j2

index 7d7ddb1..cf29b92 100644 (file)
 
     project-type: 'multijob'
 
+    concurrent: true
+
     disabled: false
 
     scm:
             - 'apex-run.*'
             - 'apex-virtual-.*'
             - 'apex-verify-gate-.*'
-          queue-scannning: 'ALL'
       - throttle:
           max-per-node: 1
           max-total: 10
index 72d9a63..ab65c4e 100644 (file)
 
     project-type: 'multijob'
 
+    concurrent: true
+
     disabled: false
 
     scm:
             - 'apex-run.*'
             - 'apex-virtual-.*'
             - 'apex-verify-gate-.*'
-          queue-scannning: 'ALL'
       - throttle:
           max-per-node: 1
           max-total: 10