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

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

Issue 1830423002: [Android] Add mb_config entries for Android bots on chromium.fyi. (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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'Linux ChromiumOS Ozone Builder': 'tbd', 77 'Linux ChromiumOS Ozone Builder': 'tbd',
78 'Linux ChromiumOS Ozone Tests (1)': 'tbd', 78 'Linux ChromiumOS Ozone Tests (1)': 'tbd',
79 'Linux ChromiumOS Tests (1)': 'tbd', 79 'Linux ChromiumOS Tests (1)': 'tbd',
80 'Linux ChromiumOS Tests (dbg)(1)': 'tbd', 80 'Linux ChromiumOS Tests (dbg)(1)': 'tbd',
81 81
82 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 82 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
83 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 83 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
84 }, 84 },
85 85
86 'chromium.fyi': { 86 'chromium.fyi': {
87 'Android Asan Builder Tests (dbg)': 'tbd', 87 'Android Asan Builder Tests (dbg)':
88 'Android Builder (dbg)': 'tbd', 88 'android_asan_gyp_debug_bot_minimal_symbols',
89 'Android ChromeDriver Tests (dbg)': 'tbd', 89 'Android Builder (dbg)': 'android_gyp_debug_static_bot',
90 'Android Cloud Tests': 'tbd', 90 'Android ChromeDriver Tests (dbg)': 'none',
91 'Android Remoting Tests': 'tbd', 91 'Android Cloud Tests': 'android_gyp_debug_static_bot_x86',
92 'Android Tests (trial)(dbg)': 'tbd', 92 'Android Remoting Tests': 'none',
93 'Android Tests (x86 emulator)': 'tbd', 93 'Android Tests (trial)(dbg)': 'none',
94 'Android Tests (x86 emulator)': 'android_gyp_debug_static_bot_x86',
94 'Blink Linux LSan ASan': 'tbd', 95 'Blink Linux LSan ASan': 'tbd',
95 'Browser Side Navigation Linux': 'tbd', 96 'Browser Side Navigation Linux': 'tbd',
96 'Chromium Builder': 'tbd', 97 'Chromium Builder': 'tbd',
97 'Chromium Builder (dbg)': 'tbd', 98 'Chromium Builder (dbg)': 'tbd',
98 'Chromium Linux Buildrunner': 'tbd', 99 'Chromium Linux Buildrunner': 'tbd',
99 'Chromium Linux Goma Canary': 'tbd', 100 'Chromium Linux Goma Canary': 'tbd',
100 'Chromium Linux Goma Canary (clobber)': 'tbd', 101 'Chromium Linux Goma Canary (clobber)': 'tbd',
101 'Chromium Linux Precise Goma LinkTest': 'tbd', 102 'Chromium Linux Precise Goma LinkTest': 'tbd',
102 'Chromium Linux32 Goma Canary (clobber)': 'tbd', 103 'Chromium Linux32 Goma Canary (clobber)': 'tbd',
103 'Chromium Mac 10.10 MacViews': 'tbd', 104 'Chromium Mac 10.10 MacViews': 'tbd',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 }, 830 },
830 }, 831 },
831 832
832 833
833 # This is the list of configs that you can pass to mb; each config 834 # This is the list of configs that you can pass to mb; each config
834 # represents a particular combination of GYP_DEFINES/gn args that 835 # represents a particular combination of GYP_DEFINES/gn args that
835 # we must support. A given config *may* be platform-specific but 836 # we must support. A given config *may* be platform-specific but
836 # is not necessarily so (i.e., we might have mac, win, and linux 837 # is not necessarily so (i.e., we might have mac, win, and linux
837 # bots all using the 'gn_release_bot' config). 838 # bots all using the 'gn_release_bot' config).
838 'configs': { 839 'configs': {
840 'android_asan_gyp_debug_bot_minimal_symbols': [
841 'android', 'asan', 'gyp', 'debug_bot_minimal_symbols',
842 ],
843
839 'android_cast_gyp_debug_static_bot': [ 844 'android_cast_gyp_debug_static_bot': [
840 'android', 'cast', 'gyp', 'debug_static_bot', 845 'android', 'cast', 'gyp', 'debug_static_bot',
841 ], 846 ],
842 847
843 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [ 848 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [
844 'android', 'clang', 'asan', 'findbugs', 'gyp', 849 'android', 'clang', 'asan', 'findbugs', 'gyp',
845 'debug_bot_minimal_symbols', 850 'debug_bot_minimal_symbols',
846 ], 851 ],
847 852
848 'android_clang_asan_findbugs_gyp_debug_trybot': [ 853 'android_clang_asan_findbugs_gyp_debug_trybot': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 ], 940 ],
936 941
937 'android_gn_release_bot_minimal_symbols': [ 942 'android_gn_release_bot_minimal_symbols': [
938 'android', 'gn', 'release_bot_minimal_symbols', 943 'android', 'gn', 'release_bot_minimal_symbols',
939 ], 944 ],
940 945
941 'android_gn_release_trybot': [ 946 'android_gn_release_trybot': [
942 'android', 'gn', 'release_trybot', 947 'android', 'gn', 'release_trybot',
943 ], 948 ],
944 949
950 'android_gyp_debug_static_bot': [
951 'android', 'gyp', 'debug_static_bot',
952 ],
953
954 'android_gyp_debug_static_bot_x86': [
955 'android', 'gyp', 'debug_static_bot', 'x86',
956 ],
957
945 'android_without_codecs_gyp_release_bot_minimal_symbols': [ 958 'android_without_codecs_gyp_release_bot_minimal_symbols': [
946 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols', 959 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols',
947 ], 960 ],
948 961
949 'cast_gn_release_bot': [ 962 'cast_gn_release_bot': [
950 'cast', 'gn', 'release_bot', 963 'cast', 'gn', 'release_bot',
951 ], 964 ],
952 965
953 'cast_gn_release_trybot': [ 966 'cast_gn_release_trybot': [
954 'cast', 'gn', 'release_trybot', 967 'cast', 'gn', 'release_trybot',
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1755 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1743 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1756 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1744 }, 1757 },
1745 1758
1746 'valgrind': { 1759 'valgrind': {
1747 # TODO: add gn_args for 'build_for_tool=memcheck' 1760 # TODO: add gn_args for 'build_for_tool=memcheck'
1748 'gyp_defines': 'build_for_tool=memcheck', 1761 'gyp_defines': 'build_for_tool=memcheck',
1749 } 1762 }
1750 }, 1763 },
1751 } 1764 }
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