zuul/releasenotes/notes/reporters-always-report-27702c27369176da.yaml
Clark Boylan 1a03f7e689 Report to all reporters even if one fails
We short circuited reporting if any one reported failed. Instead do our
best to report to all reporters even if any one fails this way the
message has a better chance of getting out. This issue was identified
during the openstack zuul v3 transition as an item that needed to be
fixed.

Change-Id: Ia7f14fb108cd9ecdb14f6cada29abdf69acc1ed2
Story: 2001441
2018-04-02 09:53:28 -07:00

9 lines
335 B
YAML

---
fixes:
- |
Story 2001441 is fixed. Failure by one Zuul reporter will not short
circuit the reporting of other reporters. This ensures as much
information as possible is reported for each change even if some
failures occur. Note that the build set status is changed to 'ERROR'
after the first failed reporter.