From bb7c94aedd5c55d86d39e82005c391bad668302b Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Thu, 28 Dec 2017 10:59:23 +0100 Subject: [PATCH] Remove win_msvc_rel from CQ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It will be fully removed soon because it duplicates the actions of win_rel No-Try: True Bug: webrtc:8664 Change-Id: I949d608b8de1f29b850fcaf036ffb7a0ef2bf28f Reviewed-on: https://webrtc-review.googlesource.com/36501 Commit-Queue: Oleh Prypin Reviewed-by: Edward Lemur Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21471} --- infra/config/cq.cfg | 1 - tools_webrtc/mb/mb_config.pyl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 2a1137a007..bb277283e6 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -76,7 +76,6 @@ verifiers { percentage: 100 } } - builders { name: "win_msvc_rel" } builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" } builders { name: "win_x64_dbg" } diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 0231874472..858f4f7e39 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -74,7 +74,7 @@ '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/757293): remove this duplicate: + # TODO(bugs.webrtc.org/8664): remove this duplicate: 'Win32 Release (MSVC)': 'win_msvc_release_bot_x86', }, 'client.webrtc.branches': { @@ -214,7 +214,7 @@ 'win_experimental': 'release_bot_x86', 'win_x64_win8': 'debug_bot_x64', 'win_x64_win10': 'debug_bot_x64', - # TODO(bugs.webrtc.org/757293): remove this duplicate: + # TODO(bugs.webrtc.org/8664): remove this duplicate: 'win_msvc_rel': 'win_msvc_release_bot_x86', } },