summaryrefslogtreecommitdiffstats
path: root/tools/mb
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-03-18 17:40:48 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-19 00:43:38 +0000
commit770540fe386f8b44ae332b3a6ddc75b06f84a181 (patch)
tree4835fe6c8319498dd9d412eac52ee4aa00c96f27 /tools/mb
parenta8fd41ad696a334b754022acab2f5f3f6f2528d0 (diff)
downloadchromium_src-770540fe386f8b44ae332b3a6ddc75b06f84a181.zip
chromium_src-770540fe386f8b44ae332b3a6ddc75b06f84a181.tar.gz
chromium_src-770540fe386f8b44ae332b3a6ddc75b06f84a181.tar.bz2
[Android] Reenable findbugs on android_clang_dbg_recipe and Android Clang Builder (dbg).
BUG=596129 Review URL: https://codereview.chromium.org/1812393002 Cr-Commit-Position: refs/heads/master@{#382150}
Diffstat (limited to 'tools/mb')
-rw-r--r--tools/mb/mb_config.pyl17
1 files changed, 11 insertions, 6 deletions
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 6f4455e..af165da 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',