project-config/zuul.d/project-templates.yaml
Clark Boylan 18eacddf5e Add system-required project template
This gives us an empty check queue on every project so that zuul will
report syntax and config errors on push to all projects in the opendev
tenant.

Change-Id: Icaea32826bf408c3420e547b49b1f97b2a16dc9c
2019-04-10 16:26:22 -07:00

12 lines
397 B
YAML

- project-template:
name: system-required
description: |
Jobs that *every* project in OpenDev CI should have by default.
This is automatically added to all projects in OpenDev CI, no
repository should use this directly.
# Include a check queue so that initially every repo has a check queue
# and we can report invalid zuul.yaml files.
check:
jobs: []