* Move JSON files from client.webrtc.fyi -> client.webrtc to match to-be-switched builders (requires buildbot-side changes + master restart). * Remove Goma configs from trybots (previously done for the commitbots). BUG=chromium:588590 TBR=smut@google.com Review URL: https://codereview.webrtc.org/1720713003 . Cr-Commit-Position: refs/heads/master@{#11707}
24 lines
414 B
JSON
24 lines
414 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"
|
|
},
|
|
"compiler": "ninja",
|
|
"configuration": "Debug",
|
|
"sdk": "iphonesimulator9.0",
|
|
"tests": [
|
|
{
|
|
"include": "common_tests.json",
|
|
"device type": "iPhone 5s",
|
|
"os": "9.0"
|
|
}
|
|
]
|
|
}
|