Skip to content

Commit

Permalink
Don't specify Mac version for iOS real device tests
Browse files Browse the repository at this point in the history
Currently all iOS tests can't find a device because Mac versions were updated.
It shouldn't matter what Mac version is used to launch a test on a phone.

TBR: [email protected]
No-Try: True
Bug: None
Change-Id: I1ec3317db4707fb62541302737eed812c5b516a2
Reviewed-on: https://webrtc-review.googlesource.com/90865
Reviewed-by: Mirko Bonadei <[email protected]>
Commit-Queue: Oleh Prypin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#24126}
  • Loading branch information
oprypin authored and Commit Bot committed Jul 27, 2018
1 parent 4cc13a2 commit 418408e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 30 deletions.
6 changes: 1 addition & 5 deletions tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
"os": "10.3.3",
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13.3",
"os": "Mac",
"pool": "Chrome"
}
]
Expand Down
6 changes: 1 addition & 5 deletions tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
"os": "11.0.3",
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"os": "Mac",
"pool": "Chrome"
}
]
Expand Down
6 changes: 1 addition & 5 deletions tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
"os": "10.3.3",
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13.3",
"os": "Mac",
"pool": "Chrome"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
"os": "10.3.3",
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13.3",
"os": "Mac",
"pool": "Chrome"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
"os": "11.0.3",
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13",
"os": "Mac",
"pool": "Chrome"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
"os": "10.3.3",
"dimensions": [
{
"os": "Mac-10.12",
"pool": "Chrome"
},
{
"os": "Mac-10.13.3",
"os": "Mac",
"pool": "Chrome"
}
]
Expand Down

0 comments on commit 418408e

Please sign in to comment.