
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
14 lines
184 B
YAML
14 lines
184 B
YAML
- project:
|
|
name: ^.*
|
|
templates:
|
|
- system-required
|
|
|
|
- project:
|
|
name: opendev/project-config
|
|
check:
|
|
jobs:
|
|
- noop
|
|
gate:
|
|
jobs:
|
|
- noop
|