Apex: Attempt to fix apex-virtual parallel execution 11/52111/1
authorTim Rozet <trozet@redhat.com>
Tue, 13 Feb 2018 16:35:19 +0000 (11:35 -0500)
committerTim Rozet <trozet@redhat.com>
Tue, 13 Feb 2018 16:35:19 +0000 (11:35 -0500)
Remove passing node params and enable global queue scanning.  Hopefully
this will allow 2 apex-virtual jobs to run at the same time (1 per each
slave).

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

index 421a3fa..3029322 100644 (file)
                 GERRIT_REFSPEC=$GERRIT_REFSPEC
                 GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER
                 GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE
-              node-parameters: true
+              node-parameters: false
               kill-phase-on: FAILURE
               abort-all-job: true
               git-revision: true
index 3f6b3e7..7d7ddb1 100644 (file)
             - 'apex-run.*'
             - 'apex-virtual-.*'
             - 'apex-verify-gate-.*'
+          queue-scannning: 'ALL'
       - throttle:
           max-per-node: 1
           max-total: 10
index b9cbd02..72d9a63 100644 (file)
             - 'apex-run.*'
             - 'apex-virtual-.*'
             - 'apex-verify-gate-.*'
+          queue-scannning: 'ALL'
       - throttle:
           max-per-node: 1
           max-total: 10