Closed
Bug 1242675
Opened 9 years ago
Closed 9 years ago
[mozilla-taskcluster] Report error to treeherder when a task cannot be retriggered
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: garndt, Assigned: garndt)
Details
Attachments
(1 file)
mozilla-taskcluster should report an error when retriggering a task fails. Currently this error is caught and reported to our papertrail logs, but the user does not have any indication that this failed.
Place where this is caught:
https://github.com/taskcluster/mozilla-taskcluster/blob/master/src/jobs/retrigger.js#L135
Assignee | ||
Updated•9 years ago
|
Component: Tools → Integration
Assignee | ||
Comment 1•9 years ago
|
||
Looking at how we handle decision task errors, it appears that mozilla-taskcluster will actually create a taskcluster task that echos to the log what the error was when creating it and then relies on the normal handling of tasks being reports to treeherder on completion to get that error in there.
I think we could just create a new job in treeherder with a failure summary of what the error is instead of creating a task.
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8721300 -
Flags: review?(jopsen)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → garndt
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Comment on attachment 8721300 [details] [review]
https://github.com/taskcluster/mozilla-taskcluster/pull/48
See PR, looks good to me.
Attachment #8721300 -
Flags: review?(jopsen) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Merged and deployed
https://github.com/taskcluster/mozilla-taskcluster/commit/68306fde26a04293800092a6bc27b871b5d69add
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Integration → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•