Index: infra/bots/recipes/swarm_perf.py |
diff --git a/infra/bots/recipes/swarm_perf.py b/infra/bots/recipes/swarm_perf.py |
index 1149dfc8ac9b4e14871dbbb8cca9c641f1c998f0..96e21e1b026cdbf041809826383571c958becf0f 100644 |
--- a/infra/bots/recipes/swarm_perf.py |
+++ b/infra/bots/recipes/swarm_perf.py |
@@ -57,9 +57,11 @@ def nanobench_flags(bot): |
if 'iOS' in bot: |
args.extend(['--skps', 'ignore_skps']) |
- config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui' ] |
+ config = ['8888', 'gpu', 'nonrendering', 'angle', 'hwui' ] |
if 'AndroidOne' not in bot: |
config += [ 'f16', 'srgb' ] |
+ if '-GCE-' in bot: |
+ config += [ '565' ] |
# The S4 crashes and the NP produces a long error stream when we run with |
# MSAA. |
if ('GalaxyS4' not in bot and |