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

Unified Diff: masters/master.client.webrtc/master_android_cfg.py

Issue 26702005: Android bots for Chromium WebRTC FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased+applied slaves.cfg machines Created 7 years, 2 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.webrtc.fyi/slaves.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_android_cfg.py
diff --git a/masters/master.client.webrtc/master_android_cfg.py b/masters/master.client.webrtc/master_android_cfg.py
index 51d70ed5e1b06aa7a69ae42f8499f2a0a2f50119..d9ebf901f10e2d54b86b055e78fdbc6479b26d22 100644
--- a/masters/master.client.webrtc/master_android_cfg.py
+++ b/masters/master.client.webrtc/master_android_cfg.py
@@ -41,7 +41,7 @@ def f_dbg_android_tests(bot_id_suffix):
target='Debug',
annotation_script='src/build/android/buildbot/bb_run_bot.py',
factory_properties={
- 'android_bot_id': 'webrtc-tests-dbg-%s' % bot_id_suffix,
+ 'android_bot_id': 'webrtc-native-tests-dbg-%s' % bot_id_suffix,
'build_url': android_dbg_archive,
})
@@ -51,7 +51,7 @@ def f_rel_android_tests(bot_id_suffix):
target='Release',
annotation_script='src/build/android/buildbot/bb_run_bot.py',
factory_properties={
- 'android_bot_id': 'webrtc-tests-rel-%s' % bot_id_suffix,
+ 'android_bot_id': 'webrtc-native-tests-rel-%s' % bot_id_suffix,
'build_url': android_rel_archive,
})
@@ -81,7 +81,7 @@ F('f_android_apk_dbg', android_apk().ChromiumWebRTCAndroidFactory(
target='Debug',
annotation_script='src/build/android/buildbot/bb_run_bot.py',
factory_properties={
- 'android_bot_id': 'webrtc-builder-dbg',
+ 'android_bot_id': 'webrtc-native-builder-dbg',
'build_url': android_dbg_archive,
'trigger': 'android_trigger_dbg',
}))
@@ -92,7 +92,7 @@ F('f_android_apk_rel', android_apk().ChromiumWebRTCAndroidFactory(
target='Release',
annotation_script='src/build/android/buildbot/bb_run_bot.py',
factory_properties={
- 'android_bot_id': 'webrtc-builder-rel',
+ 'android_bot_id': 'webrtc-native-builder-rel',
'build_url': android_rel_archive,
'trigger': 'android_trigger_rel',
}))
« no previous file with comments | « masters/master.chromium.webrtc.fyi/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698