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

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

Issue 53283002: Update WebRTC iOS bots for ninja (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | « no previous file | masters/master.tryserver.webrtc/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_mac_cfg.py
diff --git a/masters/master.client.webrtc/master_mac_cfg.py b/masters/master.client.webrtc/master_mac_cfg.py
index ed5c525f512255c125fe98b8aa57418268672c9f..a3ba555fbab6100e650c05a0d52072a32b1a669f 100644
--- a/masters/master.client.webrtc/master_mac_cfg.py
+++ b/masters/master.client.webrtc/master_mac_cfg.py
@@ -127,13 +127,13 @@ F('mac_largetests_factory', mac().WebRTCFactory(
# iOS.
B('iOS Debug', 'ios_debug_factory', scheduler=scheduler, auto_reboot=False)
F('ios_debug_factory', mac().WebRTCFactory(
- target='Debug',
+ target='Debug-iphoneos',
options=options,
factory_properties=mac_ios_factory_properties))
B('iOS Release', 'ios_release_factory', scheduler=scheduler, auto_reboot=False)
F('ios_release_factory', mac().WebRTCFactory(
- target='Release',
+ target='Release-iphoneos',
options=options,
factory_properties=mac_ios_factory_properties))
« no previous file with comments | « no previous file | masters/master.tryserver.webrtc/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698