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

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

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_full_cfg.py ('k') | 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 102559)
+++ masters/master.chromium/master_linux_cfg.py (working copy)
@@ -73,7 +73,6 @@
F('rel_unit', linux().ChromiumFactory(
slave_type='NASTester',
tests=['check_deps',
- 'check_licenses',
'googleurl',
'media',
'printing',
@@ -164,7 +163,7 @@
F('dbg_unit_1', linux().ChromiumFactory(
slave_type='NASTester',
target='Debug',
- tests=['check_deps', 'check_licenses', 'net', 'browser_tests'],
+ tests=['check_deps', '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 | « masters/master.chromium/master_full_cfg.py ('k') | masters/master.tryserver.chromium/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698