| Index: masters/master.tryserver.chromium/master.cfg
|
| ===================================================================
|
| --- masters/master.tryserver.chromium/master.cfg (revision 102559)
|
| +++ masters/master.tryserver.chromium/master.cfg (working copy)
|
| @@ -71,7 +71,11 @@
|
| if platform not in ('win32', 'win64', 'linux', 'mac'):
|
| raise Exception(platform + ' is not a known os type')
|
| factory_properties = {
|
| - 'non_default': ['pyauto_functional_tests', 'googleurl_unittests'],
|
| + 'non_default': [
|
| + 'check_licenses',
|
| + 'pyauto_functional_tests',
|
| + 'googleurl_unittests'
|
| + ],
|
| }
|
| if sharding_supervisor:
|
| factory_properties['sharding_supervisor'] = True
|
|
|