summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/requirements/trusted-check/git/common-config/zuul.yaml
blob: 494cd3cc7e71127afcb8466e72256e0feebeafb8 (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
40
41
- pipeline:
    name: trusted-check
    manager: independent
    allow-other-connections: false
    require:
      gerrit:
        approval:
          - Code-Review: 2
    trigger:
      gerrit:
        - event: patchset-created
    success:
      gerrit:
        Verified: 1
    failure:
      gerrit:
        Verified: -1

- job:
    name: base
    parent: null
    run: playbooks/base.yaml
    nodeset:
      nodes:
        - label: ubuntu-xenial
          name: controller

- job:
    name: check-job

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

- project:
    name: gh/project
    trusted-check:
      jobs:
        - check-job