Closed
Bug 936610
Opened 11 years ago
Closed 10 years ago
ouija slave failure page should indicate if the slave is disabled or enabled
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jmaher, Unassigned)
References
Details
we have slaves that are disabled which take jobs- that isn't good
we have reports that we could ignore if the slave is already disabled
I don't know how to get this specific information, I suspect we could get it after the page has loaded via a json request to another server.
Reporter | ||
Comment 1•11 years ago
|
||
how can we get a slave status (enabled/disabled) programatically?
Flags: needinfo?(emorley)
Comment 2•11 years ago
|
||
The slave health page (https://secure.pub.build.mozilla.org/builddata/reports/slave_health/slave.html?name=tst-linux32-ec2-123) makes a bunch of calls to fetch things like this dynamically - you can probably steal a bunch of the js from there, or else just use:
https://secure.pub.build.mozilla.org/slavealloc/api/slaves/tst-linux32-ec2-123?byname=1
etc :-)
Flags: needinfo?(emorley)
Comment 3•10 years ago
|
||
We're planning to move this functionality to Treeherder anyway (Bug 1071152) so there is no point in fixing it here.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•