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

Side by Side 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 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 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'Linux Release (ATI)': 'none', 264 'Linux Release (ATI)': 'none',
265 'Linux Release (Intel Graphics Stack)': 'none', 265 'Linux Release (Intel Graphics Stack)': 'none',
266 'Linux Release (NVIDIA)': 'none', 266 'Linux Release (NVIDIA)': 'none',
267 }, 267 },
268 268
269 'chromium.linux': { 269 'chromium.linux': {
270 'Android Arm64 Builder (dbg)': 270 'Android Arm64 Builder (dbg)':
271 'swarming_android_gyp_debug_static_bot_arm64', 271 'swarming_android_gyp_debug_static_bot_arm64',
272 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot', 272 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
273 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols', 273 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
274 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot', 274 'Android Clang Builder (dbg)': 'android_clang_asan_findbugs_gyp_debug_bot' ,
275 'Android GN (dbg)': 'android_gn_debug_bot', 275 'Android GN (dbg)': 'android_gn_debug_bot',
276 'Android GN': 'android_gn_release_bot_minimal_symbols', 276 'Android GN': 'android_gn_release_bot_minimal_symbols',
277 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot', 277 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
278 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols', 278 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
279 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot', 279 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
280 'Cast Linux': 'cast_gn_release_bot', 280 'Cast Linux': 'cast_gn_release_bot',
281 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 281 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
282 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 282 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
283 'Linux Builder': 'swarming_gn_release_bot', 283 'Linux Builder': 'swarming_gn_release_bot',
284 'Linux Tests (dbg)(1)': 'none', 284 'Linux Tests (dbg)(1)': 'none',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'android_chromium_variable': 'tbd', 630 'android_chromium_variable': 'tbd',
631 'android_coverage': 'tbd', 631 'android_coverage': 'tbd',
632 'android_cronet_tester': 'tbd', 632 'android_cronet_tester': 'tbd',
633 'android_deterministic': 'tbd', 633 'android_deterministic': 'tbd',
634 'cast_shell_android': 'tbd', 634 'cast_shell_android': 'tbd',
635 635
636 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64', 636 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64',
637 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot', 637 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
638 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 638 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
639 'android_chromium_gn_rel': 'android_gn_release_trybot', 639 'android_chromium_gn_rel': 'android_gn_release_trybot',
640 'android_clang_dbg_recipe': 'android_clang_asan_gyp_debug_trybot', 640 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot' ,
641 'android_compile_dbg': 'swarming_android_gyp_debug_trybot', 641 'android_compile_dbg': 'swarming_android_gyp_debug_trybot',
642 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', 642 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
643 'android_compile_rel': 'swarming_android_gyp_release_trybot', 643 'android_compile_rel': 'swarming_android_gyp_release_trybot',
644 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', 644 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
645 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', 645 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
646 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot', 646 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
647 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot', 647 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
648 }, 648 },
649 649
650 'tryserver.chromium.angle': { 650 'tryserver.chromium.angle': {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 # This is the list of configs that you can pass to mb; each config 825 # This is the list of configs that you can pass to mb; each config
826 # represents a particular combination of GYP_DEFINES/gn args that 826 # represents a particular combination of GYP_DEFINES/gn args that
827 # we must support. A given config *may* be platform-specific but 827 # we must support. A given config *may* be platform-specific but
828 # is not necessarily so (i.e., we might have mac, win, and linux 828 # is not necessarily so (i.e., we might have mac, win, and linux
829 # bots all using the 'gn_release_bot' config). 829 # bots all using the 'gn_release_bot' config).
830 'configs': { 830 'configs': {
831 'android_cast_gyp_debug_static_bot': [ 831 'android_cast_gyp_debug_static_bot': [
832 'android', 'cast', 'gyp', 'debug_static_bot', 832 'android', 'cast', 'gyp', 'debug_static_bot',
833 ], 833 ],
834 834
835 'android_clang_asan_gyp_debug_bot': [ 835 'android_clang_asan_findbugs_gyp_debug_bot': [
836 'android', 'clang', 'asan', 'gyp', 'debug_bot', 836 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_bot',
837 ], 837 ],
838 838
839 'android_clang_asan_gyp_debug_trybot': [ 839 'android_clang_asan_findbugs_gyp_debug_trybot': [
840 'android', 'clang', 'asan', 'gyp', 'debug_trybot', 840 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot',
841 ], 841 ],
842 842
843 'android_gn_debug_bot': [ 843 'android_gn_debug_bot': [
844 'android', 'gn', 'debug_bot', 844 'android', 'gn', 'debug_bot',
845 ], 845 ],
846 846
847 'android_gn_debug_static_bot': [ 847 'android_gn_debug_static_bot': [
848 'android', 'gn', 'debug_static_bot', 848 'android', 'gn', 'debug_static_bot',
849 ], 849 ],
850 850
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 1461
1462 # This mixin is used to force configs that use it to fail. It 1462 # This mixin is used to force configs that use it to fail. It
1463 # is used in two cases: when we have bots that we haven't looked 1463 # is used in two cases: when we have bots that we haven't looked
1464 # at yet and don't know whether they need MB or not, and for bots 1464 # at yet and don't know whether they need MB or not, and for bots
1465 # that are test-only and should never run MB. 1465 # that are test-only and should never run MB.
1466 'error': { 1466 'error': {
1467 'gn_args': 'error', 1467 'gn_args': 'error',
1468 'gyp_defines': 'target_arch=unknown', 1468 'gyp_defines': 'target_arch=unknown',
1469 }, 1469 },
1470 1470
1471 'findbugs': {
1472 'gn_args': 'run_findbugs=true',
1473 'gyp_defines': 'run_findbugs=1',
1474 },
1475
1471 'gn_linux_upload': { 1476 'gn_linux_upload': {
1472 'type': 'gn', 1477 'type': 'gn',
1473 1478
1474 # We don't want to require a runtime dependency on glib in the 1479 # We don't want to require a runtime dependency on glib in the
1475 # GN binary; ideally we could just turn glib off, but that doesn't 1480 # GN binary; ideally we could just turn glib off, but that doesn't
1476 # actually work, so we need to pretend to be doing an ozone build 1481 # actually work, so we need to pretend to be doing an ozone build
1477 # in order for the flag to actually take effect. 1482 # in order for the flag to actually take effect.
1478 'gn_args': 'use_ozone=true', 1483 'gn_args': 'use_ozone=true',
1479 }, 1484 },
1480 1485
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1622 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1618 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1623 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1619 }, 1624 },
1620 1625
1621 'valgrind': { 1626 'valgrind': {
1622 # TODO: add gn_args for 'build_for_tool=memcheck' 1627 # TODO: add gn_args for 'build_for_tool=memcheck'
1623 'gyp_defines': 'build_for_tool=memcheck', 1628 'gyp_defines': 'build_for_tool=memcheck',
1624 } 1629 }
1625 }, 1630 },
1626 } 1631 }
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