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

Unified Diff: tools/mb/mb_config.pyl

Issue 1918243002: Try to fix damage from switching ClangToTAndroidASan to mb and gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 8 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 6a4b6f28af4a1475dcc37b4b6dd3d114e50920b1..e8fa3d78e106835bad8a2d8ef6705b64c71fe16f 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -139,8 +139,7 @@
'swarming_gyp_clang_official_release_bot_minimal_symbols_x64',
'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86',
'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
- 'ClangToTAndroidASan':
- 'android_clang_tot_asan_gn_debug_bot_minimal_symbols',
+ 'ClangToTAndroidASan': 'android_clang_tot_asan',
'ClangToTAndroidASan tester': 'none',
'ClangToTLinux':
'swarming_gyp_clang_tot_linux_dump_symbols_shared_release',
@@ -895,8 +894,9 @@
'android', 'blink_logging', 'gyp', 'debug_static_bot', 'arm64',
],
- 'android_clang_tot_asan_gn_debug_bot_minimal_symbols': [
- 'android', 'clang_tot', 'asan', 'gn', 'debug_bot_minimal_symbols',
+ 'android_clang_tot_asan': [
+ 'android_without_codecs', 'clang_tot', 'asan', 'gn',
+ 'shared', 'debug', 'minimal_symbols',
],
'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [
« 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