Update deprecated zuul syntax

Replace declaring shared queues at the project-pipeline level
with declaring them at the project level so that cinderlib CI
won't break at opendev's next Zuul major update.

Details:
https://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html

Change-Id: Ie0b14c0c64d1b233a37aeae61618efdc2d6e262e
(cherry picked from commit 9c09e93937)
(cherry picked from commit 4f8a6a5e62)
(cherry picked from commit 9f83b47cdc)
(cherry picked from commit 03441bf1ba)
(cherry picked from commit dcf2a4b5e5)
(cherry picked from commit 20ad4931f6)
This commit is contained in:
Brian Rosmaita 2022-07-11 10:13:09 -04:00
parent 36fadbd4cf
commit dcdc437f11
1 changed files with 1 additions and 2 deletions

View File

@ -1,16 +1,15 @@
- project:
queue: integrated
templates:
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
queue: integrated
jobs:
- openstack-tox-pep8
- cinderlib-tox-py27
- cinderlib-tox-py36
- cinderlib-tox-py37
gate:
queue: integrated
jobs:
- openstack-tox-pep8
- cinderlib-tox-py27