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 again for
monasca-common.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html

Change-Id: Id9c0956d4800f01dadfece02638bc4fcc9ef1e8a
This commit is contained in:
Elod Illes 2023-02-17 20:18:55 +01:00
parent f290882658
commit 1ca4152373

View File

@ -1,4 +1,5 @@
- project:
queue: monasca
templates:
- check-requirements
- openstack-cover-jobs
@ -12,7 +13,6 @@
- monascalog-tempest
- legacy-monasca-common-maven-build
gate:
queue: monasca
jobs:
- monasca-tempest-python3-influxdb:
voting: false