summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/tenant-parser/git/common-config/zuul.yaml
blob: e21f967cd5b8a23f6d95d6df144c58b3e3afce27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
- pipeline:
    name: check
    manager: independent
    trigger:
      gerrit:
        - event: patchset-created
    success:
      gerrit:
        Verified: 1
    failure:
      gerrit:
        Verified: -1

- job:
    name: base
    parent: null

- job:
    name: common-config-job

- project:
    name: org/project1
    check:
      jobs:
        - common-config-job

- project:
    name: org/project2
    check:
      jobs:
        - common-config-job