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

Unified Diff: masters/master.chromium/master_linux_cfg.py

Issue 7888058: Add check_licenses step to the buildbot. (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
Index: masters/master.chromium/master_linux_cfg.py
===================================================================
--- masters/master.chromium/master_linux_cfg.py (revision 101166)
+++ masters/master.chromium/master_linux_cfg.py (working copy)
@@ -73,6 +73,7 @@
F('rel_unit', linux().ChromiumFactory(
slave_type='NASTester',
tests=['check_deps',
+ 'check_licenses',
'googleurl',
'media',
'printing',
@@ -109,6 +110,7 @@
'views',
'sizes', ] +
['check_deps',
+ 'check_licenses',
nsylvain 2011/09/15 16:54:49 I'd personally remove both check_deps and check_li
Paweł Hajdan Jr. 2011/09/15 17:21:06 Removed check_licenses then.
'googleurl',
'media',
'printing',
@@ -163,7 +165,7 @@
F('dbg_unit_1', linux().ChromiumFactory(
slave_type='NASTester',
target='Debug',
- tests=['check_deps', 'net', 'browser_tests'],
+ tests=['check_deps', 'check_licenses', 'net', 'browser_tests'],
factory_properties={'generate_gtest_json': True}))
B('Linux Tests (dbg)(2)', 'dbg_unit_2', 'testers', 'linux_dbg_trigger',
@@ -213,6 +215,7 @@
tests=['base',
'browser_tests',
'check_deps',
+ 'check_licenses',
nsylvain 2011/09/15 16:54:49 I dont think we need it here.
Paweł Hajdan Jr. 2011/09/15 17:21:06 Done.
'media',
'net', 'printing',
'remoting',
« no previous file with comments | « no previous file | masters/master.tryserver.chromium/master.cfg » ('j') | scripts/master/factory/chromium_commands.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698