Closed
Bug 1849180
Opened 1 year ago
Closed 1 year ago
move create_interactive notification to the task's payload
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox118 fixed)
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
References
Details
Attachments
(1 file)
Currently the create_interactive action has custom code to talk to the taskcluster notification service (via taskcluster-proxy) to send an email to the requesting user.
It would be simpler to add notification params to the interactive task's definition itself, and let TC trigger the notification that way. For example bug 1705354 was a failure when sending the notification, which wouldn't have happened if that was not the action task's responsibility (the email still wouldn't have been sent, but...).
Assignee | ||
Comment 1•1 year ago
|
||
Instead of sending email from the action task, have taskcluster do it
when the interactive task becomes pending.
Updated•1 year ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3ea958209a07
move interactive task notification to the task's definition. r=releng-reviewers,taskgraph-reviewers,hneiva DONTBUILD
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•