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

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

Issue 8029001: check_licenses, plan B: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 9 years, 3 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_linux_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.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
« no previous file with comments | « masters/master.chromium/master_linux_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698