Files
zuul/releasenotes/notes/add-enqueue-reporter-action-4340b917c1cfca37.yaml
James E. Blair c8d7119de4 Add enqueue reporter action
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
2019-09-17 09:51:16 -07:00

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.