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:
29
tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json
Normal file
29
tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user