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

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

Issue 2572233003: [Android] Add mb configurations for the ndk-next builders. (Closed)
Patch Set: 80 char Created 4 years 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 30 matching lines...) Expand all
41 'Android Cronet x86 Builder': 'android_cronet_release_bot_minimal_symbols_ x86', 41 'Android Cronet x86 Builder': 'android_cronet_release_bot_minimal_symbols_ x86',
42 'Android Cronet x86 Builder (dbg)': 'android_cronet_debug_static_bot_x86', 42 'Android Cronet x86 Builder (dbg)': 'android_cronet_debug_static_bot_x86',
43 'Android MIPS Builder (dbg)': 'android_debug_static_minimal_symbols_mipsel ', 43 'Android MIPS Builder (dbg)': 'android_debug_static_minimal_symbols_mipsel ',
44 'Android N5X Swarm Builder': 'android_release_bot_minimal_symbols_arm64', 44 'Android N5X Swarm Builder': 'android_release_bot_minimal_symbols_arm64',
45 'Android arm Builder (dbg)': 'android_debug_static_bot', 45 'Android arm Builder (dbg)': 'android_debug_static_bot',
46 'Android arm64 Builder (dbg)': 'android_debug_static_bot_arm64', 46 'Android arm64 Builder (dbg)': 'android_debug_static_bot_arm64',
47 'Android x64 Builder (dbg)': 'android_debug_static_bot_x64', 47 'Android x64 Builder (dbg)': 'android_debug_static_bot_x64',
48 'Android x86 Builder (dbg)': 'android_debug_static_bot_x86', 48 'Android x86 Builder (dbg)': 'android_debug_static_bot_x86',
49 }, 49 },
50 50
51 'chromium.android.fyi': {
52 'NDK Next MIPS Builder':
53 'android_ndk_next_release_bot_minimal_symbols_mipsel',
54 'NDK Next arm Builder':
55 'android_ndk_next_release_bot_minimal_symbols',
56 'NDK Next arm64 Builder':
57 'android_ndk_next_release_bot_minimal_symbols_arm64',
58 'NDK Next x64 Builder':
59 'android_ndk_next_release_bot_minimal_symbols_x64',
60 'NDK Next x86 Builder':
61 'android_ndk_next_release_bot_minimal_symbols_x86',
62 },
63
51 'chromium.chrome': { 64 'chromium.chrome': {
52 'Google Chrome ChromeOS': 'official_goma_chromeos', 65 'Google Chrome ChromeOS': 'official_goma_chromeos',
53 'Google Chrome Linux x64': 'official_goma', 66 'Google Chrome Linux x64': 'official_goma',
54 'Google Chrome Mac': 'official_goma', 67 'Google Chrome Mac': 'official_goma',
55 'Google Chrome Win': 'official_goma_x86', 68 'Google Chrome Win': 'official_goma_x86',
56 }, 69 },
57 70
58 'chromium.chromedriver': { 71 'chromium.chromedriver': {
59 'Win7': 'release_bot_x86', 72 'Win7': 'release_bot_x86',
60 'Mac 10.6': 'release_bot', 73 'Mac 10.6': 'release_bot',
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 ], 832 ],
820 833
821 'android_debug_trybot_x64': [ 834 'android_debug_trybot_x64': [
822 'android', 'debug_trybot', 'x64', 835 'android', 'debug_trybot', 'x64',
823 ], 836 ],
824 837
825 'android_debug_trybot_x86': [ 838 'android_debug_trybot_x86': [
826 'android', 'debug_trybot', 'x86', 839 'android', 'debug_trybot', 'x86',
827 ], 840 ],
828 841
842 'android_ndk_next_release_bot_minimal_symbols': [
843 'android', 'ndk_next', 'release_bot', 'minimal_symbols',
844 ],
845
846 'android_ndk_next_release_bot_minimal_symbols_arm64': [
847 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'arm64',
848 ],
849
850 'android_ndk_next_release_bot_minimal_symbols_mipsel': [
851 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'mipsel',
852 ],
853
854 'android_ndk_next_release_bot_minimal_symbols_x64': [
855 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'x64',
856 ],
857
858 'android_ndk_next_release_bot_minimal_symbols_x86': [
859 'android', 'ndk_next', 'release_bot', 'minimal_symbols', 'x86',
860 ],
861
829 'android_release_bot_minimal_symbols': [ 862 'android_release_bot_minimal_symbols': [
830 'android', 'release_bot', 'minimal_symbols', 863 'android', 'release_bot', 'minimal_symbols',
831 ], 864 ],
832 865
833 'android_shared_release_bot_x64': [ 866 'android_shared_release_bot_x64': [
834 'android_without_codecs', 'shared_release_bot', 'x64', 'dcheck_always_on', 867 'android_without_codecs', 'shared_release_bot', 'x64', 'dcheck_always_on',
835 ], 868 ],
836 869
837 'android_release_trybot': [ 870 'android_release_trybot': [
838 'android', 'release_trybot', 871 'android', 'release_trybot',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 }, 1730 },
1698 1731
1699 'msan': { 1732 'msan': {
1700 'gn_args': 'is_msan=true msan_track_origins=2 use_prebuilt_instrumented_li braries=true', 1733 'gn_args': 'is_msan=true msan_track_origins=2 use_prebuilt_instrumented_li braries=true',
1701 }, 1734 },
1702 1735
1703 'msan_no_origins': { 1736 'msan_no_origins': {
1704 'gn_args': 'is_msan=true msan_track_origins=0 use_prebuilt_instrumented_li braries=true', 1737 'gn_args': 'is_msan=true msan_track_origins=0 use_prebuilt_instrumented_li braries=true',
1705 }, 1738 },
1706 1739
1740 'ndk_next': {
1741 'gn_args': 'android_ndk_version=r13b android_ndk_major_version=13',
1742 },
1743
1707 'no_pch': { 1744 'no_pch': {
1708 'gn_args': 'enable_precompiled_headers=false', 1745 'gn_args': 'enable_precompiled_headers=false',
1709 }, 1746 },
1710 1747
1711 'no_symbols': { 1748 'no_symbols': {
1712 'gn_args': 'symbol_level=0', 1749 'gn_args': 'symbol_level=0',
1713 }, 1750 },
1714 1751
1715 'official': { 1752 'official': {
1716 'mixins': ['official_optimize'], 1753 'mixins': ['official_optimize'],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 1860
1824 'x64': { 1861 'x64': {
1825 'gn_args': 'target_cpu="x64"', 1862 'gn_args': 'target_cpu="x64"',
1826 }, 1863 },
1827 1864
1828 'x86': { 1865 'x86': {
1829 'gn_args': 'target_cpu="x86"', 1866 'gn_args': 'target_cpu="x86"',
1830 }, 1867 },
1831 }, 1868 },
1832 } 1869 }
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