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 again for
python-saharaclient.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html

Change-Id: I43b341018423a0702bb1ed1ba7e394c1ad0b146a
(cherry picked from commit 64f32c3fe4)
This commit is contained in:
Elod Illes 2023-02-17 20:23:29 +01:00 committed by Dr. Jens Harbott
parent 2f01b878a9
commit c9c450351a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
- project:
queue: sahara
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
@ -14,7 +15,6 @@
- python-saharaclient-tempest
- python-saharaclient-tempest-v2
gate:
queue: sahara
jobs:
- python-saharaclient-scenario
- python-saharaclient-scenario-v2