Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: master/master_android_builders_cfg.py

Issue 294973011: Turns on S_COMMIT_OR_SKP for more perf bots. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: fix wrong win8 hd7770 bot. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | master/master_builders_cfg.py » ('j') | master/master_builders_cfg.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/master_android_builders_cfg.py
diff --git a/master/master_android_builders_cfg.py b/master/master_android_builders_cfg.py
index 3de7113b9ae7a3ad657b5c3e4a611e1a41662514..f6c4276aba063227bef4b9a4611d8b15a7c2baf1 100644
--- a/master/master_android_builders_cfg.py
+++ b/master/master_android_builders_cfg.py
@@ -41,7 +41,7 @@ def setup_test_and_perf_builders(helper, do_upload_render_results,
('Perf', 'Android', 'Nexus10', 'MaliT604', 'Arm7', 'Release', None, None, f_android, LINUX, S_COMMIT_OR_SKP, {'device': 'nexus_10'}),
('Test', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Debug', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'galaxy_nexus'}),
('Test', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'galaxy_nexus'}),
- ('Perf', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'galaxy_nexus'}),
+ ('Perf', 'Android', 'GalaxyNexus','SGX540', 'Arm7', 'Release', None, None, f_android, LINUX, S_COMMIT_OR_SKP, {'device': 'galaxy_nexus'}),
('Test', 'Android', 'Xoom', 'Tegra2', 'Arm7', 'Debug', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'xoom'}),
('Test', 'Android', 'Xoom', 'Tegra2', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'xoom'}),
('Perf', 'Android', 'Xoom', 'Tegra2', 'Arm7', 'Release', None, None, f_android, LINUX, S_PERCOMMIT, {'device': 'xoom'}),
« no previous file with comments | « no previous file | master/master_builders_cfg.py » ('j') | master/master_builders_cfg.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698