system-config/playbooks/zuul/run-production-bootstrap-bridge.yaml
Clark Boylan 990e6ce8a3 Reapply "Bootstrap-bridge as top-level job"
This reverts commit 03816fa43363d9162749bf3cf418f788acfee7cc.

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
2025-03-05 10:20:49 -08:00

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