Skip to content

Commit

Permalink
Bug 1315249 - Add ingestion support for buildbot reftest-gpu jobs (#1969
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rvandermeulen authored and wlach committed Nov 4, 2016
1 parent 7b7471f commit 248e172
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions treeherder/etl/buildbot.py
Expand Up @@ -530,6 +530,8 @@
{"regex": re.compile(r'reftest-sanity$'), "name": "Reftest Sanity"},
{"regex": re.compile(r'reftest-no-accel-e10s'), "name": "Reftest Unaccelerated e10s"},
{"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'), "name": "Reftest"},
{"regex": re.compile(r'cppunit$'), "name": "CPP Unit Tests"},
{"regex": re.compile(r'jittest'), "name": "JIT Tests"},
Expand Down Expand Up @@ -751,11 +753,13 @@
"Crashtest": "Reftest",
"JSReftest": "Reftest",
"Reftest": "Reftest",
"Reftest GPU": "Reftest",
"Reftest Sanity": "Reftest",
"Reftest Unaccelerated": "Reftest",
"Crashtest e10s": "Reftest e10s",
"JSReftest e10s": "Reftest e10s",
"Reftest e10s": "Reftest e10s",
"Reftest GPU 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 @@ -977,6 +981,8 @@
"JSReftest e10s": "J",
"Reftest": "R",
"Reftest e10s": "R-e10s",
"Reftest GPU": "Rg",
"Reftest GPU e10s": "Rg",
"Reftest Sanity OOP": "Rs-oop",
"Reftest Sanity": "Rs",
"Reftest Unaccelerated": "Ru",
Expand Down

0 comments on commit 248e172

Please sign in to comment.