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

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

Issue 2054533003: Add mb_config and test descriptions for Release Android GPU bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « testing/buildbot/chromium.gpu.fyi.json ('k') | 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'Mac 10.10 Release (Intel)': 'none', 237 'Mac 10.10 Release (Intel)': 'none',
238 'Mac 10.10 Retina Debug (AMD)': 'none', 238 'Mac 10.10 Retina Debug (AMD)': 'none',
239 'Mac 10.10 Retina Release (AMD)': 'none', 239 'Mac 10.10 Retina Release (AMD)': 'none',
240 'Win7 Debug (NVIDIA)': 'none', 240 'Win7 Debug (NVIDIA)': 'none',
241 'Win7 Release (ATI)': 'none', 241 'Win7 Release (ATI)': 'none',
242 'Win7 Release (NVIDIA)': 'none', 242 'Win7 Release (NVIDIA)': 'none',
243 }, 243 },
244 244
245 'chromium.gpu.fyi': { 245 'chromium.gpu.fyi': {
246 # These all use the 'trybot' mixins to ensure that dcheck is on. 246 # These all use the 'trybot' mixins to ensure that dcheck is on.
247 # TODO(kbr): remove the Android Debug bots once the waterfalls
248 # are restarted. crbug.com/617848
247 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot', 249 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot',
248 'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64', 250 'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64',
249 'Android Swarmed Debug (Nexus 5X)': 251 'Android Swarmed Debug (Nexus 5X)':
250 'android_gn_debug_static_trybot_arm64', 252 'android_gn_debug_static_trybot_arm64',
251 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot', 253 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot',
252 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64', 254 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64',
255 'Android Release (Nexus 5)': 'android_gn_release_trybot',
256 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64',
257 'Android Release (Nexus 6)': 'android_gn_release_trybot',
258 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64',
259 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64',
253 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', 260 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
254 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', 261 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
255 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot', 262 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot',
256 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 263 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
257 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 264 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86',
258 'GPU Win Builder (dbg)': 265 'GPU Win Builder (dbg)':
259 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 266 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86',
260 'GPU Win Clang Builder (dbg)': 267 'GPU Win Clang Builder (dbg)':
261 'swarming_gpu_fyi_tests_win_clang_debug_bot', 268 'swarming_gpu_fyi_tests_win_clang_debug_bot',
262 'GPU Win x64 Builder': 269 'GPU Win x64 Builder':
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 ], 1025 ],
1019 1026
1020 'android_gn_release_bot_minimal_symbols': [ 1027 'android_gn_release_bot_minimal_symbols': [
1021 'android', 'gn', 'release_bot_minimal_symbols', 1028 'android', 'gn', 'release_bot_minimal_symbols',
1022 ], 1029 ],
1023 1030
1024 'android_gn_release_trybot': [ 1031 'android_gn_release_trybot': [
1025 'android', 'gn', 'release_trybot', 1032 'android', 'gn', 'release_trybot',
1026 ], 1033 ],
1027 1034
1035 'android_gn_release_trybot_arm64': [
1036 'android', 'gn', 'release_trybot', 'arm64',
1037 ],
1038
1028 'android_without_codecs_gn_release_bot_minimal_symbols': [ 1039 'android_without_codecs_gn_release_bot_minimal_symbols': [
1029 'android_without_codecs', 'gn', 'release_bot_minimal_symbols', 1040 'android_without_codecs', 'gn', 'release_bot_minimal_symbols',
1030 ], 1041 ],
1031 1042
1032 'cast_gn_release_bot': [ 1043 'cast_gn_release_bot': [
1033 'cast', 'gn', 'release_bot', 1044 'cast', 'gn', 'release_bot',
1034 ], 1045 ],
1035 1046
1036 'cast_gn_release_trybot': [ 1047 'cast_gn_release_trybot': [
1037 'cast', 'gn', 'release_trybot', 1048 'cast', 'gn', 'release_trybot',
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
2332 }, 2343 },
2333 2344
2334 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2345 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2335 2346
2336 'drmemory': { 2347 'drmemory': {
2337 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2348 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2338 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2349 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2339 }, 2350 },
2340 }, 2351 },
2341 } 2352 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698