Closed
Bug 805141
Opened 12 years ago
Closed 12 years ago
Add TBPL support for mochitests-N until bug 805138 is fixed
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
991 bytes,
patch
|
Details | Diff | Splinter Review |
Bug 804026 removed slashes from the mochitest builder names when using mozharness (currently only on Cedar), which means instead of matching against:
726 var match = /([0-9]+)\/[0-9]/.exec(this.name);
727 if (match)
728 return match[1];
we hit:
734 match = /mochitest\-?([1-9])/.exec(this.name);
...
738 if (match)
739 return match[1];
Which obviously doesn't work with mochitests plural.
Bug 805138is due s/mochitests/mochitest/, but in the meantime we should add support in TBPL so people using cedar can see the correct Mochitest part numbers.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 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
•