Closed
Bug 1085692
Opened 10 years ago
Closed 10 years ago
taskcluster: Reruns should be shown as reruns in the treeherder UI (the blue symbols)
Categories
(Taskcluster :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Assigned: jlal)
References
Details
Right now we show them as new jobs or "retriggers" which was okay for short term but is a usability/sheriffablity pain as they need to be classified.
Comment 1•10 years ago
|
||
Right now retries also shows up on treeherder :)
We added `reasonCreated` to all runs, so that this issue could be solved. So there data is there, guessing what sheriffs and treeherder expects is the hard part.
Note in terminology:
rerun: When a task is completed (successfully or not) and someone requests a rerun. The scheduler may do this
automatically for tasks completing unsuccessfully.
retry: When an unknown worker/hardware issues happens, and we have no idea why we didn't get a response, then
the queue retries the task.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jlal
Assignee | ||
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: --- → mozilla41
Version: unspecified → Trunk
Comment 3•9 years ago
|
||
Resetting Version and Target Milestone that accidentally got changed...
Target Milestone: mozilla41 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•