Skip to content

Commit

Permalink
Bug 1362397 - Add support for Reftest QR e10s (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinSelagea authored and edmorley committed May 11, 2017
1 parent 1a40540 commit fca154f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/etl/test_buildbot.py
Expand Up @@ -1646,6 +1646,15 @@
'platform': {'arch': 'x86_64',
'os': 'win',
'os_platform': 'windows8-64'}}),
('Windows 8 64-bit graphics opt test reftest-qr-e10s',
{'build_type': 'opt',
'name': {'group_name': 'Reftest e10s',
'group_symbol': 'R-e10s',
'name': 'Reftest QR e10s',
'job_symbol': 'R-qr'},
'platform': {'arch': 'x86_64',
'os': 'win',
'os_platform': 'windows8-64'}}),
('Rev7 MacOSX Yosemite 10.10.5 mozilla-inbound talos perf-reftest',
{'build_type': 'opt',
'name': {'group_name': 'Talos Performance',
Expand Down
3 changes: 3 additions & 0 deletions treeherder/etl/buildbot.py
Expand Up @@ -600,6 +600,7 @@
{"regex": re.compile(r'reftest-no-accel'), "name": "Reftest Unaccelerated"},
{"regex": re.compile(r'reftest-gpu-e10s'), "name": "Reftest GPU e10s"},
{"regex": re.compile(r'reftest-gpu'), "name": "Reftest GPU"},
{"regex": re.compile(r'reftest-qr-e10s'), "name": "Reftest QR e10s"},
{"regex": re.compile(r'reftest'), "name": "Reftest"},
{"regex": re.compile(r'cppunit$'), "name": "CPP Unit Tests"},
{"regex": re.compile(r'jittest'), "name": "JIT Tests"},
Expand Down Expand Up @@ -828,6 +829,7 @@
"JSReftest e10s": "Reftest e10s",
"Reftest e10s": "Reftest e10s",
"Reftest GPU e10s": "Reftest e10s",
"Reftest QR e10s": "Reftest e10s",
"Reftest Unaccelerated e10s": "Reftest e10s",
"Reftest Sanity OOP": "Reftest Sanity OOP",
"Gaia JS Integration Test": "Gaia JS Integration Test",
Expand Down Expand Up @@ -1053,6 +1055,7 @@
"Reftest e10s": "R-e10s",
"Reftest GPU": "Rg",
"Reftest GPU e10s": "Rg",
"Reftest QR e10s": "R-qr",
"Reftest Sanity OOP": "Rs-oop",
"Reftest Sanity": "Rs",
"Reftest Unaccelerated": "Ru",
Expand Down

0 comments on commit fca154f

Please sign in to comment.