зеркало из https://github.com/mozilla/treeherder.git
Bug 1121125 - Add marionette e10s tests to treeherder.
This commit is contained in:
Родитель
bbf83c2cdc
Коммит
9a15853f73
|
@ -785,6 +785,17 @@ buildernames = [
|
|||
'os': 'mac',
|
||||
'os_platform': 'osx-10-8',
|
||||
'vm': False}}),
|
||||
('Ubuntu VM 12.04 cedar opt test marionette-e10s',
|
||||
{'build_type': 'opt',
|
||||
'job_type': 'unittest',
|
||||
'name': {'group_name': 'unknown',
|
||||
'group_symbol': '?',
|
||||
'name': 'Marionette Framework Unit Tests e10s',
|
||||
'job_symbol': 'Mn-e10s'},
|
||||
'platform': {'arch': 'x86',
|
||||
'os': 'linux',
|
||||
'os_platform': 'linux32',
|
||||
'vm': True}}),
|
||||
('Rev4 MacOSX Lion 10.7 mozilla-inbound debug test reftest',
|
||||
{'build_type': 'debug',
|
||||
'job_type': 'unittest',
|
||||
|
|
|
@ -421,6 +421,7 @@ JOB_NAME_BUILDERNAME = [
|
|||
{"regex": re.compile('linter$'), "desc": "Linter Test"},
|
||||
{"regex": re.compile('marionette-webapi$'), "desc": "Marionette WebAPI Tests"},
|
||||
{"regex": re.compile('marionette$'), "desc": "Marionette Framework Unit Tests"},
|
||||
{"regex": re.compile('marionette-e10s$'), "desc": "Marionette Framework Unit Tests e10s"},
|
||||
{"regex": re.compile('androidx86-set'), "desc": "Android x86 Test Set"},
|
||||
{"regex": re.compile('instrumentation-background'), "desc": "Android Instrumentation Background"},
|
||||
{"regex": re.compile('instrumentation-browser'), "desc": "Android Instrumentation Browser"},
|
||||
|
@ -787,6 +788,7 @@ SYMBOLS = {
|
|||
"Gaia Unit Test OOP": "Gu-oop",
|
||||
"Linter Test": "Li",
|
||||
"Marionette Framework Unit Tests": "Mn",
|
||||
"Marionette Framework Unit Tests e10s": "Mn-e10s",
|
||||
"Marionette WebAPI Tests": "Mnw",
|
||||
"Android x86 Test Set": "S",
|
||||
"Android x86 Test Combos": "Sets",
|
||||
|
|
Загрузка…
Ссылка в новой задаче