From b732b81e552065b059845362408b1df6b421bf1a Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 25 Jul 2018 11:37:27 +0200 Subject: [PATCH] Limit iOS bots to use machines that have 'xcode_version' dimension The problem seems to be that newer machines don't have iOS 10.3 SDK installed. And this dimension is the only thing that discerns older machines from newer ones. TBR: phoglund@webrtc.org Bug: chromium:867367 Change-Id: I9dd2e1d027aff59ca7a43260ea2e4e61d583668e Reviewed-on: https://webrtc-review.googlesource.com/90400 Commit-Queue: Oleh Prypin Reviewed-by: Artem Titov Cr-Commit-Position: refs/heads/master@{#24094} --- tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_10.0).json | 3 ++- tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_10.0).json b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_10.0).json index 708f3ce48a..93493f6579 100644 --- a/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_10.0).json +++ b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_10.0).json @@ -22,7 +22,8 @@ "dimensions": [ { "os": "Mac-10.12", - "pool": "Chrome" + "pool": "Chrome", + "xcode_version": "9.0" }, { "os": "Mac-10.13.3", diff --git a/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json index 70c9976e60..85c347813e 100644 --- a/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json +++ b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json @@ -23,7 +23,8 @@ "dimensions": [ { "os": "Mac-10.12", - "pool": "Chrome" + "pool": "Chrome", + "xcode_version": "9.0" }, { "os": "Mac-10.13.3",