From 794d5f7d0422feab3726a34460677db6df76393b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jun 2022 09:56:04 +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: Ibf049c5e1f5ae5a879bb75e147894fc28927445a --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index 4d67899a..cda88b54 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -26,6 +26,7 @@ - ^ceilometer/tests/.*$ - project: + queue: telemetry templates: - openstack-cover-jobs - openstack-python3-zed-jobs -- cgit v1.2.1