webrtc/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json
Oleh Prypin 01042067be Specify Xcode 9.2 and macOS versions that support it [part 2]
"xcode version" key is deprecated.

These are the same changes as in https://webrtc-review.googlesource.com/74000
but I just forgot to apply them to some of the bots.

TBR: phoglund@webrtc.org
Bug: chromium:838854, webrtc:9201
Change-Id: Ia041bcc185fae65681e63d17a6ad7bc081ffa6ab
Reviewed-on: https://webrtc-review.googlesource.com/74040
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23090}
2018-05-03 10:09:11 +00:00

35 lines
704 B
JSON

{
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode build version": "9C40b",
"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",
"sdk": "iphonesimulator11.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 7",
"os": "11.0",
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"pool": "Chrome"
}
]
}
]
}