| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 6e8ca3d4146e5601f3459f66c8fc0e0249e928de..4d28666a7b0c9e44fc0948d5a4750c2cef838779 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -107,6 +107,7 @@
|
| 'CFI Linux': 'cfi_release_static',
|
| 'CFI Linux Full': 'cfi_full_release_static',
|
| 'Chromium Linux Goma Canary': 'release_bot',
|
| + 'Chromium Linux Goma Canary': 'release_bot',
|
| 'Chromium Linux Goma Canary (clobber)': 'release_bot',
|
| 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot',
|
| 'Chromium Linux Precise Goma LinkTest': 'release_bot',
|
| @@ -188,6 +189,7 @@
|
| 'Libfuzzer Upload Linux UBSan': 'release_libfuzzer_ubsan',
|
| 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan',
|
| 'Linux ARM': 'release_bot_arm',
|
| + 'Linux Clang Analyzer': 'linux_chromium_analysis',
|
| 'Linux deterministic': 'release_bot',
|
| 'Linux deterministic (dbg)': 'debug_bot',
|
| 'Linux remote_run Builder': 'release_bot',
|
| @@ -1285,6 +1287,10 @@
|
| # build files.
|
| 'ios': [ 'error'],
|
|
|
| + 'linux_chromium_analysis': [
|
| + 'analysis'
|
| + ],
|
| +
|
| 'mac_views_browser_release_bot': [
|
| 'mac_views_browser', 'release_bot',
|
| ],
|
| @@ -1515,6 +1521,8 @@
|
| 'mixins': {
|
| 'afl': { 'gn_args': 'use_afl=true' },
|
|
|
| + 'analysis': { 'gn_args': 'use_clang_static_analyzer=true'},
|
| +
|
| # We build Android with codecs on most bots to ensure maximum test
|
| # coverage, but use 'android_without_codecs' on bots responsible for
|
| # building publicly advertised non-Official Android builds --
|
|
|