summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/broken-multi-tenant/git/common-config/zuul.yaml
blob: 406a64248aa4693bcd0bfbd2da6c3eb38ec530c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- pipeline:
    name: check
    manager: independent
    trigger:
      gerrit:
        - event: patchset-created
    success:
      gerrit:
        Verified: 1
    failure:
      gerrit:
        Verified: -1

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

- project:
    name: ^.*
    check:
      jobs:
        - base