summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/job-output/git/common-config/zuul.yaml
blob: 4df0020d34801045ce6270dde7ebaf68c1219c25 (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
32
33
34
35
36
37
38
39
- pipeline:
    name: check
    manager: independent
    post-review: true
    trigger:
      gerrit:
        - event: patchset-created
    success:
      gerrit:
        Verified: 1
    failure:
      gerrit:
        Verified: -1

- job:
    name: base
    parent: null

- job:
    parent: base
    name: job-output
    run: playbooks/job-output.yaml

- job:
    name: job-output-failure
    run: playbooks/job-output
    post-run: playbooks/job-output-failure-post

- project:
    name: org/project
    check:
      jobs:
        - job-output

- project:
    name: org/project2
    check:
      jobs:
        - job-output-failure