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

Unified Diff: tools_webrtc/mb/mb_config.pyl

Issue 2892723002: MB: Add WebRTC codesearch builder config (Closed)
Patch Set: Flattened 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 | « 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 da91186933ce9f60d95c16a12724a46a06800f6e..c937e9078dbf13f279973c323b318fae25e3d7c1 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -107,6 +107,10 @@
'Win64 Debug (Win8)': 'debug_bot_x64',
'Win64 Debug (Win10)': 'debug_bot_x64',
},
+ 'chromium.infra.codesearch': {
+ 'codesearch-gen-webrtc-android': 'android_debug_static_bot_arm',
+ 'codesearch-gen-webrtc-linux': 'codesearch_gen_linux_bot',
+ },
'tryserver.webrtc': {
# iOS
'ios_dbg': 'ios',
@@ -225,6 +229,9 @@
'debug_bot_x64': [
'gn', 'openh264_debug_bot', 'x64'
],
+ 'codesearch_gen_linux_bot': [
+ 'gn', 'openh264_debug_bot', 'minimal_symbols'
+ ],
'release_bot_x64': [
'gn', 'openh264_release_bot', 'x64'
],
@@ -391,17 +398,13 @@
},
'minimal_symbols': {
- 'gn_args': 'symbol_level=1',
+ 'gn_args': 'symbol_level=1 strip_absolute_paths_from_debug_symbols=true',
},
'mipsel': {
'gn_args': 'target_cpu="mipsel"',
},
- 'minimal_symbols': {
- 'gn_args': 'symbol_level=1',
- },
-
'msan': {
'gn_args': ('is_msan=true msan_track_origins=2 '
'use_prebuilt_instrumented_libraries=true'),
« 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