Skip to content

Commit ae53af6

Browse files
committed
CI: set the same gate queue for kolla and kolla-ansible
This is to ensure that any Depends-On does not cause Zuul not to pick up the change for gating due to no notifications between queues. Previously W+1-ing a change which depended on non-merged change from the other project caused it to remain in the same state. Change-Id: I1815c3f30c3208b31501d1b7c2bd6be99db437e5 Signed-off-by: Radosław Piliszek <[email protected]> (cherry picked from commit 4884203)
1 parent 6fd4b02 commit ae53af6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.zuul.d/centos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- kolla-ansible-centos-source-ceph:
2222
files: ^docker\/(ceph|cinder)\/.*
2323
gate:
24+
queue: kolla
2425
jobs:
2526
- kolla-build-centos-source
2627
- tripleo-build-containers-centos-7:

.zuul.d/ubuntu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- kolla-ansible-ubuntu-source-ceph:
1313
files: ^docker\/(ceph|cinder)\/.*
1414
gate:
15+
queue: kolla
1516
jobs:
1617
- kolla-build-ubuntu-source
1718
periodic:

0 commit comments

Comments
 (0)