From 7e88ff2ace570b3899ae0c5526a9cfa8aef0b45e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami <tkajinam@redhat.com> Date: Mon, 13 Jun 2022 09:59:29 +0900 Subject: [PATCH] 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 Change-Id: I9bc6259c3be65fc030a5ae7874cf2748fc53c174 --- .zuul.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5afa1bb..4c990f9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,4 @@ - project: + queue: barbican templates: - publish-openstack-docs-pti - gate: - queue: barbican