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

Unified Diff: master/master_builders_cfg.py

Issue 311233003: Sanitizer spring cleaning (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: import from main file Created 6 years, 6 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_compile_builders_cfg.py » ('j') | 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 72567f7dc3ce81e82d8b5248716181d516541dfc..4019e90ee02f7034822f4ffe710c4c3e9276a4e5 100644
--- a/master/master_builders_cfg.py
+++ b/master/master_builders_cfg.py
@@ -295,7 +295,7 @@ def setup_test_and_perf_builders(helper, do_upload_render_results,
('Test', 'Ubuntu12', 'ShuttleA', 'GTX550Ti', 'x86_64', 'Debug', 'ZeroGPUCache', None, f_factory, LINUX, S_PERCOMMIT, {}),
('Test', 'Ubuntu12', 'ShuttleA', 'GTX550Ti', 'x86_64', 'Release', 'Valgrind', VALGRIND, f_factory, LINUX, S_PERCOMMIT, {'flavor': 'valgrind'}),
('Test', 'Ubuntu13.10', 'ShuttleA', 'NoGPU', 'x86_64', 'Debug', None, NO_GPU, f_factory, LINUX, S_PERCOMMIT, {}),
- ('Test', 'Ubuntu13.10', 'ShuttleA', 'HD2000', 'x86_64', 'Debug', 'ASAN', None, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'address'}),
+ ('Test', 'Ubuntu13.10', 'GCE', 'NoGPU', 'x86_64', 'Debug', 'ASAN', NO_GPU, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'address'}),
('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Debug', None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}),
('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Release', None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}),
('Perf', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Release', None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}),
« no previous file with comments | « no previous file | master/master_compile_builders_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698