When a build is paused or resumed, we now store this information on the build together with the event time. Instead of additional attributes for each timestamp, we add an "event" list attribute to the build which can also be used for other events in the future. The events are stored in the SQL database and added to the MQTT payload so the information can be used by the zuul-web UI (e.g. in the "build times" gantt chart) or provided to external services. Change-Id: I789b4f69faf96e3b8fd090a2e389df3bb9efd602
6 lines
165 B
YAML
6 lines
165 B
YAML
---
|
|
features:
|
|
- |
|
|
Zuul now stores the pause and resume events for a build together with
|
|
their timestamp and reports them to the SQL database and via MQTT.
|