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