Add JSON and MB configs for the internal iOS bots.

BUG=chromium:704912
NOTRY=True

Review-Url: https://codereview.webrtc.org/2903843002
Cr-Commit-Position: refs/heads/master@{#18258}
This commit is contained in:
ehmaldonado 2017-05-24 08:44:45 -07:00 committed by Commit bot
parent ae550e397a
commit c5108786eb
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"comments": [
"Tests for 64-bit iOS devices."
],
"xcode version": "8.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -0,0 +1,24 @@
{
"comments": [
"Tests for 64-bit iOS devices."
],
"xcode version": "8.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -115,6 +115,12 @@
'linux': 'codesearch_gen_linux_bot',
}
},
'internal.client.webrtc': {
'iOS64 Debug': 'ios',
},
'internal.tryserver.webrtc': {
'ios_arm64': 'ios',
},
'tryserver.webrtc': {
# iOS
'ios_dbg': 'ios',