Merge "Move zuul jobs to system-config queue"

This commit is contained in:
Zuul 2021-04-16 11:59:31 +00:00 committed by Gerrit Code Review
commit b8e6b965b3

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