zuul/releasenotes/notes/merger-pause-ac57e3e7421545b4.yaml
Tobias Henkel 130708b43c
Support pausing merge jobs
Currently an executor still executes merge jobs even when it's
paused. This is surprising to the user and an operational problem when
having a misbehaving executor for some reason. Further the merger now
also can be paused explicitly.

Change-Id: I7ebf2df9d6648789e6bb2d797edd5b67a0925cfc
2020-02-14 13:20:15 +01:00

6 lines
182 B
YAML

---
features:
- |
The zuul-executor now also pauses all merger related tasks when it's paused.
Further the zuul-merger can also be paused by running ``zuul-merger pause``.