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

Unified Diff: master/master_builders_cfg.py

Issue 299393009: Turns on S_COMMIT_OR_SKP for Perf ANGLE bot. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/master_builders_cfg.py
diff --git a/master/master_builders_cfg.py b/master/master_builders_cfg.py
index d98fe36e4baaa94d063c3f304efd9bbbc487ff1f..f73343226ac59344f6f2b8acd5e4e3f1cf665292 100644
--- a/master/master_builders_cfg.py
+++ b/master/master_builders_cfg.py
@@ -340,7 +340,7 @@ def setup_test_and_perf_builders(helper, do_upload_render_results,
('Perf', 'Win7', 'ShuttleA', 'HD2000', 'x86_64', 'Release', None, GYP_WIN7, f_factory, WIN32, S_PERCOMMIT, {}),
('Test', 'Win7', 'ShuttleA', 'HD2000', 'x86', 'Debug', 'ANGLE', GYP_ANGLE, f_factory, WIN32, S_PERCOMMIT, {'bench_args': ['--config', 'ANGLE'], 'bench_pictures_cfg': 'angle'}),
('Test', 'Win7', 'ShuttleA', 'HD2000', 'x86', 'Release', 'ANGLE', GYP_ANGLE, f_factory, WIN32, S_PERCOMMIT, {'bench_args': ['--config', 'ANGLE'], 'bench_pictures_cfg': 'angle'}),
- ('Perf', 'Win7', 'ShuttleA', 'HD2000', 'x86', 'Release', 'ANGLE', GYP_ANGLE, f_factory, WIN32, S_PERCOMMIT, {'bench_args': ['--config', 'ANGLE'], 'bench_pictures_cfg': 'angle'}),
+ ('Perf', 'Win7', 'ShuttleA', 'HD2000', 'x86', 'Release', 'ANGLE', GYP_ANGLE, f_factory, WIN32, S_COMMIT_OR_SKP, {'bench_args': ['--config', 'ANGLE'], 'bench_pictures_cfg': 'angle'}),
('Test', 'Win7', 'ShuttleA', 'HD2000', 'x86', 'Debug', 'DirectWrite', GYP_DW, f_factory, WIN32, S_PERCOMMIT, {}),
('Test', 'Win7', 'ShuttleA', 'HD2000', 'x86', 'Release', 'DirectWrite', GYP_DW, f_factory, WIN32, S_PERCOMMIT, {}),
('Perf', 'Win7', 'ShuttleA', 'HD2000', 'x86', 'Release', 'DirectWrite', GYP_DW, f_factory, WIN32, S_PERCOMMIT, {}),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698