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

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

Issue 1817193002: [Android] Add minimal_symbols to remaining bots on chromium.{linux,android}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dpranke comments 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 15 matching lines...) Expand all
26 'Android Cronet Builder': 'tbd', 26 'Android Cronet Builder': 'tbd',
27 'Android Cronet Builder (dbg)': 'tbd', 27 'Android Cronet Builder (dbg)': 'tbd',
28 'Android Cronet Data Reduction Proxy Builder': 'tbd', 28 'Android Cronet Data Reduction Proxy Builder': 'tbd',
29 'Android Cronet MIPS Builder': 'tbd', 29 'Android Cronet MIPS Builder': 'tbd',
30 'Android Cronet x86 Builder': 'tbd', 30 'Android Cronet x86 Builder': 'tbd',
31 'Android Cronet x86 Builder (dbg)': 'tbd', 31 'Android Cronet x86 Builder (dbg)': 'tbd',
32 'Android WebView CTS L-MR1 (dbg)': 'tbd', 32 'Android WebView CTS L-MR1 (dbg)': 'tbd',
33 'Android Webview L (dbg)': 'tbd', 33 'Android Webview L (dbg)': 'tbd',
34 'Android Webview M (dbg)': 'tbd', 34 'Android Webview M (dbg)': 'tbd',
35 35
36 'Android GN Builder (dbg)': 'android_gn_debug_bot', 36 'Android GN Builder (dbg)': 'android_gn_debug_bot_minimal_symbols',
37 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel', 37 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
38 'Android Swarm Builder': 38 'Android Swarm Builder':
39 'swarming_android_gn_release_bot_minimal_symbols', 39 'swarming_android_gn_release_bot_minimal_symbols',
40 'Android arm Builder (dbg)': 'android_gn_debug_static_bot', 40 'Android arm Builder (dbg)': 'android_gn_debug_static_bot',
41 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64', 41 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
42 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64', 42 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64',
43 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86', 43 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86',
44 'Jelly Bean Tester': 'android_gn_debug_static_bot', 44 'Jelly Bean Tester': 'android_gn_debug_static_bot',
45 'KitKat Tablet Tester': 'android_gn_debug_static_bot', 45 'KitKat Tablet Tester': 'android_gn_debug_static_bot',
46 'Lollipop Consumer Tester': 'android_gn_debug_static_bot_arm64', 46 'Lollipop Consumer Tester': 'android_gn_debug_static_bot_arm64',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'Linux Release (ATI)': 'none', 262 'Linux Release (ATI)': 'none',
263 'Linux Release (Intel Graphics Stack)': 'none', 263 'Linux Release (Intel Graphics Stack)': 'none',
264 'Linux Release (NVIDIA)': 'none', 264 'Linux Release (NVIDIA)': 'none',
265 }, 265 },
266 266
267 'chromium.linux': { 267 'chromium.linux': {
268 'Android Arm64 Builder (dbg)': 268 'Android Arm64 Builder (dbg)':
269 'swarming_android_gyp_debug_static_bot_arm64', 269 'swarming_android_gyp_debug_static_bot_arm64',
270 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot', 270 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
271 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols', 271 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
272 'Android Clang Builder (dbg)': 'android_clang_asan_findbugs_gyp_debug_bot' , 272 'Android Clang Builder (dbg)':
273 'Android GN (dbg)': 'android_gn_debug_bot', 273 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols',
274 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols',
274 'Android GN': 'android_gn_release_bot_minimal_symbols', 275 'Android GN': 'android_gn_release_bot_minimal_symbols',
275 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot', 276 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
276 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols', 277 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
277 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot', 278 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
278 'Cast Linux': 'cast_gn_release_bot', 279 'Cast Linux': 'cast_gn_release_bot',
279 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 280 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
280 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 281 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
281 'Linux Builder': 'swarming_gn_release_bot', 282 'Linux Builder': 'swarming_gn_release_bot',
282 'Linux Tests (dbg)(1)': 'none', 283 'Linux Tests (dbg)(1)': 'none',
283 'Linux Tests (dbg)(1)(32)': 'none', 284 'Linux Tests (dbg)(1)(32)': 'none',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 # This is the list of configs that you can pass to mb; each config 823 # This is the list of configs that you can pass to mb; each config
823 # represents a particular combination of GYP_DEFINES/gn args that 824 # represents a particular combination of GYP_DEFINES/gn args that
824 # we must support. A given config *may* be platform-specific but 825 # we must support. A given config *may* be platform-specific but
825 # is not necessarily so (i.e., we might have mac, win, and linux 826 # is not necessarily so (i.e., we might have mac, win, and linux
826 # bots all using the 'gn_release_bot' config). 827 # bots all using the 'gn_release_bot' config).
827 'configs': { 828 'configs': {
828 'android_cast_gyp_debug_static_bot': [ 829 'android_cast_gyp_debug_static_bot': [
829 'android', 'cast', 'gyp', 'debug_static_bot', 830 'android', 'cast', 'gyp', 'debug_static_bot',
830 ], 831 ],
831 832
832 'android_clang_asan_findbugs_gyp_debug_bot': [ 833 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [
833 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_bot', 834 'android', 'clang', 'asan', 'findbugs', 'gyp',
835 'debug_bot_minimal_symbols',
834 ], 836 ],
835 837
836 'android_clang_asan_findbugs_gyp_debug_trybot': [ 838 'android_clang_asan_findbugs_gyp_debug_trybot': [
837 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot', 839 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot',
838 ], 840 ],
839 841
840 'android_gn_debug_bot': [ 842 'android_gn_debug_bot': [
841 'android', 'gn', 'debug_bot', 843 'android', 'gn', 'debug_bot',
842 ], 844 ],
843 845
846 'android_gn_debug_bot_minimal_symbols': [
847 'android', 'gn', 'debug_bot_minimal_symbols',
848 ],
849
844 'android_gn_debug_static_bot': [ 850 'android_gn_debug_static_bot': [
845 'android', 'gn', 'debug_static_bot', 851 'android', 'gn', 'debug_static_bot',
846 ], 852 ],
847 853
848 'android_gn_debug_static_bot_arm64': [ 854 'android_gn_debug_static_bot_arm64': [
849 'android', 'gn', 'debug_static_bot', 'arm64', 855 'android', 'gn', 'debug_static_bot', 'arm64',
850 ], 856 ],
851 857
852 'android_gn_debug_static_bot_mipsel': [ 858 'android_gn_debug_static_bot_mipsel': [
853 'android', 'gn', 'debug_static_bot', 'mipsel', 859 'android', 'gn', 'debug_static_bot', 'mipsel',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1634 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1629 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1635 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1630 }, 1636 },
1631 1637
1632 'valgrind': { 1638 'valgrind': {
1633 # TODO: add gn_args for 'build_for_tool=memcheck' 1639 # TODO: add gn_args for 'build_for_tool=memcheck'
1634 'gyp_defines': 'build_for_tool=memcheck', 1640 'gyp_defines': 'build_for_tool=memcheck',
1635 } 1641 }
1636 }, 1642 },
1637 } 1643 }
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