Change iOS Simulator bot to 32-bit and iPhone 5.

Before promoting it to the main waterfall I thought it made
sense to ensure it works for a phone that actually is 32-bit
(iPhone 6s isn't). It also makes more sense to run the older
iOS version (9) on the older phone.

BUG=chromium:677385
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2604203002 .
Cr-Commit-Position: refs/heads/master@{#15837}
This commit is contained in:
Henrik Kjellander 2016-12-29 21:01:38 +01:00
parent f2e540de7a
commit 81fa52ff44
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@
'client.webrtc.fyi': {
# Mac
'Mac (swarming)': 'release_bot_x64',
'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x64',
'iOS32 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x86',
# Linux
'Linux64 GCC': 'gcc_release_bot_x64',

View File

@ -3,7 +3,7 @@
"kjellander"
],
"comments": [
"Tests for 64-bit iOS simulators.",
"Tests for 32-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
@ -19,7 +19,7 @@
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"device type": "iPhone 5",
"os": "9.0"
}
]