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

Unified Diff: masters/master.tryserver.chromium/master.cfg

Issue 17143008: Enable all tryserver tests even when not production master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index e0d9af8ce951e68506d82aa39726f9083ba2a41d..a92252cea138c67a835260965b63c775abb68e1b 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -374,12 +374,6 @@ linux_tests_full_name = [
] + blink_tests
-if not ActiveMaster.is_production_host:
- # When testing locally, build fewer targets so we can iterate faster.
- # Comment out this line if you need to test more targets.
- linux_targets = ['base_unittests_run']
- linux_tests = ['base_unittests_br', 'buildrunner_tests']
-
b_linux = CreateBuilder(
platform='linux',
target='Debug',
@@ -562,12 +556,6 @@ mac_tests = [
'wtf_unittests_br',
]
-if not ActiveMaster.is_production_host:
- # When testing locally, build fewer targets so we can iterate faster.
- # Comment out this line if you need to test more targets.
- mac_targets = ['base_unittests_run']
- mac_tests = ['base_unittests_br', 'buildrunner_tests']
-
b_mac = CreateBuilder(
platform='mac',
target='Debug',
@@ -655,12 +643,6 @@ win_tests = [
'wtf_unittests_br',
]
-if not ActiveMaster.is_production_host:
- # When testing locally, build fewer targets so we can iterate faster.
- # Comment out this line if you need to test more targets.
- win_targets = ['base_unittests_run']
- win_tests = ['base_unittests_br', 'buildrunner_tests']
-
b_win = CreateBuilder(
target='Debug',
platform='win32',
« 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