From ab64069e237daa2a8868a8db67ece5fea39a645a Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 26 Sep 2022 14:19:58 +0200 Subject: [PATCH] Move queue declaration to project level This moves the watcher queue declaration from the pipeline level (where it is no longer valid) to the project level. https: //lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html Change-Id: I06923abb00f7eecd59587f44cd1f6a069e88a9fc (cherry picked from commit 600332271188561babe7161115a2e8d7292cc498) --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 345b8e29e..51f684329 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,5 @@ - project: + queue: watcher templates: - check-requirements - openstack-cover-jobs @@ -16,7 +17,6 @@ - watcher-tls-test - watcher-tempest-functional-ipv6-only gate: - queue: watcher jobs: - watcher-tempest-functional - watcher-tempest-functional-ipv6-only