diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-23 17:35:41 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-23 17:35:41 -0400 |
commit | af1a3488e43b27bbcb2a97bd8550608b6431064b (patch) | |
tree | d4577d10983683420bee7def7be591d71d074b19 /jjb/apex | |
parent | 4d3ceb53045ba52d27a1e672aa59d8b4f877d824 (diff) |
Apex: fixes blocking between streams
Change-Id: I162e51e0fd6d2d31a8c9daa08e1cc1a0678d5824
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 32cbcd716..df65e9a5a 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -131,7 +131,7 @@ - 'apex-deploy.*' - 'apex-build.*' - 'apex-runner.*' - - 'apex-verify' + - 'apex-verify.*' - throttle: max-per-node: 1 max-total: 10 @@ -203,8 +203,8 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - 'apex-daily.*{stream}' - - 'apex-verify.*{stream}' + - 'apex-daily.*' + - 'apex-verify.*' builders: - trigger-builds: @@ -321,7 +321,7 @@ use-build-blocker: true block-level: 'NODE' blocking-jobs: - - 'apex-deploy.*{stream}' + - 'apex-deploy.*' - throttle: max-per-node: 1 max-total: 10 @@ -378,7 +378,7 @@ use-build-blocker: true block-level: 'NODE' blocking-jobs: - - 'apex-deploy.*{stream}' + - 'apex-deploy.*' - throttle: max-per-node: 1 max-total: 10 @@ -421,9 +421,9 @@ 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: @@ -460,10 +460,10 @@ 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}' |