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

Unified Diff: tools-webrtc/mb/mb_config.pyl

Issue 2601353003: Promote iOS Simulator 9.0 bot to main waterfall. (Closed)
Patch Set: Created 4 years 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 | « infra/config/cq.cfg ('k') | webrtc/build/ios/client.webrtc.fyi/iOS32_Sim_Debug_(iOS_9.0).json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_config.pyl
diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
index 963630030d879bb5ee94835fab28c12e5e2d6d7e..661885c33732314c7a097546ee2e1cbe2d3d257e 100644
--- a/tools-webrtc/mb/mb_config.pyl
+++ b/tools-webrtc/mb/mb_config.pyl
@@ -24,8 +24,9 @@
'iOS32 Release': 'ios_release_bot_arm_device',
'iOS64 Debug': 'ios_debug_static_bot_arm64_device',
'iOS64 Release': 'ios_release_bot_arm64_device',
- 'iOS32 Simulator Debug': 'ios_debug_static_bot_x86',
- 'iOS64 Simulator Debug': 'ios_debug_static_bot_x64',
+ 'iOS32 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x86',
+ 'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x64',
+ 'iOS64 Sim Debug (iOS 10.0)': 'ios_debug_static_bot_x64',
# Mac
'Mac64 Debug': 'debug_bot_x64',
@@ -88,7 +89,6 @@
'client.webrtc.fyi': {
# Mac
'Mac (swarming)': 'release_bot_x64',
- 'iOS32 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x86',
# Linux
'Linux64 GCC': 'gcc_release_bot_x64',
@@ -109,9 +109,9 @@
'ios_rel': 'ios_release_bot_arm_device',
'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device',
'ios_arm64_rel': 'ios_release_bot_arm64_device',
- 'ios32_sim_dbg': 'ios_debug_static_bot_x86',
- 'ios64_sim_dbg': 'ios_debug_static_bot_x64',
+ 'ios32_sim_ios9_dbg': 'ios_debug_static_bot_x86',
'ios64_sim_ios9_dbg': 'ios_debug_static_bot_x64',
+ 'ios64_sim_ios10_dbg': 'ios_debug_static_bot_x64',
# Mac
'mac_compile_dbg': 'debug_bot_x64',
« no previous file with comments | « infra/config/cq.cfg ('k') | webrtc/build/ios/client.webrtc.fyi/iOS32_Sim_Debug_(iOS_9.0).json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698