Add iOS64 simulator bot running on iOS 9.0 simulator.

Add a new trybot configuration as well.

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

Review-Url: https://codereview.webrtc.org/2604153002 .
Cr-Commit-Position: refs/heads/master@{#15829}
This commit is contained in:
Henrik Kjellander 2016-12-29 09:31:05 +01:00
parent 0eab9145e7
commit 1f971427e8
4 changed files with 56 additions and 1 deletions

View File

@ -88,6 +88,7 @@
'client.webrtc.fyi': {
# Mac
'Mac (swarming)': 'release_bot_x64',
'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x64',
# Linux
'Linux64 GCC': 'gcc_release_bot_x64',
@ -110,6 +111,7 @@
'ios_arm64_rel': 'ios_release_bot_arm64_device',
'ios32_sim_dbg': 'ios_debug_static_bot_x86',
'ios64_sim_dbg': 'ios_debug_static_bot_x64',
'ios64_sim_ios9_dbg': 'ios_debug_static_bot_x64',
# Mac
'mac_compile_dbg': 'debug_bot_x64',

View File

@ -0,0 +1,26 @@
{
"owners": [
"kjellander"
],
"comments": [
"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."
],
"xcode version": "8.0",
"gn_args": [
"use_goma=true"
],
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "9.0"
}
]
}

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."

View File

@ -0,0 +1,27 @@
{
"owners": [
"kjellander"
],
"comments": [
"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."
],
"xcode version": "8.0",
"gn_args": [
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "9.0"
}
]
}