Closed
Bug 1092209
Opened 11 years ago
Closed 10 years ago
Log viewer: Display TinderboxPrint output alongside job details
Categories
(Tree Management :: Treeherder, defect, P4)
Tree Management
Treeherder
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: armenzg, Assigned: jfrench)
References
Details
Attachments
(1 file)
If you load this view:
https://treeherder.mozilla.org/ui/logviewer.html#?job_id=2833982&repo=try
you won't see this information:
reftest 1733/120/78 (this shows up in the summary of a job when you click on it)
Could we please add it in the treeherder log viewer?
Thanks!
PS=I love the view!
Comment 1•11 years ago
|
||
Yeah this would be handy :-)
OS: Linux → All
Hardware: x86_64 → All
Summary: Treeherder log viewer does not show summary → Log viewer: Display TinderboxPrint output alongside job details
Updated•11 years ago
|
Component: Treeherder → Treeherder: Log Viewer
Updated•11 years ago
|
Priority: -- → P3
Updated•10 years ago
|
Priority: P3 → P4
Assignee | ||
Comment 4•10 years ago
|
||
So among 'universal' job properties we currently display:
(Job Details Panel + Job Details Tab)
Result, Job, Machine, Build(*), Job Name(*), Request(*), Start, End, Duration(*), InspectTask(*)
(Logviewer)
Result, Job, Machine, Start, End
...(*) are values we could consider adding to Logviewer if we wanted match them more closely. We'd like to add InspectTask to Logviewer for dupe bug 1179261. Ryan/Wes do you think we should add and match everything, or cherry pick additional values above for Logviewer?
If I recall correctly we had consciously chosen to omit some things in Logviewer.
Flags: needinfo?(wkocher)
Flags: needinfo?(ryanvm)
You could definitely do without the requested time. Duration can probably be skipped, too. Job Name would be nice to have.
Flags: needinfo?(wkocher)
Comment 6•10 years ago
|
||
This bug is about adding the contents of TinderboxPrint to the log viewer. Most of the properties listed in comment 4 are not tinderboxprints.
Comment 7•10 years ago
|
||
ie we want to add the things here:
https://treeherder.mozilla.org/api/project/mozilla-inbound/artifact/?job_id=11312936&name=Job+Info&type=json
Comment 8•10 years ago
|
||
From my dupe (bug 1102988), I asked for the links to blobber downloads. Things like minidumps are important when a log contains a crash, and we tend to paste logs into bugs, so clicking the log link should give you the ability to download things like that.
Assignee | ||
Comment 9•10 years ago
|
||
Could we append the printlines to the existing header block, and support scrolling of that container? And reduce the font size further so that by default some job details may completely fit in the current space.
Alternately, we could put the current info into a 'Job info' tab (the default landing experience), with an adjacent 'Job details' tab for the printlines - supporting scrolling if the contents are large. I think would result in more mouse interaction though.
I kind of like the first one, not sure how everyone else feels.
Assignee | ||
Comment 11•10 years ago
|
||
If I can get this working nicely I will assign myself :)
Assignee | ||
Comment 12•10 years ago
|
||
Getting closer, so assigning.
Assignee: nobody → tojonmz
Status: NEW → ASSIGNED
Assignee | ||
Comment 13•10 years ago
|
||
Please see above PR for status and review.
Attachment #8637285 -
Flags: review?(cdawson)
Updated•10 years ago
|
Attachment #8637285 -
Flags: review?(cdawson) → review+
Comment 14•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/d0bb90a2eefd49deb31349a7a6f5caa1d71d5069
Bug 1092209 - Add tinderbox lines to logviewer
Assignee | ||
Comment 15•10 years ago
|
||
Marking fixed per above merge. If we need to add additional/separate content we could add it in a follow up bug I'm sure.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: Treeherder: Log Viewer → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•