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

Unified Diff: tools_webrtc/mb/mb_config.pyl

Issue 3002353002: MB: Add experimental trybot configs (Closed)
Patch Set: Created 3 years, 4 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: tools_webrtc/mb/mb_config.pyl
diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl
index 23f03a291e66ce18e35e6ed59dded701a848857f..35b249c01bcce950f5de88d0040d393892d3ccaf 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -136,6 +136,7 @@
'mac_rel': 'release_bot_x64',
'mac_asan': 'mac_asan_clang_release_bot_x64',
'mac_baremetal': 'release_bot_x64',
+ 'mac_experimental': 'release_bot_x64',
# Linux
'linux_compile_dbg': 'debug_bot_x64',
@@ -156,6 +157,7 @@
'linux_ubsan': 'ubsan_clang_release_bot_x64',
'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
'linux_baremetal': 'release_bot_x64',
+ 'linux_experimental': 'release_bot_x64',
'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
# Android
@@ -188,6 +190,7 @@
'win_asan': 'win_asan_clang_release_bot_x86',
'win_msvc_rel': 'win_msvc_release_bot_x86',
'win_baremetal': 'release_bot_x86',
+ 'win_experimental': 'release_bot_x86',
'win_x64_win8': 'debug_bot_x64',
'win_x64_win10': 'debug_bot_x64',
}
« 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