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
This commit is contained in:
parent
fc97ceed7a
commit
04633984a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user