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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2453593003: MB: Add Linux swarming bots with memory sanitizers on the FYI waterfall. (Closed)
Patch Set: Addressed comments. Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 1cc6753ab3630ce5c7d74d9518487467c4e832d3..1b68c036d79be6b75e8c71277388aef8fa76c6ee 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -90,11 +90,16 @@
},
'client.webrtc.fyi': {
# Mac
- 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64',
+ 'Mac64 Release (swarming)': 'mac_gn_asan_clang_release_bot_x64',
# Linux
'Linux64 GCC': 'gn_gcc_release_bot_x64',
- 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64',
+ 'Linux Asan (swarming)': 'gn_asan_lsan_clang_release_bot_x64',
+ 'Linux Memcheck (swarming)': 'gn_memcheck_release_bot_x64',
+ 'Linux MSan (swarming)': 'gn_msan_clang_release_bot_x64',
+ 'Linux Tsan v2 (swarming)': 'gn_tsan_clang_release_bot_x64',
+ 'Linux UBSan (swarming)': 'gn_ubsan_clang_release_bot_x64',
+ 'Linux UBSan vptr (swarming)': 'gn_ubsan_vptr_clang_release_bot_x64',
# Android
'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
@@ -270,9 +275,6 @@
'swarming_gn_debug_bot_x64': [
'swarming', 'gn', 'openh264_debug_bot', 'x64'
],
- 'swarming_gn_release_bot_x64': [
- 'swarming', 'gn', 'openh264_release_bot', 'x64'
- ],
# Windows
'win_gn_clang_debug_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