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

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

Issue 17390019: Add Android device testers for WebRTC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove a space Created 7 years, 4 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.client.webrtc/master_android_cfg.py ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_linux_cfg.py
diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
index 81bc8ce8c6ecfc1d575f3c0cb29e45362cee7c51..a05c088bb7e38cbcd0b0316ad09cf94218d96191 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -3,7 +3,6 @@
# found in the LICENSE file.
from master import master_config
-from master.factory import chromium_factory
from master.factory import webrtc_factory
defaults = {}
@@ -11,9 +10,6 @@ defaults = {}
def linux():
return webrtc_factory.WebRTCFactory('src/out', 'linux2')
-def android():
- return webrtc_factory.WebRTCFactory('', 'linux2', nohooks_on_update=True,
- target_os='android')
helper = master_config.Helper(defaults)
B = helper.Builder
@@ -147,16 +143,6 @@ F('linux_largetests_factory', linux().WebRTCFactory(
'voe_auto_test'],
}))
-# Android.
-B('Android NDK', 'android_ndk_factory', scheduler=scheduler, auto_reboot=False)
-F('android_ndk_factory', android().ChromiumAnnotationFactory(
- target='Debug',
- slave_type='AnnotatedBuilderTester',
- annotation_script='src/build/android/buildbot/bb_run_bot.py',
- factory_properties={
- 'android_bot_id': 'webrtc-builder-dbg',
- }))
-
# ChromeOS.
B('Chrome OS', 'chromeos_factory', scheduler=scheduler, auto_reboot=False)
F('chromeos_factory', linux().WebRTCFactory(
« no previous file with comments | « masters/master.client.webrtc/master_android_cfg.py ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698