summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/tenant-parser/exclude-include-branches.yaml
blob: 6d455802a6dab7da022930c5afca2181ae195c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- 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