Closed
Bug 951469
Opened 11 years ago
Closed 11 years ago
TryChooser is showing "N/A" for all queues
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
Details
(Keywords: trychooser)
Attachments
(1 file)
1.67 KB,
patch
|
dholbert
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
STR:
1. Visit http://trychooser.pub.build.mozilla.org/
2. Look at the Build Queue / Test Queue entries
ACTUAL RESULTS: They're all N/A
EXPECTED RESULTS: Most should not be N/A
Reporter | ||
Comment 1•11 years ago
|
||
The Browser Console reports a syntax error at tryload.js:91, which I think is pointing to the redundant comma at the end of the final line here:
> totalTestLoad["macosx64"] = Math.max(
> Math.max(
> load_try_test["mac10.6-rev4"] + load_nontry_test["mac10.6-rev4"],
> , load_try_test["mac10.8"] + load_nontry_test["mac10.8"]);
It's possible that fixing that will fix this.
Comment 2•11 years ago
|
||
Looks like fallout from http://hg.mozilla.org/build/tools/rev/e94ddbd4e309
Comment 3•11 years ago
|
||
Attachment #8349127 -
Flags: review?(dholbert)
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 8349127 [details] [diff] [review]
fix_trychooser
This is just dropping the redundant (nested) max() and the redundant comma, yes?
Seems reasonable to me.
Attachment #8349127 -
Flags: review?(dholbert) → review+
Comment 5•11 years ago
|
||
Comment on attachment 8349127 [details] [diff] [review]
fix_trychooser
https://hg.mozilla.org/build/tools/rev/1d410ae59a56
Attachment #8349127 -
Flags: checked-in+
Reporter | ||
Comment 6•11 years ago
|
||
(aki: Do you know yet whether that tweak actually fixes the N/A-everywhere issue?)
Comment 7•11 years ago
|
||
Not yet, no, but it looks like http://hg.mozilla.org/build/tools/rev/e94ddbd4e309 introduced badness, so it's a guess.
Comment 8•11 years ago
|
||
Yeah, it does. You can checkout http://hg.mozilla.org/build/tools and open trychooser/index.html in Firefox to hack/test this stuff.
Comment 9•11 years ago
|
||
Heh. Should trychooser redirect to http://hg.mozilla.org/build/tools/raw-file/default/trychooser/index.html ?
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Keywords: trychooser
Assignee | ||
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•