From 9c815fa50350bae7a2c9b1edb17611707f9506f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 3 Jul 2019 19:56:50 +0200 Subject: [PATCH] CI: set the same gate queue for kolla and kolla-ansible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Ib2d88471ac5730c00b5a9721066d1fb3f2998c9c Signed-off-by: Radosław Piliszek --- zuul.d/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 7fcc30ef22..ead1e95651 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -35,6 +35,7 @@ - kolla-ansible-centos-binary - kolla-ansible-ubuntu-binary gate: + queue: kolla jobs: - kolla-ansible-centos-source - kolla-ansible-ubuntu-source