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

Unified Diff: masters/master.chromium.webkit/master_linux_webkit_latest_cfg.py

Issue 9138042: Adds a 'webkit_lint' test step to the bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 8 years, 11 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.webkit/master_linux_webkit_latest_cfg.py
===================================================================
--- masters/master.chromium.webkit/master_linux_webkit_latest_cfg.py (revision 118512)
+++ masters/master.chromium.webkit/master_linux_webkit_latest_cfg.py (working copy)
@@ -32,7 +32,7 @@
B('Webkit Linux', 'f_webkit_linux_rel', scheduler='s6_webkit_rel',
auto_reboot=True)
F('f_webkit_linux_rel', linux().ChromiumWebkitLatestFactory(
- tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
+ tests=['test_shell', 'webkit_lint', 'webkit', 'webkit_gpu', 'webkit_unit'],
options=['--compiler=goma', 'test_shell', 'test_shell_tests',
'webkit_unit_tests', 'DumpRenderTree'],
factory_properties={'archive_webkit_results': True,
@@ -57,7 +57,7 @@
B('Webkit Linux (dbg)', 'f_webkit_dbg_tests', scheduler='s6_webkit_dbg')
F('f_webkit_dbg_tests', linux().ChromiumWebkitLatestFactory(
target='Debug',
- tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
+ tests=['test_shell', 'webkit_lint', 'webkit', 'webkit_gpu', 'webkit_unit'],
options=['--compiler=goma', 'test_shell', 'test_shell_tests',
'webkit_unit_tests', 'DumpRenderTree'],
factory_properties={'archive_webkit_results': True,
« no previous file with comments | « no previous file | scripts/master/factory/chromium_commands.py » ('j') | scripts/master/factory/chromium_commands.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698