zuul: Declare queue at top level

Zuul deprecated declaring shared queues at a pipeline level with
release 4.1.0[1]. This updates the job definition to use the top level
declaration instead.

See [2] for details.

[1] https://zuul-ci.org/docs/zuul/latest/releasenotes.html#relnotes-4-1-0-deprecation-notes
[2] http://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html

This is similar to Ib621978bc27a33bbb568ad89d51f0aecf9a5c9f1

Change-Id: If1dcb882ba9f6ef394a479026b4d2b4495f8554c
This commit is contained in:
Cédric Jeanneret 2022-10-11 12:01:14 +02:00
parent ffb9f0e5c1
commit 451279f069
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,7 @@
- project:
vars:
fail_logs_collection: true
queue: tripleo
check:
jobs: &jobs
- openstack-tox-linters
@ -95,7 +96,6 @@
- overcloud-validate
gate:
jobs: *jobs
queue: tripleo
post:
jobs:
- publish-openstack-python-branch-tarball