From a94ad2920c7aa645e6d81bc17f7a1be17fef4be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Mon, 10 Sep 2018 11:28:12 +0200 Subject: [PATCH] Bump iOS bots to iOS 11. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#24648} --- tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json | 3 +-- tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json | 3 +-- tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json index 60d916d476..549d9d5f3c 100644 --- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json @@ -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", diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json index 58383fae4a..8d0e9e5cba 100644 --- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Perf.json @@ -21,8 +21,7 @@ "tests": [ { "include": "perf_tests.json", - "device type": "iPhone 7", - "os": "11.0.3", + "os": "11.4.1", "dimensions": [ { "os": "Mac", diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json index a894dba9a3..03ad6199cf 100644 --- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json @@ -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",