zuul/releasenotes/notes/job-warnings-b72a9e80574b0969.yaml
Tobias Henkel 9879cab0d1
Support emitting warnings via zuul_return
We already have the infrastructure in place for adding warnings to the
reporting. Plumb that through to zuul_return so jobs can do that on
purpose as well. An example could be a post playbook that analyzes
performance statistics and emits a warning about inefficient usage of
the build node resources.

Change-Id: I4c3b85dc8f4c69c55cbc6168b8a66afce8b50a97
2020-08-31 11:54:46 +02:00

6 lines
137 B
YAML

---
features:
- |
A job now can leave warning messages on the change using zuul_return.
See :ref:`return_values` for examples.