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

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

Issue 1856183002: [Android] Add mb configurations for the android bots on chromium.gpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 207 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
208 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 208 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
209 'Win8 Tests (1)': 'none', 209 'Win8 Tests (1)': 'none',
210 'Win8 Tests (2)': 'none', 210 'Win8 Tests (2)': 'none',
211 'WinClang': 'win_clang_debug_bot', 211 'WinClang': 'win_clang_debug_bot',
212 'Windows Browser (DrMemory light) (1)': 'none', 212 'Windows Browser (DrMemory light) (1)': 'none',
213 'Windows Browser (DrMemory light) (2)': 'none', 213 'Windows Browser (DrMemory light) (2)': 'none',
214 }, 214 },
215 215
216 'chromium.gpu': { 216 'chromium.gpu': {
217 'Android Debug (Nexus 5)': 'tbd', 217 'Android Debug (Nexus 5)': 'android_gyp_debug_static_bot',
218 'Android Debug (Nexus 6)': 'tbd', 218 'Android Debug (Nexus 6)': 'android_gyp_debug_static_bot',
219 'Android Debug (Nexus 9)': 'tbd', 219 'Android Debug (Nexus 9)': 'android_gyp_debug_static_bot_arm64',
220 'GPU Mac Builder': 'tbd', 220 'GPU Mac Builder': 'tbd',
221 'GPU Mac Builder (dbg)': 'tbd', 221 'GPU Mac Builder (dbg)': 'tbd',
222 222
223 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot', 223 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot',
224 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_bot', 224 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_bot',
225 'GPU Win Builder': 225 'GPU Win Builder':
226 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86', 226 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86',
227 'GPU Win Builder (dbg)': 227 'GPU Win Builder (dbg)':
228 'swarming_gpu_tests_gyp_debug_bot_minimal_symbols_x86', 228 'swarming_gpu_tests_gyp_debug_bot_minimal_symbols_x86',
229 'Linux Debug (NVIDIA)': 'none', 229 'Linux Debug (NVIDIA)': 'none',
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 ], 1006 ],
1007 1007
1008 'android_gn_release_trybot': [ 1008 'android_gn_release_trybot': [
1009 'android', 'gn', 'release_trybot', 1009 'android', 'gn', 'release_trybot',
1010 ], 1010 ],
1011 1011
1012 'android_gyp_debug_static_bot': [ 1012 'android_gyp_debug_static_bot': [
1013 'android', 'gyp', 'debug_static_bot', 1013 'android', 'gyp', 'debug_static_bot',
1014 ], 1014 ],
1015 1015
1016 'android_gyp_debug_static_bot_arm64': [
1017 'android', 'gyp', 'debug_static_bot', 'arm64',
1018 ],
1019
1016 'android_gyp_debug_static_bot_x86': [ 1020 'android_gyp_debug_static_bot_x86': [
1017 'android', 'gyp', 'debug_static_bot', 'x86', 1021 'android', 'gyp', 'debug_static_bot', 'x86',
1018 ], 1022 ],
1019 1023
1020 'android_without_codecs_gyp_release_bot_minimal_symbols': [ 1024 'android_without_codecs_gyp_release_bot_minimal_symbols': [
1021 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols', 1025 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols',
1022 ], 1026 ],
1023 1027
1024 'cast_gn_release_bot': [ 1028 'cast_gn_release_bot': [
1025 'cast', 'gn', 'release_bot', 1029 'cast', 'gn', 'release_bot',
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1927 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1924 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1928 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1925 }, 1929 },
1926 1930
1927 'valgrind': { 1931 'valgrind': {
1928 # TODO: add gn_args for 'build_for_tool=memcheck' 1932 # TODO: add gn_args for 'build_for_tool=memcheck'
1929 'gyp_defines': 'build_for_tool=memcheck', 1933 'gyp_defines': 'build_for_tool=memcheck',
1930 } 1934 }
1931 }, 1935 },
1932 } 1936 }
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