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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

Attachments

(1 file)

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.
Attached patch Patch v1Splinter Review
Depends on: 805201
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: Webtools → Tree Management
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: