Closed
Bug 842052
Opened 12 years ago
Closed 11 years ago
Link the slave name to the new slave health dashboard rather than the buildapi recent jobs page
Categories
(Tree Management Graveyard :: TBPL, enhancement)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: emorley)
References
Details
(Keywords: sheriffing-P1)
Attachments
(1 file)
(deleted),
patch
|
philor
:
review+
|
Details | Diff | Splinter Review |
Although there are times when buildapi/recent is what I want to know about a slave, particularly in the case of OS X when looking at an unfiled failure the first thing I want to know is whether there's a problem tracking bug for that slave filled with "this slave is busted, look at this crash and this timeout and these pink pixel of death failures" comments, so rather than clicking the linked slavename, I (carefully, because selecting linked text is always awkward) select it and search Bugzilla for it.
Conveniently, http://build.mozilla.org/builds/last-job-per-slave.html already has exactly what we need to steal, behind the white-on-blue ? icons: look up whether there's a bug, what its status is if there is, and offer to let you file one if there isn't one.
Assignee | ||
Comment 1•12 years ago
|
||
Ryan, want to chat through this one at some point and then see if it's something you'd like to take on?
Keywords: sheriffing-P1
Assignee | ||
Comment 2•12 years ago
|
||
last-job-per-slave.html uses things like:
<img src="./icons/help.png" alt="Check bug status" title="Check bug status" onclick="getBugByAlias("talos-r3-xp-020");">
Which uses:
http://build.mozilla.org/builds/bugzilla.js
Assignee | ||
Comment 3•11 years ago
|
||
17:07:46 - edmorley: philor: for bug 842052, would pointing at eg: https://secure.pub.build.mozilla.org/builddata/reports/slave_health/slave.html?name=panda-0725 be an acceptable solution?
Assignee: nobody → emorley
Status: NEW → ASSIGNED
Summary: Steal the code to look up or file a slave problem tracking bug from last-job-per-slave.html → Link the slave name to the new slave health dashboard rather than the buildapi recent jobs page
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #772692 -
Flags: review?(philringnalda)
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 772692 [details] [diff] [review]
Patch v1
Looks good.
Attachment #772692 -
Flags: review?(philringnalda) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Assignee | ||
Comment 7•11 years ago
|
||
In production :-)
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Webtools → Tree Management
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•