This will make it possible for WebRTC to use the same buildbot scripts as Chrome's iOS bots. Buildbot changes are done in https://codereview.chromium.org/1659163003/ BUG=chromium:498746 NOTRY=True Review URL: https://codereview.webrtc.org/1660053002 Cr-Commit-Position: refs/heads/master@{#11468}
27 lines
492 B
JSON
27 lines
492 B
JSON
{
|
|
"owners": [
|
|
"kjellander"
|
|
],
|
|
"comments": [
|
|
"Tests for 32-bit iOS 9.0 simulators."
|
|
],
|
|
"xcode version": "7.0",
|
|
"GYP_DEFINES": {
|
|
"chromium_ios_signing": "0",
|
|
"target_arch": "ia32",
|
|
"use_goma": "1",
|
|
"gomadir": "$(goma_dir)"
|
|
},
|
|
"use_analyze": "false",
|
|
"compiler": "ninja",
|
|
"configuration": "Debug",
|
|
"sdk": "iphonesimulator9.0",
|
|
"tests": [
|
|
{
|
|
"include": "common_tests.json",
|
|
"device type": "iPhone 5s",
|
|
"os": "9.0"
|
|
},
|
|
]
|
|
}
|