iOS: Add Release configurations for real devices.

Also, copy ios_arm64 to ios_arm64_dbg, so we can rename the bot.

Bug: chromium:774381
No-Try: true
Change-Id: I38a447e229ded6874a661bb6f39ae8ebfdcb194d
Reviewed-on: https://webrtc-review.googlesource.com/22580
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20665}
This commit is contained in:
Edward Lemur
2017-11-13 14:29:19 +01:00
committed by Commit Bot
parent 942bc2e4b9
commit 15586d29f6
3 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,29 @@
{
"comments": [
"Tests for 64-bit iOS devices."
],
"xcode version": "9.0",
"gn_args": [
"dcheck_always_on=true",
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=false",
"target_cpu=\"arm64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"env": {
"MAC_TOOLCHAIN_REVISION": "8E2002-1"
},
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"bucket": "chromium-webrtc",
"tests": [
{
"include": "real_device_tests.json",
"device type": "iPhone 7",
"os": "11.0"
}
]
}

View File

@ -0,0 +1,28 @@
{
"comments": [
"Tests for 64-bit iOS devices."
],
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"arm64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"env": {
"MAC_TOOLCHAIN_REVISION": "8E2002-1"
},
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"bucket": "chromium-webrtc",
"tests": [
{
"include": "real_device_tests.json",
"device type": "iPhone 6s",
"os": "10.3.3"
}
]
}

View File

@ -0,0 +1,29 @@
{
"comments": [
"Tests for 64-bit iOS devices."
],
"xcode version": "9.0",
"gn_args": [
"dcheck_always_on=true",
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=false",
"target_cpu=\"arm64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"env": {
"MAC_TOOLCHAIN_REVISION": "8E2002-1"
},
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"bucket": "chromium-webrtc",
"tests": [
{
"include": "real_device_tests.json",
"device type": "iPhone 7",
"os": "11.0"
}
]
}