zuul/tests/fixtures/config/job-pause/git/org_project4/playbooks/compile-fail.yaml

13 lines
244 B
YAML

- hosts: all
tasks:
- name: Pause and let child run
zuul_return:
data:
zuul:
pause: true
# Fail the playbook AFTER we have set zuul_return
- name: Fail
fail:
msg: This shall fail