Correct queue declaration in Zuul config

Move the ec2-api queue declaration from the pipeline level (where it
is no longer valid) to the project level.

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

For stable/yoga: Amended to actually drop the queue definition from the
gate pipeline, which was no longer present for the original patch.

Change-Id: I3103c4ecb803e784c87ed4cff5124d303620d4a5
(cherry picked from commit 16b27e67ea)
This commit is contained in:
Jeremy Stanley 2022-09-24 11:48:37 +00:00 committed by Dr. Jens Harbott
parent 14c86d1fc5
commit a0ab299dd0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
- project:
queue: ec2-api
templates:
- check-requirements
- openstack-lower-constraints-jobs
@ -8,6 +9,5 @@
jobs:
- ec2api-tempest-plugin-functional
gate:
queue: ec2-api
jobs:
- ec2api-tempest-plugin-functional