Closed
Bug 835854
Opened 12 years ago
Closed 12 years ago
Job symbols on build-system are broken after bug 831710
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)
1.34 KB,
patch
|
philor
:
review+
|
Details | Diff | Splinter Review |
Bug 831710 reordered some of the regexes in Data.js
Unfortunately this means that "build" matches against "build-system" in the buildername.
eg:
"Rev4 MacOSX Lion 10.7 build-system opt test mochitest-browser-chrome" -> "Build bc", "Bbc".
We could just restore the order for the "build" regex back to how it was, however this means that we'd still falsely match in the case of:
"... build-system opt test some-yet-unrecognised-test-name"
Instead, let's just explicitly exclude build-system.
Assignee | ||
Comment 1•12 years ago
|
||
Looks fine locally :-)
Attachment #707671 -
Flags: review?(philringnalda)
Comment 2•12 years ago
|
||
Comment on attachment 707671 [details] [diff] [review]
Patch v1
Maybe for TBPL Two: The One That Isn't a Reverse-Engineered Hack, we could just have builds-4hr *tell* us the tbpl_rowname, tbpl_jobname and tbpl_jobletter, so we don't have to remember every currently-running one, remember every time one no longer runs, and predict every future one?
Attachment #707671 -
Flags: review?(philringnalda) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Yeah good idea, added to the list that I have locally (that will get transposed to the wiki.m.o page soon).
https://hg.mozilla.org/webtools/tbpl/rev/3de321da020c
Assignee | ||
Comment 4•12 years ago
|
||
In production :-)
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 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
•