Move zuul jobs to system-config queue

As we observed that the default use of tripleo queue make changes
made to this repository to wait in line with other (hours), we move
it to system-config queue in order to fast-track them.

This is needed because almost all changes expected to be made inside
this repository are changes to the list of queries we use to identify
CI job failures, and they need to merge as soon as posible.

Change-Id: Ic53815dc6f9584bed5ba903b5825be48d3d62763
This commit is contained in:
Sorin Sbarnea 2021-04-16 10:57:54 +01:00
parent daec663840
commit b408491ff9
1 changed files with 7 additions and 6 deletions

View File

@ -2,12 +2,13 @@
# zuul.d/layout.yaml
- project:
check:
jobs:
- openstack-tox-linters
- openstack-tox-py38
gate:
queue: tripleo
check: &jobs
jobs:
- openstack-tox-linters
- openstack-tox-py38
# Deliberately avoid tripleo queue on this repository because it would
# slowdown changes, where most are of urgent nature, like updating the
# list of queries. This repository is not supposed to use any
# dependencies on other changes.
queue: system-config
gate: *jobs