Promote iOS Simulator 9.0 bot to main waterfall.

Rename existing iOS Simulator bots to match the new one.
Buildbot changes: https://chromium-review.googlesource.com/423055

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

Review-Url: https://codereview.webrtc.org/2601353003 .
Cr-Commit-Position: refs/heads/master@{#15842}
This commit is contained in:
Henrik Kjellander
2016-12-30 08:26:24 +01:00
parent 1a3f88ad52
commit f81d8efb24
7 changed files with 14 additions and 13 deletions

View File

@ -39,8 +39,9 @@ verifiers {
builders { name: "ios_arm64_rel" }
builders { name: "ios_dbg" }
builders { name: "ios_rel" }
builders { name: "ios32_sim_dbg" }
builders { name: "ios64_sim_dbg" }
builders { name: "ios32_sim_ios9_dbg" }
builders { name: "ios64_sim_ios9_dbg" }
builders { name: "ios64_sim_ios10_dbg" }
builders { name: "ios_api_framework" }
builders { name: "linux_arm" }
builders { name: "linux_asan" }

View File

@ -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',

View File

@ -3,7 +3,7 @@
"kjellander"
],
"comments": [
"Tests for 32-bit iOS simulators.",
"Tests for 64-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."
@ -15,12 +15,12 @@
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator10.0",
"sdk": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
"os": "9.0"
}
]
}

View File

@ -16,12 +16,12 @@
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator10.0",
"sdk": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
"device type": "iPhone 5",
"os": "9.0"
}
]
}