Files
platform-external-webrtc/webrtc/build/ios/tryserver.webrtc/ios32_sim_ios9_dbg.json
Henrik Kjellander f81d8efb24 Promote iOS Simulator 9.0 bot to main waterfall.
Rename existing iOS Simulator bots to match the new one.
Buildbot changes: https://chromium-review.googlesource.com/423055

BUG=chromium:677385
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2601353003 .
Cr-Commit-Position: refs/heads/master@{#15842}
2016-12-30 07:26:24 +00:00

28 lines
642 B
JSON

{
"owners": [
"kjellander"
],
"comments": [
"Tests for 32-bit iOS simulators.",
"gn_args in this file is only read by the buildbot recipe; ",
"webrtc/build/mb_config.pyl contains the actual build configuration.",
"TODO(kjellander): remove gn_args when the recipe is updated."
],
"xcode version": "8.0",
"gn_args": [
"use_goma=true"
],
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5",
"os": "9.0"
}
]
}