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

Change-Id: I1be3ef219d72ac28346f566dbf82cd43b245b71f
This commit is contained in:
zhouxinyong 2023-10-12 10:14:27 +08:00
parent 0ea1312cd5
commit 53b309ff57
1 changed files with 17 additions and 10 deletions

View File

@ -1,6 +1,6 @@
- project:
queue: sahara
templates:
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
@ -10,10 +10,14 @@
jobs:
- openstack-tox-pylint:
voting: false
- sahara-tests-scenario
- sahara-tests-scenario-v2
- sahara-tests-tempest
- sahara-tests-tempest-v2
- sahara-tests-scenario:
voting: false
- sahara-tests-scenario-v2:
voting: false
- sahara-tests-tempest:
voting: false
- sahara-tests-tempest-v2:
voting: false
- openstack-tox-cover:
voting: false
- sahara-grenade:
@ -21,12 +25,15 @@
- sahara-openstack-ansible-functional:
voting: false
gate:
queue: sahara
jobs:
- sahara-tests-scenario
- sahara-tests-scenario-v2
- sahara-tests-tempest
- sahara-tests-tempest-v2
- sahara-tests-scenario:
voting: false
- sahara-tests-scenario-v2:
voting: false
- sahara-tests-tempest:
voting: false
- sahara-tests-tempest-v2:
voting: false
# - sahara-grenade
- sahara-openstack-ansible-functional:
voting: false