Closed
Bug 1060763
Opened 10 years ago
Closed 10 years ago
Update job names to match new additions to TBPL
Categories
(Tree Management :: Treeherder, defect, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
Broken out from bug 1040418.
The job types need updating in:
https://github.com/mozilla/treeherder-service/blob/master/treeherder/etl/buildbot.py
Assignee | ||
Comment 1•10 years ago
|
||
(For future reference)
Synced to TBPL e3e29619db98
For job names, using regex replace:
| */(.*)/.*"(.*)".*|
| {"regex": re.compile('$1'), "desc": "$2"},|
For symbols:
No transformation required (other than whitespace tweaks to conform to PEP8)
And for groups, after making each group a dict inside an array:
for group in GROUPS:
for groupname, types in group.iteritems():
for type in types:
print " \"%s\": \"%s\"," % (type, groupname)
Summary: Update job types to match new additions to TBPL → Update job names to match new additions to TBPL
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8481834 -
Flags: review?(cdawson)
Updated•10 years ago
|
Attachment #8481834 -
Flags: review?(cdawson) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Thank you :-)
https://github.com/mozilla/treeherder-service/commit/e0548f82dec2249e100a3a4c6e199ae5a53026d9
https://github.com/mozilla/treeherder-service/commit/72bdf441a789bd91488848da4c75f451e6cd356f
https://github.com/mozilla/treeherder-service/commit/b280091fec5661e53180f5b001751045f7bc8807
https://github.com/mozilla/treeherder-service/commit/5d032e25bf0e4bd25c8d3035afe771e8fa8a34da
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•