From 04633984a03e901d077b794b7c185a87756595a7 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Wed, 28 Sep 2022 17:47:03 +0200 Subject: [PATCH] Fix deprecated zuul queue syntax Zuul deprecated (and now removed) declaring shared queues at a pipeline level [1]. This patch fixes the syntax to make the gate work for monasca-events-api. [1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html Change-Id: I01f2b5033aed9d97758f32a00c61e5fc8f73f7fa --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 83c03c0..88d1eb4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -44,6 +44,7 @@ TEMPEST_PLUGINS: /opt/stack/monasca-tempest-plugin - project: + queue: monasca templates: - openstack-cover-jobs - openstack-lower-constraints-jobs @@ -55,6 +56,5 @@ jobs: - monasca-events-python3 gate: - queue: monasca jobs: - monasca-events-python3