Closed
Bug 1419965
Opened 7 years ago
Closed 7 years ago
Remove the estimated job duration remaining feature
Categories
(Tree Management :: Treeherder, enhancement, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Since it's:
* been perma-timing out for months (ie the estimates being shown are months out of date; bug 1368984)
* was not overly accurate even when it wasn't timing out (bug 1228983)
* has other bugs (eg bug 1246113)
* likely to become even less accurate with hyper-chunking, use of different AWS instance sizes, ...
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → emorley
Status: NEW → ASSIGNED
Assignee | ||
Updated•7 years ago
|
Attachment #8931164 -
Flags: review?(cdawson)
Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Attachment #8931164 -
Flags: review?(cdawson) → review+
Comment 2•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/1eec0c81b84c98f0a89b8ae9aed2248f25c19a17
Bug 1419965 - Remove the estimated job time remaining UI (#2977)
This just removes the UI of this mostly broken feature, to see what
response we get, before we remove the API/data ingestion/DB parts.
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #8932155 -
Flags: review?(cdawson)
Updated•7 years ago
|
Attachment #8932155 -
Flags: review?(cdawson) → review+
Comment 4•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/bc0ca97102748d8635ca81b3b530e286ea0ba832
Bug 1419965 - Remove the estimated job time remaining backend (#2990)
The UI has already been removed. This cleans up the data ingestion
and removes the `JobDuration` model, however leaves the `running_eta`
field on the `Job` model for the next time that table is touched (since
the table is large, so altering the schema would likely require
downtime).
Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•