zuul/tests/fixtures/config/cleanup-playbook/git/common-config/zuul.yaml

36 lines
702 B
YAML

- 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
nodeset:
nodes:
- name: test_node
label: test_label
- job:
name: python27
pre-run: playbooks/pre.yaml
post-run: playbooks/post.yaml
cleanup-run: playbooks/cleanup.yaml
vars:
waitpath: '{{zuul._test.test_root}}/{{zuul.build}}/test_wait'
run: playbooks/python27.yaml
- job:
name: python27-failure
cleanup-run: playbooks/cleanup.yaml
run: playbooks/failure.yaml