From 16b27e67ea4b5fce9e84e217bde8f07af6a7481b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 24 Sep 2022 11:48:37 +0000 Subject: [PATCH] Correct queue declaration in Zuul config Move the ec2-api 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: I3103c4ecb803e784c87ed4cff5124d303620d4a5 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index e0ddd9cc..3cd448d4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,5 @@ - project: + queue: ec2-api templates: - check-requirements - openstack-python3-jobs