From dcdc437f1158683c57e2cfcf7daa36cfe7b535ab Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 11 Jul 2022 10:13:09 -0400 Subject: [PATCH] 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 9c09e9393719ef99aef0b60e0efb1093932669d6) (cherry picked from commit 4f8a6a5e6200e0f84b4bc4bf96487e8b65d97edc) (cherry picked from commit 9f83b47cdcd80a5e1e53770bacb70b16636090a3) (cherry picked from commit 03441bf1baef2f99fe1a6c754f9098e58fd9f54d) (cherry picked from commit dcf2a4b5e567acdff2f36dc154d20721062d2898) (cherry picked from commit 20ad4931f6f268f2177da30ca0e01a4546de5f20) --- .zuul.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d2dcf0e..d1898c4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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