This reverts commit 03816fa433.
This is a partial reapplication of the previously broken change. We make
a small edit to the ansible playbook to run zuul_return in a valid
context. Specifically as a task against localhost.
We also move the infra-prod-bootstrap-bridge dependency into the PPC
because the PPC dependencies override job dpendencies.
Change-Id: Icc2e0871abfed28937eb96bc14bb2be6b0d882d8
14 lines
230 B
YAML
14 lines
230 B
YAML
- hosts: localhost
|
|
roles:
|
|
- add-bastion-host
|
|
|
|
- import_playbook: ../bootstrap-bridge.yaml
|
|
|
|
- hosts: localhost
|
|
tasks:
|
|
- name: Wait for child jobs
|
|
zuul_return:
|
|
data:
|
|
zuul:
|
|
pause: true
|