Open
Bug 1949704
Opened 1 month ago
Add Matrix notifications when a product details update is executed/completed
Categories
(Release Engineering :: Applications: Shipit, enhancement, P3)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
NEW
People
(Reporter: jlorenzo, Unassigned)
Details
From github: https://github.com/mozilla-releng/shipit/issues/1511.
Triggering a product details repository update (sending a message to the pulse queue) works most of the time. However, when it doesn't work, it can, and often does, fail silently if the message is somehow dropped.
ShipIt has a mechanism for sending messages to the release driver's Matrix channels. We could probably send a Matrix notification when the worker picks up an update or maybe when it finishes pushing it. This way, if
product_details.py
is suspiciously quiet post-version bump, we know we need to manually trigger a rebuild from the UI.
Change performed by the Move to Bugzilla add-on.
You need to log in
before you can comment on or make changes to this bug.
Description
•