Confirmed users
1,989
edits
No edit summary |
|||
| Line 201: | Line 201: | ||
* Comment out/change ACTIVE_{BRANCHES,PLATFORMS,PROJECTS} in master_localconfig.py as needed to reduce your workspace. | * Comment out/change ACTIVE_{BRANCHES,PLATFORMS,PROJECTS} in master_localconfig.py as needed to reduce your workspace. | ||
** e.g. I usually run with only one branch: ACTIVE_BRANCHES = ['mozilla-central'] | ** e.g. I usually run with only one branch: ACTIVE_BRANCHES = ['mozilla-central'] | ||
==master_config.json== | |||
* Limit the number of platforms your dev-master will run tests on. For instance, if you only want to run tests for Android devices, add this to master_config.json | |||
<pre> | |||
"limit_fx_platforms": [], | |||
"limit_mobile_platforms": [ | |||
"android", | |||
"android-armv6", | |||
"android-noion" | |||
], | |||
"limit_tb_platforms": [], | |||
"limit_b2g_platforms": [], | |||
</pre> | |||
= See Also = | = See Also = | ||