From a0ab299dd0a2c34d3ba4533ab659d0b27ee46f68 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 For stable/yoga: Amended to actually drop the queue definition from the gate pipeline, which was no longer present for the original patch. Change-Id: I3103c4ecb803e784c87ed4cff5124d303620d4a5 (cherry picked from commit 16b27e67ea4b5fce9e84e217bde8f07af6a7481b) --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index f1043974..1065374d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,5 @@ - project: + queue: ec2-api templates: - check-requirements - openstack-lower-constraints-jobs @@ -8,6 +9,5 @@ jobs: - ec2api-tempest-plugin-functional gate: - queue: ec2-api jobs: - ec2api-tempest-plugin-functional