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

Unified Diff: master/master_fyi_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 | « master/master_compile_builders_cfg.py ('k') | master/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/master_fyi_builders_cfg.py
diff --git a/master/master_fyi_builders_cfg.py b/master/master_fyi_builders_cfg.py
index 1c3ef8f07860effd9c7fb39cad204faca333610a..3cf23265b1269f94ba73278f3d392e47f9d57585 100644
--- a/master/master_fyi_builders_cfg.py
+++ b/master/master_fyi_builders_cfg.py
@@ -9,7 +9,7 @@
from master_builders_cfg import HousekeepingBuilder, LINUX
-from master_builders_cfg import S_PERCOMMIT, S_NIGHTLY
+from master_builders_cfg import S_PERCOMMIT, S_NIGHTLY, NO_GPU
from skia_master_scripts.arm64model_factory import \
Arm64ModelFactory as f_a64mod
@@ -77,8 +77,8 @@ def setup_test_and_perf_builders(helper, do_upload_render_results,
# Role, OS, Model, GPU, Arch, Config, Extra Config,GYP_DEFS,Factory, Target, Scheduler, Extra Args
#
builder_specs = [
- ('Test', 'Ubuntu13', 'ShuttleA', 'HD2000', 'x86_64', 'Debug', 'TSAN', None, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'thread'}),
- ('Test', 'Linux', 'Bare', 'NoGPU', 'Arm8_64', 'Debug', None, None, f_a64mod, LINUX, S_PERCOMMIT, {'board': 'arm64emu', 'bench_pictures_cfg': 'no_gpu', 'default_timeout': 100000}),
+ ('Test', 'Ubuntu13.10', 'GCE', 'NoGPU', 'x86_64', 'Release', 'TSAN', NO_GPU, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'thread'}),
+ ('Test', 'Linux', 'Bare', 'NoGPU', 'Arm8_64', 'Debug', None, None, f_a64mod, LINUX, S_PERCOMMIT, {'board': 'arm64emu', 'bench_pictures_cfg': 'no_gpu', 'default_timeout': 100000}),
]
master_builders_cfg.setup_builders_from_config_list(
« no previous file with comments | « master/master_compile_builders_cfg.py ('k') | master/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698