aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/perf.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/perf.py')
-rw-r--r--infra/bots/recipes/perf.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index db7a96729f..da9afbf3fd 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -60,12 +60,8 @@ def nanobench_flags(api, bot):
args.append('--nogpu')
configs.extend(['8888', 'nonrendering'])
- if '-arm-' not in bot:
- # For Android CPU tests, these take too long and cause the task to time
- # out.
- configs += [ 'f16', 'srgb' ]
if '-GCE-' in bot:
- configs += [ '565' ]
+ configs += [ 'f16' ]
elif api.vars.builder_cfg.get('cpu_or_gpu') == 'GPU':
args.append('--nocpu')