Closed
Bug 1153138
Opened 11 years ago
Closed 11 years ago
Simplify regex for desktop l10n repack nightlies now their buildernames are more consistent
Categories
(Tree Management :: Treeherder: Data Ingestion, defect, P3)
Tree Management
Treeherder: Data Ingestion
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
Now that the buildernames have been made more consistent by bug 740142, we can simplify our regex again :-)
https://hg.mozilla.org/build/buildbotcustom/rev/2ad242b35b83
Before:
Firefox mozilla-central linux nightly l10n N/3
Firefox mozilla-central linux64 nightly l10n N/3
Firefox mozilla-central macosx64 nightly l10n N/3
Firefox mozilla-central win32 nightly l10n N/3
Firefox mozilla-central win64 nightly l10n N/3
After:
Firefox mozilla-central linux l10n nightly-N
Firefox mozilla-central linux64 l10n nightly-N
Firefox mozilla-central macosx64 l10n nightly-N
Firefox mozilla-central win32 l10n nightly-N
Firefox mozilla-central win64 l10n nightly-N
| Assignee | ||
Updated•11 years ago
|
Component: Treeherder → Treeherder: Data Ingestion
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8590691 -
Flags: review?(cdawson)
Comment 2•11 years ago
|
||
Comment on attachment 8590691 [details] [review]
Update regex for desktop l10n repacks now that the job names have changed
Nice to have this simplified again. Thanks for following up with releng on this, Ed. I'll make sure to do that in the future, as well, if the buildernames look a-standard again.
Attachment #8590691 -
Flags: review?(cdawson) → review+
Comment 3•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/929431c8cedeabdbe727a123bcd3a5567333a2d6
Bug 1153138 - Simplify regex for l10n repack jobs
Now that the job names have been made more consistent by bug 740142, we
can simplify our regex again :-)
This is a direct revert of the last three hunks in:
d7abe14635eb4f00584d4e99a78f03b8c88f4cea
...plus appropriate updates to the job names in the tests.
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•