zuul/releasenotes/notes/zuul_unreachable-6eff96f19b12c113.yaml
James E. Blair 4421a87806 Add zuul_unreachable ansible host group
This will allow users to write post-run playbooks that skip
running certain tasks on unreachable hosts.

Change-Id: I04106ad0222bcd8073ed6655a8e4ed77f43881f8
2024-02-27 13:57:07 -08:00

8 lines
293 B
YAML

---
features:
- |
When a remote host in a job is found to be unreachable, Zuul will
automatically add it to a new group named `zuul_unreachable` for
all subsequent playbooks. This can be used to avoid running
certain post-run steps on hosts already known to be unreachable.