zuul/tests/fixtures/config/tenant-parser/exclude-include-branches.yaml

17 lines
414 B
YAML

- tenant:
name: tenant-one
source:
gerrit:
config-projects:
- common-config
untrusted-projects:
- org/project1:
exclude-branches:
- foo
- bar
# Include branches has higher priority than exclude branches
include-branches:
- foo
- bar
- org/project2