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:
@ -76,7 +76,6 @@ verifiers {
|
|||||||
percentage: 100
|
percentage: 100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
builders { name: "win_msvc_rel" }
|
|
||||||
builders { name: "win_x64_clang_dbg" }
|
builders { name: "win_x64_clang_dbg" }
|
||||||
builders { name: "win_x64_clang_rel" }
|
builders { name: "win_x64_clang_rel" }
|
||||||
builders { name: "win_x64_dbg" }
|
builders { name: "win_x64_dbg" }
|
||||||
|
|||||||
@ -74,7 +74,7 @@
|
|||||||
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
|
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
|
||||||
'Win32 ASan': 'win_asan_clang_release_bot_x86',
|
'Win32 ASan': 'win_asan_clang_release_bot_x86',
|
||||||
'Win32 Release [large tests]': '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',
|
'Win32 Release (MSVC)': 'win_msvc_release_bot_x86',
|
||||||
},
|
},
|
||||||
'client.webrtc.branches': {
|
'client.webrtc.branches': {
|
||||||
@ -214,7 +214,7 @@
|
|||||||
'win_experimental': 'release_bot_x86',
|
'win_experimental': 'release_bot_x86',
|
||||||
'win_x64_win8': 'debug_bot_x64',
|
'win_x64_win8': 'debug_bot_x64',
|
||||||
'win_x64_win10': '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',
|
'win_msvc_rel': 'win_msvc_release_bot_x86',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user