zuul: Declare queue at top level

Zuul deprecated declaring shared queues at a pipeline level with
release 4.1.0. This updates the job definition to use the top level
declaration instead.

Change-Id: Ifd674efb349e0c3156606c8fce72a176f8d05b0f
This commit is contained in:
vcandappa 2022-10-20 18:18:12 +05:30
parent 6505f24f1b
commit 84f11c7468
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---
- project:
queue: tripleo
templates:
- check-requirements
- openstack-cover-jobs
@ -9,4 +10,5 @@
- tripleo-multinode-container-minimal-pipeline
- tripleo-upgrades-master-pipeline
gate:
queue: tripleo
jobs:
- openstack-tox-pep8