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

Unified Diff: masters/master.chromium.webkit/master_android_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_android_latest_cfg.py
diff --git a/masters/master.chromium.webkit/master_android_latest_cfg.py b/masters/master.chromium.webkit/master_android_latest_cfg.py
index 58aeb72f09b647541371b944513806f888b7dcab..5bb53018ced9e5c8d94bf3d538c86faa2e48526c 100644
--- a/masters/master.chromium.webkit/master_android_latest_cfg.py
+++ b/masters/master.chromium.webkit/master_android_latest_cfg.py
@@ -42,7 +42,7 @@ android_dbg_archive = master_config.GetGSUtilUrl(
# Android dbg builder
#
B('Android Builder (dbg)', 'f_android_dbg', scheduler='s9_android_webkit')
-F('f_android_dbg', linux_android().ChromiumWebkitLatestAnnotationFactory(
+F('f_android_dbg', linux_android().ChromiumAnnotationFactory(
target='Debug',
annotation_script='src/build/android/buildbot/bb_run_bot.py',
factory_properties={
@@ -50,16 +50,18 @@ F('f_android_dbg', linux_android().ChromiumWebkitLatestAnnotationFactory(
'build_url': android_dbg_archive,
'trigger': 'android_dbg_trigger',
'prune_limit': 5,
+ 'blink_config': 'blink',
}))
B('Android Tests (dbg)', 'f_android_dbg_tests', None, 'android_dbg_trigger',
auto_reboot=False)
-F('f_android_dbg_tests', linux_android().ChromiumWebkitLatestAnnotationFactory(
+F('f_android_dbg_tests', linux_android().ChromiumAnnotationFactory(
target='Debug',
annotation_script='src/build/android/buildbot/bb_run_bot.py',
factory_properties={
'android_bot_id': 'webkit-latest-tests-dbg',
'build_url': android_dbg_archive,
+ 'blink_config': 'blink',
}))
def Update(config, active_master, c):

Powered by Google App Engine
This is Rietveld 408576698