From c564d01c0a809ed01bae27cc0d19db0439d79838 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 3 Jan 2018 15:45:17 +0100 Subject: [PATCH] Fully remove win_msvc bots Their task is already handled by win_rel / "Win32 Release" Bug: webrtc:8664 Change-Id: I2dda9b4f551860f73068c4a92b18ac8e4d6a433a Reviewed-on: https://webrtc-review.googlesource.com/36540 Reviewed-by: Edward Lemur Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#21485} --- tools_webrtc/mb/mb_config.pyl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 858f4f7e39..e11b429771 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -74,8 +74,6 @@ 'Win64 Release (Clang)': 'win_clang_release_bot_x64', 'Win32 ASan': 'win_asan_clang_release_bot_x86', 'Win32 Release [large tests]': 'release_bot_x86', - # TODO(bugs.webrtc.org/8664): remove this duplicate: - 'Win32 Release (MSVC)': 'win_msvc_release_bot_x86', }, 'client.webrtc.branches': { # iOS @@ -214,8 +212,6 @@ 'win_experimental': 'release_bot_x86', 'win_x64_win8': 'debug_bot_x64', 'win_x64_win10': 'debug_bot_x64', - # TODO(bugs.webrtc.org/8664): remove this duplicate: - 'win_msvc_rel': 'win_msvc_release_bot_x86', } },