From 5cceaa1294cfdaaa3d1a9d04dca15305658656a3 Mon Sep 17 00:00:00 2001 From: Artem Titarenko Date: Tue, 26 Feb 2019 13:19:27 +0100 Subject: [PATCH] Remove iOS 9 support from mb config This is not needed as all builders for iOS 9 were removed. This CL depends on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1488734 No-Try: True Bug: webrtc:10291 Change-Id: Ie1e1e5bfbe93f05c1128322540ed520cde564854 Reviewed-on: https://webrtc-review.googlesource.com/c/124487 Reviewed-by: Oleh Prypin Commit-Queue: Artem Titarenko Cr-Commit-Position: refs/heads/master@{#26872} --- tools_webrtc/mb/mb_config.pyl | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 829fc97b82..6fb4d3beb4 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -24,7 +24,6 @@ 'iOS32 Release': 'ios_release_bot_arm', 'iOS64 Debug': 'ios_debug_bot_arm64', 'iOS64 Release': 'ios_release_bot_arm64', - 'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_bot_x64', 'iOS64 Sim Debug (iOS 10.0)': 'ios_debug_bot_x64', 'iOS64 Sim Debug (iOS 11)': 'ios_debug_bot_x64', 'iOS64 Sim Debug (iOS 12)': 'ios_debug_bot_x64', @@ -153,7 +152,6 @@ 'ios_compile_arm_rel': 'ios_release_bot_arm', 'ios_compile_arm64_dbg': 'ios_debug_bot_arm64', 'ios_compile_arm64_rel': 'ios_release_bot_arm64', - 'ios_sim_x64_dbg_ios9': 'ios_debug_bot_x64', 'ios_sim_x64_dbg_ios10': 'ios_debug_bot_x64', 'ios_sim_x64_dbg_ios11': 'ios_debug_bot_x64', 'ios_sim_x64_dbg_ios12': 'ios_debug_bot_x64',