From acc4a44e87758a6bedabbc12d35b059d437f58ef Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 6 Jun 2023 20:48:42 +0200 Subject: [PATCH] Fix deprecated zuul queue syntax Zuul deprecated (and now removed) declaring shared queues at a pipeline level [1]. This patch fixes the syntax to make the gate work for adjutant. [1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html Change-Id: I1420f59cc5a315a47f7a4bfe0ac2a9761d06e11d --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f1aae49..66c9150 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,6 +11,7 @@ - project: + queue: adjutant templates: - publish-openstack-docs-pti - build-release-notes-jobs-python3 @@ -20,6 +21,5 @@ jobs: - adjutant-black-style-check gate: - queue: adjutant jobs: - - adjutant-black-style-check \ No newline at end of file + - adjutant-black-style-check