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

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
« no previous file with comments | « no previous file | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium/master_linux_cfg.py
===================================================================
--- masters/master.chromium/master_linux_cfg.py (revision 101311)
+++ 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',
@@ -163,7 +164,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',
« no previous file with comments | « no previous file | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698