Skip to content

Commit

Permalink
Bug 1342828 - Support chunked mozmill jobs (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince authored and edmorley committed Jun 19, 2017
1 parent 27e07ee commit a0fbe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeherder/etl/buildbot.py
Expand Up @@ -639,7 +639,7 @@
{"regex": re.compile(r'instrumentation-background'), "name": "Android Instrumentation Background"},
{"regex": re.compile(r'instrumentation-browser'), "name": "Android Instrumentation Browser"},
{"regex": re.compile(r'xpcshell'), "name": "XPCShell"},
{"regex": re.compile(r'mozmill$'), "name": "Mozmill"},
{"regex": re.compile(r'mozmill'), "name": "Mozmill"},
{"regex": re.compile(r'luciddream'), "name": "Luciddream"},
{"regex": re.compile(r'media-tests'), "name": "Media Tests MSE Video Playback"},
{"regex": re.compile(r'media-youtube-tests'), "name": "Media Tests MSE YouTube Playback"},
Expand Down

0 comments on commit a0fbe83

Please sign in to comment.