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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2715803005: Add linux_chromium_analysis to mb_config.pyl (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'Android Builder (dbg)': 'android_debug_static_bot', 100 'Android Builder (dbg)': 'android_debug_static_bot',
101 'Android Builder Goma Canary (dbg)': 'android_debug_bot', 101 'Android Builder Goma Canary (dbg)': 'android_debug_bot',
102 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', 102 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls',
103 'Android deterministic (dbg)': 'android_debug_bot', 103 'Android deterministic (dbg)': 'android_debug_bot',
104 'Browser Side Navigation Linux': 'release_bot', 104 'Browser Side Navigation Linux': 'release_bot',
105 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', 105 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
106 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', 106 'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
107 'CFI Linux': 'cfi_release_static', 107 'CFI Linux': 'cfi_release_static',
108 'CFI Linux Full': 'cfi_full_release_static', 108 'CFI Linux Full': 'cfi_full_release_static',
109 'Chromium Linux Goma Canary': 'release_bot', 109 'Chromium Linux Goma Canary': 'release_bot',
110 'Chromium Linux Goma Canary': 'release_bot',
110 'Chromium Linux Goma Canary (clobber)': 'release_bot', 111 'Chromium Linux Goma Canary (clobber)': 'release_bot',
111 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot', 112 'Chromium Linux Goma Canary LocalOutputCache': 'release_bot',
112 'Chromium Linux Precise Goma LinkTest': 'release_bot', 113 'Chromium Linux Precise Goma LinkTest': 'release_bot',
113 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', 114 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86',
114 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', 115 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot',
115 'Chromium Mac 10.11': 'release_bot', 116 'Chromium Mac 10.11': 'release_bot',
116 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_hermetic', 117 'Chromium Mac 10.11 Force Mac Toolchain': 'release_bot_mac_hermetic',
117 'Chromium Mac 10.9 Goma Canary': 'release_bot', 118 'Chromium Mac 10.9 Goma Canary': 'release_bot',
118 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot', 119 'Chromium Mac 10.9 Goma Canary (clobber)': 'release_bot',
119 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot', 120 'Chromium Mac 10.9 Goma Canary (dbg)': 'debug_bot',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'MD Top Chrome Win material': 'debug_bot', 182 'MD Top Chrome Win material': 'debug_bot',
182 'MD Top Chrome Linux material': 'debug_bot', 183 'MD Top Chrome Linux material': 'debug_bot',
183 'LTO Linux': 'official_goma_lto', 184 'LTO Linux': 'official_goma_lto',
184 'LTO Linux Perf': 'official_goma_lto', 185 'LTO Linux Perf': 'official_goma_lto',
185 'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan', 186 'Libfuzzer Upload Linux ASan': 'release_libfuzzer_asan',
186 'Libfuzzer Upload Linux ASan Debug': 'debug_libfuzzer_asan', 187 'Libfuzzer Upload Linux ASan Debug': 'debug_libfuzzer_asan',
187 'Libfuzzer Upload Linux MSan': 'release_libfuzzer_msan', 188 'Libfuzzer Upload Linux MSan': 'release_libfuzzer_msan',
188 'Libfuzzer Upload Linux UBSan': 'release_libfuzzer_ubsan', 189 'Libfuzzer Upload Linux UBSan': 'release_libfuzzer_ubsan',
189 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan', 190 'Libfuzzer Upload Mac ASan': 'release_libfuzzer_mac_asan',
190 'Linux ARM': 'release_bot_arm', 191 'Linux ARM': 'release_bot_arm',
192 'Linux Clang Analyzer': 'linux_chromium_analysis',
191 'Linux deterministic': 'release_bot', 193 'Linux deterministic': 'release_bot',
192 'Linux deterministic (dbg)': 'debug_bot', 194 'Linux deterministic (dbg)': 'debug_bot',
193 'Linux remote_run Builder': 'release_bot', 195 'Linux remote_run Builder': 'release_bot',
194 'Linux remote_run Tester': 'release_bot', 196 'Linux remote_run Tester': 'release_bot',
195 'Linux V8 API Stability': 'release_bot', 197 'Linux V8 API Stability': 'release_bot',
196 'Mac deterministic': 'release_bot_mac_strip', 198 'Mac deterministic': 'release_bot_mac_strip',
197 'Mac deterministic (dbg)': 'debug_bot', 199 'Mac deterministic (dbg)': 'debug_bot',
198 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', 200 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot',
199 'Mojo Windows': 'release_bot_x86', 201 'Mojo Windows': 'release_bot_x86',
200 'Ozone Linux': 'release_bot_ozone_linux', 202 'Ozone Linux': 'release_bot_ozone_linux',
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 'release_trybot', 'headless', 1280 'release_trybot', 'headless',
1279 ], 1281 ],
1280 1282
1281 # The 'ios' config is just used for auditing. iOS bots 1283 # The 'ios' config is just used for auditing. iOS bots
1282 # actually use the ios recipes, not the chromium recipe, and look 1284 # actually use the ios recipes, not the chromium recipe, and look
1283 # up their GN arguments via files checked in under //ios/build/bots. 1285 # up their GN arguments via files checked in under //ios/build/bots.
1284 # It is an error to actually use one of these configs to generate the 1286 # It is an error to actually use one of these configs to generate the
1285 # build files. 1287 # build files.
1286 'ios': [ 'error'], 1288 'ios': [ 'error'],
1287 1289
1290 'linux_chromium_analysis': [
1291 'analysis'
1292 ],
1293
1288 'mac_views_browser_release_bot': [ 1294 'mac_views_browser_release_bot': [
1289 'mac_views_browser', 'release_bot', 1295 'mac_views_browser', 'release_bot',
1290 ], 1296 ],
1291 1297
1292 'mac_views_browser_release_trybot': [ 1298 'mac_views_browser_release_trybot': [
1293 'mac_views_browser', 'release_trybot', 1299 'mac_views_browser', 'release_trybot',
1294 ], 1300 ],
1295 1301
1296 'msan_edge_release_bot': [ 1302 'msan_edge_release_bot': [
1297 'msan', 'edge', 'release_bot', 1303 'msan', 'edge', 'release_bot',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 'windows_analyze': [ 1514 'windows_analyze': [
1509 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', 1515 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze',
1510 ], 1516 ],
1511 }, 1517 },
1512 1518
1513 # This is a dict mapping a given 'mixin' name to a dict of settings that 1519 # This is a dict mapping a given 'mixin' name to a dict of settings that
1514 # mb should use. See //tools/mb/docs/user_guide.md for more information. 1520 # mb should use. See //tools/mb/docs/user_guide.md for more information.
1515 'mixins': { 1521 'mixins': {
1516 'afl': { 'gn_args': 'use_afl=true' }, 1522 'afl': { 'gn_args': 'use_afl=true' },
1517 1523
1524 'analysis': { 'gn_args': 'use_clang_static_analyzer=true'},
1525
1518 # We build Android with codecs on most bots to ensure maximum test 1526 # We build Android with codecs on most bots to ensure maximum test
1519 # coverage, but use 'android_without_codecs' on bots responsible for 1527 # coverage, but use 'android_without_codecs' on bots responsible for
1520 # building publicly advertised non-Official Android builds -- 1528 # building publicly advertised non-Official Android builds --
1521 # which are not allowed to have proprietary codecs enabled. 1529 # which are not allowed to have proprietary codecs enabled.
1522 'android': { 1530 'android': {
1523 'mixins': ['android_without_codecs', 'chrome_with_codecs'], 1531 'mixins': ['android_without_codecs', 'chrome_with_codecs'],
1524 }, 1532 },
1525 1533
1526 'android_without_codecs': { 1534 'android_without_codecs': {
1527 'gn_args': 'target_os="android"', 1535 'gn_args': 'target_os="android"',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 1914
1907 'x64': { 1915 'x64': {
1908 'gn_args': 'target_cpu="x64"', 1916 'gn_args': 'target_cpu="x64"',
1909 }, 1917 },
1910 1918
1911 'x86': { 1919 'x86': {
1912 'gn_args': 'target_cpu="x86"', 1920 'gn_args': 'target_cpu="x86"',
1913 }, 1921 },
1914 }, 1922 },
1915 } 1923 }
OLDNEW
« 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