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:
parent
f290882658
commit
1ca4152373
@ -1,4 +1,5 @@
|
|||||||
- project:
|
- project:
|
||||||
|
queue: monasca
|
||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
@ -12,7 +13,6 @@
|
|||||||
- monascalog-tempest
|
- monascalog-tempest
|
||||||
- legacy-monasca-common-maven-build
|
- legacy-monasca-common-maven-build
|
||||||
gate:
|
gate:
|
||||||
queue: monasca
|
|
||||||
jobs:
|
jobs:
|
||||||
- monasca-tempest-python3-influxdb:
|
- monasca-tempest-python3-influxdb:
|
||||||
voting: false
|
voting: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user