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)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

Attachments

(1 file)

(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
Attachment #8481834 - Flags: review?(cdawson)
Attachment #8481834 - Flags: review?(cdawson) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: