This facilitates integration with the gerrit checks API (and may prove useful for other similar APIs). It will allow us to report that a change has been enqueued in a particular pipeline. A Zuul pipeline will correspond to a Gerrit check, which means we can update the status for that check from "NOT_STARTED" to "SCHEDULED" when it enters the pipeline. This is important for our check polling loop, and it will cause that check to stop appearing in the list of pending checks. Test coverage for this is added in change Ida0cdef682ca2ce117617eacfb67f371426a3131. Change-Id: I9ec329b446fa51e0911d4d9ff67eea7ddd55ab5d
6 lines
150 B
YAML
6 lines
150 B
YAML
---
|
|
features:
|
|
- |
|
|
Added the :attr:`pipeline.enqueue` reporter action so that
|
|
reporters may be run when an item is enqueued into a pipeline.
|