mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 09:07:52 +01:00
MB: Replace Win SyzyASan bot with a Clang ASan bot in client.webrtc.fyi
BUG=chromium:677380 TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2609513002 . Cr-Commit-Position: refs/heads/master@{#15827}
This commit is contained in:
parent
67dc2a43f6
commit
7a7da3c6c1
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
|
'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
|
||||||
# Windows
|
# Windows
|
||||||
'Win (swarming)': 'release_bot_x86',
|
'Win (swarming)': 'release_bot_x86',
|
||||||
'Win32 SyzyASan (swarming)': 'win_syzyasan_release_bot_x86',
|
'Win32 ASan (swarming)': 'win_asan_clang_release_bot_x86',
|
||||||
'Win64 Debug (Win8)': 'debug_bot_x64',
|
'Win64 Debug (Win8)': 'debug_bot_x64',
|
||||||
'Win64 Debug (Win10)': 'debug_bot_x64',
|
'Win64 Debug (Win10)': 'debug_bot_x64',
|
||||||
},
|
},
|
||||||
|
@ -256,6 +256,9 @@
|
||||||
'win_clang_release_bot_x64': [
|
'win_clang_release_bot_x64': [
|
||||||
'gn', 'clang', 'openh264_release_bot', 'x64',
|
'gn', 'clang', 'openh264_release_bot', 'x64',
|
||||||
],
|
],
|
||||||
|
'win_asan_clang_release_bot_x86': [
|
||||||
|
'gn', 'asan', 'clang', 'openh264_release_bot', 'x86',
|
||||||
|
],
|
||||||
'win_syzyasan_release_bot_x86': [
|
'win_syzyasan_release_bot_x86': [
|
||||||
'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
|
'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue