Apex: fixes blocking between streams 09/19409/1
authorTim Rozet <trozet@redhat.com>
Tue, 23 Aug 2016 21:35:41 +0000 (17:35 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 23 Aug 2016 21:35:41 +0000 (17:35 -0400)
Change-Id: I162e51e0fd6d2d31a8c9daa08e1cc1a0678d5824
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex.yml

index 32cbcd7..df65e9a 100644 (file)
                 - 'apex-deploy.*'
                 - 'apex-build.*'
                 - 'apex-runner.*'
-                - 'apex-verify'
+                - 'apex-verify.*'
         - throttle:
             max-per-node: 1
             max-total: 10
         - build-blocker:
             use-build-blocker: true
             blocking-jobs:
-                - 'apex-daily.*{stream}'
-                - 'apex-verify.*{stream}'
+                - 'apex-daily.*'
+                - 'apex-verify.*'
 
     builders:
         - trigger-builds:
             use-build-blocker: true
             block-level: 'NODE'
             blocking-jobs:
-                - 'apex-deploy.*{stream}'
+                - 'apex-deploy.*'
         - throttle:
             max-per-node: 1
             max-total: 10
             use-build-blocker: true
             block-level: 'NODE'
             blocking-jobs:
-                - 'apex-deploy.*{stream}'
+                - 'apex-deploy.*'
         - throttle:
             max-per-node: 1
             max-total: 10
             use-build-blocker: true
             block-level: 'NODE'
             blocking-jobs:
-                - 'apex-verify.*{stream}'
-                - 'apex-deploy.*{stream}'
-                - 'apex-build.*{stream}'
+                - 'apex-verify.*'
+                - 'apex-deploy.*'
+                - 'apex-build.*'
 
 
     builders:
             use-build-blocker: true
             block-level: 'NODE'
             blocking-jobs:
-                - 'apex-verify.*{stream}'
-                - 'apex-deploy.*{stream}'
-                - 'apex-build.*{stream}'
-                - 'apex-runner.*{stream}'
+                - 'apex-verify.*'
+                - 'apex-deploy.*'
+                - 'apex-build.*'
+                - 'apex-runner.*'
 
     triggers:
         - 'apex-{stream}'