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

Unified Diff: tools/mb/mb_config.pyl

Issue 1817193002: [Android] Add minimal_symbols to remaining bots on chromium.{linux,android}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dpranke comments Created 4 years, 9 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/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index d8d0f8d79ee179b33e519d54b7905f556d26d0a2..6513055e65b6129fd5dedcd2d465f4888ca52b07 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -33,7 +33,7 @@
'Android Webview L (dbg)': 'tbd',
'Android Webview M (dbg)': 'tbd',
- 'Android GN Builder (dbg)': 'android_gn_debug_bot',
+ 'Android GN Builder (dbg)': 'android_gn_debug_bot_minimal_symbols',
'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
'Android Swarm Builder':
'swarming_android_gn_release_bot_minimal_symbols',
@@ -269,8 +269,9 @@
'swarming_android_gyp_debug_static_bot_arm64',
'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
- 'Android Clang Builder (dbg)': 'android_clang_asan_findbugs_gyp_debug_bot',
- 'Android GN (dbg)': 'android_gn_debug_bot',
+ 'Android Clang Builder (dbg)':
+ 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols',
+ 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols',
'Android GN': 'android_gn_release_bot_minimal_symbols',
'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
@@ -829,8 +830,9 @@
'android', 'cast', 'gyp', 'debug_static_bot',
],
- 'android_clang_asan_findbugs_gyp_debug_bot': [
- 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_bot',
+ 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [
+ 'android', 'clang', 'asan', 'findbugs', 'gyp',
+ 'debug_bot_minimal_symbols',
],
'android_clang_asan_findbugs_gyp_debug_trybot': [
@@ -841,6 +843,10 @@
'android', 'gn', 'debug_bot',
],
+ 'android_gn_debug_bot_minimal_symbols': [
+ 'android', 'gn', 'debug_bot_minimal_symbols',
+ ],
+
'android_gn_debug_static_bot': [
'android', 'gn', 'debug_static_bot',
],
« 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