Files
platform-external-webrtc/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json
Edward Lemur 15586d29f6 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}
2017-11-13 23:14:25 +00:00

30 lines
604 B
JSON

{
"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"
}
]
}