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

Unified Diff: tools/mb/mb_config.pyl

Issue 2715803005: Add linux_chromium_analysis to mb_config.pyl (Closed)
Patch Set: Created 3 years, 10 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 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 --
« 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