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

Unified Diff: masters/master.chromium/master_linux_cfg.py

Issue 10263009: Make full builders use tests_run=noop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rework to use tests_run=noop Created 8 years, 8 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 | « masters/master.chromium/master_full_cfg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium/master_linux_cfg.py
diff --git a/masters/master.chromium/master_linux_cfg.py b/masters/master.chromium/master_linux_cfg.py
index 4e1b0c2daf647cf849396d5e4f40bbb867fcb913..7d94e88e342fdf99411d0640a341ffa6da211897 100644
--- a/masters/master.chromium/master_linux_cfg.py
+++ b/masters/master.chromium/master_linux_cfg.py
@@ -222,8 +222,9 @@ F('dbg_linux_clang', linux().ChromiumFactory(
options=['--build-tool=make', '--compiler=goma-clang'],
tests=['base', 'gfx', 'unit', 'crypto'],
factory_properties={
- 'gclient_env': {
- 'GYP_DEFINES':'clang=1 clang_use_chrome_plugins=1 fastbuild=1'
+ 'gclient_env': {
+ 'GYP_DEFINES':
+ 'clang=1 clang_use_chrome_plugins=1 fastbuild=1 tests_run=noop',
}}))
« no previous file with comments | « masters/master.chromium/master_full_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698