summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/ansible-callbacks/git/common-config/zuul.yaml
blob: 4acf6efb85629c09cae664997ef126c8827c7600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- pipeline:
    name: promote
    manager: supercedent
    post-review: true
    trigger:
      gerrit:
        - event: change-merged

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

- project:
    promote:
      jobs:
        - callback-test