Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: tools-webrtc/mb/mb_config.pyl

Issue 2609513002: MB: Replace Win SyzyASan bot with a Clang ASan bot in client.webrtc.fyi (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_config.pyl
diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
index 1a310dd566944d231ed45d734f459fe612f4ec1e..c30aa24f65cdc3e20ad4aad3f6736faf79ce918b 100644
--- a/tools-webrtc/mb/mb_config.pyl
+++ b/tools-webrtc/mb/mb_config.pyl
@@ -98,7 +98,7 @@
'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
# Windows
'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 (Win10)': 'debug_bot_x64',
},
@@ -256,6 +256,9 @@
'win_clang_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': [
'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698