Apex: Fix csit job blocking 17/63617/1
authorTim Rozet <trozet@redhat.com>
Tue, 16 Oct 2018 17:51:51 +0000 (13:51 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 16 Oct 2018 17:51:51 +0000 (13:51 -0400)
apex-virtual-{stream} is not being blocked and running at the same time
while csit tests are running. This should stop it from running until the
promotion job is finished.

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

index 26f282f..5a8f241 100644 (file)
             - 'apex-virtual-.*'
             - 'apex-verify-gate-.*'
             - 'odl-netvirt.*'
+            - 'apex-.*-promote.*'
       - throttle:
           max-per-node: 1
           max-total: 10
index b302cda..908acb6 100644 (file)
             - 'apex-virtual-.*'
             - 'apex-verify-gate-.*'
             - 'odl-netvirt.*'
+            - 'apex-.*-promote.*'
       - throttle:
           max-per-node: 1
           max-total: 10