From 167ece3673f6db5db8694dff9644a73216697185 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jun 2022 09:47:57 +0900 Subject: 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: Ib54f5944cfd803baa4044858c097fc71f1ffb789 (cherry picked from commit 4a898171f0b512518aa94dbcdd58cfc707630af9) (cherry picked from commit f4904ff7af40c8683d0dd3550eaf979fa90a2e47) (cherry picked from commit 782da94b34d17b2bf06ba8bf06f43c091c52266f) --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 883237e05..dce5e4d6a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -184,6 +184,7 @@ - ^releasenotes/.*$ - project: + queue: heat templates: - openstack-cover-jobs - openstack-python3-wallaby-jobs @@ -198,7 +199,6 @@ - heat-functional - heat-functional-legacy gate: - queue: heat jobs: - grenade-heat-multinode - heat-functional -- cgit v1.2.1