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

Unified Diff: tools_webrtc/mb/mb_config.pyl

Issue 2870883002: MB: Add Win32 ASan bot and remove download of SyzyASan binaries. (Closed)
Patch Set: Created 3 years, 7 months 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 | « DEPS ('k') | 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 3c16f221a8c139d864f4c47908d81e206b0c333b..da91186933ce9f60d95c16a12724a46a06800f6e 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -72,7 +72,7 @@
'Win32 Release (Clang)': 'win_clang_release_bot_x86',
'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
- 'Win SyzyASan': 'win_syzyasan_release_bot_x86',
+ 'Win32 ASan': 'win_asan_clang_release_bot_x86',
'Win32 Release [large tests]': 'release_bot_x86',
},
'client.webrtc.perf': {
@@ -104,7 +104,6 @@
'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
# Windows
'Win (swarming)': 'release_bot_x86',
- 'Win32 ASan (swarming)': 'win_asan_clang_release_bot_x86',
'Win64 Debug (Win8)': 'debug_bot_x64',
'Win64 Debug (Win10)': 'debug_bot_x64',
},
@@ -267,9 +266,6 @@
'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86',
'win_fastlink',
],
- 'win_syzyasan_release_bot_x86': [
- 'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
- ],
# Mac
'mac_asan_clang_release_bot_x64': [
@@ -439,10 +435,6 @@
'mixins': ['release', 'dcheck_always_on', 'goma'],
},
- 'syzyasan': {
- 'gn_args': 'is_syzyasan=true',
- },
-
'tsan': {
'gn_args': 'is_tsan=true',
},
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698