Closed
Bug 1260609
Opened 10 years ago
Closed 8 years ago
Trychooser depends on deprecated tool to get pending counts
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nthomas, Unassigned)
References
Details
(Keywords: trychooser)
Attachments
(1 file)
|
1.36 KB,
patch
|
coop
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
The pending/running graphs at http://builddata.pub.build.mozilla.org/reports/pending/ have been disabled, and trychooser is requesting a couple of text files from there to determine pending job counts. I've removed those to avoid fooling people with stale data, but now trychooser claims 0 pending. This patch just changes that to '?', or in some cases '??', to make it a little clearer.
Longer term it may make sense to pick up the JS which slave_health uses.
Attachment #8736116 -
Flags: review?(coop)
Updated•10 years ago
|
Attachment #8736116 -
Flags: review?(coop) → review+
| Reporter | ||
Comment 1•10 years ago
|
||
Comment on attachment 8736116 [details] [diff] [review]
[tools] Tell no lies
https://hg.mozilla.org/build/tools/rev/b3976373e506
Deployed to stage and prod (previous at rev 1c1bfef7a7f3). Leaving this open until when slavehealth is back up.
Attachment #8736116 -
Flags: checked-in+
Comment 2•9 years ago
|
||
The JS which slave_health uses, as in https://secure.pub.build.mozilla.org/buildapi/pending?format=json, as in make trychooser require an LDAP login?
| Reporter | ||
Comment 3•9 years ago
|
||
https://secure.pub.build.mozilla.org/builddata/buildjson/builds-pending.js is the same data except cached for 60 seconds, and no authentication requirement.
| Assignee | ||
Updated•9 years ago
|
Component: Tools → General
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•