Bot config: for iOS version X.Y use the latest available Y

Bug: webrtc:8755
Change-Id: Ida113f2aed605e6e738e4b3568426eeb0d648e1f
Reviewed-on: https://webrtc-review.googlesource.com/40541
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21671}
This commit is contained in:
Oleh Prypin
2018-01-18 09:21:26 +01:00
committed by Commit Bot
parent 6539f69746
commit a5404e7e9e
16 changed files with 24 additions and 24 deletions

View File

@ -13,12 +13,12 @@
],
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator10.0",
"sdk": "iphonesimulator10.3",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
"os": "10.3"
}
]
}

View File

@ -13,12 +13,12 @@
],
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator10.0",
"sdk": "iphonesimulator10.3",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
"os": "10.3"
}
]
}