Include a check queue for all projects

This patch adds every project into the check queue in the Zuul
tenant to make sure that it does zuul.yaml validation and allows
for an initial self-testing commit.

This is needed for Zuul because in openstack/project-config we
define a system-required template which does this for all the
projects.

Change-Id: I80e9f59edc23d63aac9b098eea411a9e023b19f1
This commit is contained in:
Mohammed Naser 2019-12-23 20:31:53 -05:00
parent 4085c1eece
commit 0efa293d55

View File

@ -1,3 +1,10 @@
- project:
name: ^zuul/.*
# Include a check queue so that initially every repo has a check queue
# and we can report invalid zuul.yaml files.
check:
jobs: []
- project:
name: zuul/project-config
check: