Test SkRemote on GCE bots.

This will get us gathering GM images.
I will set up ignores on gold.skia.org so no one's bothered.

BUG=skia:

Review URL: https://codereview.chromium.org/1414563002
This commit is contained in:
mtklein 2015-10-17 09:25:21 -07:00 committed by Commit bot
parent 77a2e52c7d
commit ff8b3f0f65
2 changed files with 5 additions and 0 deletions

View File

@ -1249,6 +1249,8 @@
"upright-matrix-8888",
"upright-matrix-gpu",
"sp-8888",
"remote-8888",
"remote_cache-8888",
"msaa16",
"pdf",
"pdf_poppler",
@ -1468,6 +1470,8 @@
"upright-matrix-8888",
"upright-matrix-gpu",
"sp-8888",
"remote-8888",
"remote_cache-8888",
"msaa16",
"pdf",
"pdf_poppler",

View File

@ -37,6 +37,7 @@ def get_args(bot):
if '-GCE-' in bot:
configs.append('sp-8888')
configs.extend(['remote-8888', 'remote_cache-8888'])
if 'TegraK1' in bot or 'GTX550Ti' in bot or 'GTX660' in bot or 'GT610' in bot:
if 'Android' in bot: