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

Unified Diff: tools_webrtc/mb/mb_config.pyl

Issue 2996343002: MB: Add configs for Windows bots enforcing MSVC compilation. (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 03d05f6d0052737878674ffb077ab279c1714c05..37f87e83abcb85e408e95c2a359dfefdbabfb749 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -74,6 +74,7 @@
'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
'Win32 ASan': 'win_asan_clang_release_bot_x86',
+ 'Win32 Release (MSVC)': 'win_msvc_release_bot_x86',
'Win32 Release [large tests]': 'release_bot_x86',
},
'client.webrtc.perf': {
@@ -187,6 +188,7 @@
'win_x64_clang_dbg': 'win_clang_debug_bot_x64',
'win_x64_clang_rel': 'win_clang_release_bot_x64',
'win_asan': 'win_asan_clang_release_bot_x86',
+ 'win_msvc_rel': 'win_msvc_release_bot_x86',
'win_baremetal': 'release_bot_x86',
'win_x64_win8': 'debug_bot_x64',
'win_x64_win10': 'debug_bot_x64',
@@ -279,6 +281,9 @@
'win_clang_release_bot_x64': [
'gn', 'clang', 'openh264_release_bot', 'x64',
],
+ 'win_msvc_release_bot_x86': [
+ 'gn', 'no_clang', 'openh264_release_bot', 'x86',
+ ],
'win_asan_clang_release_bot_x86': [
'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86',
'win_fastlink',
@@ -421,6 +426,10 @@
'use_prebuilt_instrumented_libraries=true'),
},
+ 'no_clang': {
+ 'gn_args': 'is_clang=false',
+ },
+
'no_rtc_tests': {
'gn_args': 'rtc_include_tests=false',
},
« 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