mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00
Bump iOS bots to iOS 11.
This should also solve the trigger problem on the iOS perf bot. Remove device_type which appears to be ignored anyway. For instance, device_type said iphone 6s but we got iPhone 8 when I actually looked in the swarming dimension. Bug: webrtc:7156 Change-Id: I1aa22e7f217deebf9eeee18363622e37ecc2a40e Reviewed-on: https://webrtc-review.googlesource.com/99060 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24648}
This commit is contained in:
parent
623472219f
commit
a94ad2920c
3 changed files with 3 additions and 6 deletions
|
@ -21,8 +21,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"include": "real_device_tests.json",
|
||||
"device type": "iPhone 6s",
|
||||
"os": "10.3.3",
|
||||
"os": "11.4.1",
|
||||
"dimensions": [
|
||||
{
|
||||
"os": "Mac",
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"include": "perf_tests.json",
|
||||
"device type": "iPhone 7",
|
||||
"os": "11.0.3",
|
||||
"os": "11.4.1",
|
||||
"dimensions": [
|
||||
{
|
||||
"os": "Mac",
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"include": "real_device_tests.json",
|
||||
"device type": "iPhone 6s",
|
||||
"os": "10.3.3",
|
||||
"os": "11.4.1",
|
||||
"dimensions": [
|
||||
{
|
||||
"os": "Mac",
|
||||
|
|
Loading…
Reference in a new issue