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

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

Issue 14440005: Rework how bots get the version of Blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix typo in devtools master.cfg Created 7 years, 8 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_contentshell_latest_cfg.py
diff --git a/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py b/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
index a02be2807fea8a7ac810d042a7ed6b7acfa7bfb9..0139ecfa1bf020d46491d959ae2693b98d67efdb 100644
--- a/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
+++ b/masters/master.chromium.webkit/master_linux_contentshell_latest_cfg.py
@@ -38,7 +38,7 @@ S('s1_contentshell_webkit_rel', branch='trunk', treeStableTimer=60)
B('WebKit (Content Shell) Linux', 'f_contentshell_linux_rel',
scheduler='s1_contentshell_webkit_rel')
-F('f_contentshell_linux_rel', linux().ChromiumWebkitLatestFactory(
+F('f_contentshell_linux_rel', linux().ChromiumFactory(
target='Release',
tests=[
'webkit',
@@ -63,6 +63,7 @@ F('f_contentshell_linux_rel', linux().ChromiumWebkitLatestFactory(
'driver_name': 'content_shell',
'gclient_env': { 'GYP_GENERATORS': 'ninja' },
'test_results_server': 'test-results.appspot.com',
+ 'blink_config': 'blink',
}))

Powered by Google App Engine
This is Rietveld 408576698