| 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',
|
|
|