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

Unified Diff: tools/mb/mb_config.pyl

Issue 1812393002: [Android] Reenable findbugs on android_clang_dbg_recipe and Android Clang Builder (dbg). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on https://codereview.chromium.org/1814073002 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 6f4455e961fc1d4aa3a6c1754baac34d8207b15a..af165da0bc2582560499ea1f081676891d83a0db 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -271,7 +271,7 @@
'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_gyp_debug_bot',
+ 'Android Clang Builder (dbg)': 'android_clang_asan_findbugs_gyp_debug_bot',
'Android GN (dbg)': 'android_gn_debug_bot',
'Android GN': 'android_gn_release_bot_minimal_symbols',
'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
@@ -637,7 +637,7 @@
'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
'android_chromium_gn_rel': 'android_gn_release_trybot',
- 'android_clang_dbg_recipe': 'android_clang_asan_gyp_debug_trybot',
+ 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot',
'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
'android_compile_rel': 'swarming_android_gyp_release_trybot',
@@ -832,12 +832,12 @@
'android', 'cast', 'gyp', 'debug_static_bot',
],
- 'android_clang_asan_gyp_debug_bot': [
- 'android', 'clang', 'asan', 'gyp', 'debug_bot',
+ 'android_clang_asan_findbugs_gyp_debug_bot': [
+ 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_bot',
],
- 'android_clang_asan_gyp_debug_trybot': [
- 'android', 'clang', 'asan', 'gyp', 'debug_trybot',
+ 'android_clang_asan_findbugs_gyp_debug_trybot': [
+ 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot',
],
'android_gn_debug_bot': [
@@ -1468,6 +1468,11 @@
'gyp_defines': 'target_arch=unknown',
},
+ 'findbugs': {
+ 'gn_args': 'run_findbugs=true',
+ 'gyp_defines': 'run_findbugs=1',
+ },
+
'gn_linux_upload': {
'type': 'gn',
« 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