From c74d6793215e9e170afb5ad8054bbd23e637cd41 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jun 2022 09:53:35 +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: Ie63dd3b161cb8fd9be89002027d699ce2c4a67a5 (cherry picked from commit 4212950a4a6b036f563a236cb005604e1c096f04) --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index cdd2244a4..78b986ef7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -169,6 +169,7 @@ - horizon-openstack-tox-python3-django22 - project: + queue: horizon templates: - check-requirements - horizon-nodejs10-jobs @@ -187,7 +188,6 @@ - horizon-tox-bandit-baseline - horizon-tempest-plugin-ipv6 gate: - queue: horizon jobs: - horizon-dsvm-tempest-plugin - horizon-dsvm-tempest-plugin-py27 -- cgit v1.2.1