Remove win_msvc_rel from CQ

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 <oprypin@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21471}
This commit is contained in:
Oleh Prypin
2017-12-28 10:59:23 +01:00
committed by Commit Bot
parent b76767bc4f
commit bb7c94aedd
2 changed files with 2 additions and 3 deletions

View File

@ -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" }

View File

@ -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',
}
},