
Set the correct default branch for the zuul-results-summary project. Ensure we don't run the system-required jobs on this repo. Change-Id: I04f5be25414c923dcd25cc490b4b0bff5a48eefa
20 lines
414 B
YAML
20 lines
414 B
YAML
# Only include system-required for repos in this tenant to
|
|
# avoid running on third-party things
|
|
- project:
|
|
name: ^(opendev|inaugust|openinfralabs)/.*
|
|
templates:
|
|
- system-required
|
|
|
|
- project:
|
|
name: gerrit.googlesource.com/plugins/zuul-results-summary
|
|
default-branch: main
|
|
|
|
- project:
|
|
name: opendev/project-config
|
|
check:
|
|
jobs:
|
|
- noop
|
|
gate:
|
|
jobs:
|
|
- noop
|