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

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

Issue 2077233002: Flip Win GPU, Angle builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mb_cleanup
Patch Set: merge 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 | « 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 # These all use the 'trybot' mixins to ensure that dcheck is on. 250 # These all use the 'trybot' mixins to ensure that dcheck is on.
251 'Android Release (Nexus 5)': 'android_gn_release_trybot', 251 'Android Release (Nexus 5)': 'android_gn_release_trybot',
252 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64', 252 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64',
253 'Android Release (Nexus 6)': 'android_gn_release_trybot', 253 'Android Release (Nexus 6)': 'android_gn_release_trybot',
254 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64', 254 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64',
255 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64', 255 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64',
256 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', 256 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
257 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', 257 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
258 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', 258 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
259 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', 259 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
260 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 260 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
261 'GPU Win Builder (dbg)': 261 'GPU Win Builder (dbg)':
262 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 262 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86',
263 'GPU Win Clang Builder (dbg)': 263 'GPU Win Clang Builder (dbg)':
264 'swarming_gpu_fyi_tests_win_clang_debug_bot', 264 'swarming_gpu_fyi_tests_win_clang_debug_bot',
265 'GPU Win x64 Builder': 265 'GPU Win x64 Builder':
266 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', 266 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64',
267 'GPU Win x64 Builder (dbg)': 267 'GPU Win x64 Builder (dbg)':
268 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 268 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64',
269 'Linux ChromiumOS Builder': 269 'Linux ChromiumOS Builder':
270 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot', 270 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot',
271 'Linux Debug (NVIDIA)': 'none', 271 'Linux Debug (NVIDIA)': 'none',
272 'Linux Debug (New Intel)': 'none', 272 'Linux Debug (New Intel)': 'none',
273 'Linux Release (ATI)': 'none', 273 'Linux Release (ATI)': 'none',
274 'Linux Release (NVIDIA GeForce 730)': 'none', 274 'Linux Release (NVIDIA GeForce 730)': 'none',
275 'Linux Release (NVIDIA)': 'none', 275 'Linux Release (NVIDIA)': 'none',
276 'Linux Release (New Intel)': 'none', 276 'Linux Release (New Intel)': 'none',
277 'Mac 10.10 Debug (ATI)': 'none', 277 'Mac 10.10 Debug (ATI)': 'none',
278 'Mac 10.10 Debug (Intel)': 'none', 278 'Mac 10.10 Debug (Intel)': 'none',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 700
701 'tryserver.chromium.angle': { 701 'tryserver.chromium.angle': {
702 'android_angle_rel_ng': 702 'android_angle_rel_ng':
703 'swarming_gpu_fyi_tests_android_gn_release_trybot', 703 'swarming_gpu_fyi_tests_android_gn_release_trybot',
704 'linux_angle_chromeos_rel_ng': 704 'linux_angle_chromeos_rel_ng':
705 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot', 705 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot',
706 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 706 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
707 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 707 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
708 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 708 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
709 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 709 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot',
710 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 710 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86',
711 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 711 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
712 'win_angle_x64_dbg_ng': 712 'win_angle_x64_dbg_ng':
713 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 713 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64',
714 'win_angle_x64_rel_ng': 714 'win_angle_x64_rel_ng':
715 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', 715 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64',
716 }, 716 },
717 717
718 'tryserver.chromium.linux': { 718 'tryserver.chromium.linux': {
719 'blimp_linux_dbg': 719 'blimp_linux_dbg':
720 '//build/args/bots/chromium.linux/blimp_linux_dbg.gn', 720 '//build/args/bots/chromium.linux/blimp_linux_dbg.gn',
721 'Chromium Linux Codesearch Builder': 'codesearch_gn', 721 'Chromium Linux Codesearch Builder': 'codesearch_gn',
722 'ChromiumOS Codesearch Builder': 'codesearch_gn', 722 'ChromiumOS Codesearch Builder': 'codesearch_gn',
723 'cast_shell_linux': 'cast_gn_release_trybot', 723 'cast_shell_linux': 'cast_gn_release_trybot',
724 'chromeos_amd64-generic_variable': 'findit', 724 'chromeos_amd64-generic_variable': 'findit',
725 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 725 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 892 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
893 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 893 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
894 'win_clang': 'win_clang_debug_bot', 894 'win_clang': 'win_clang_debug_bot',
895 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86', 895 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86',
896 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86', 896 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86',
897 'win_clang_x64_dbg': 'win_clang_debug_bot', 897 'win_clang_x64_dbg': 'win_clang_debug_bot',
898 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64', 898 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64',
899 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86', 899 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86',
900 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86', 900 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86',
901 'win_optional_gpu_tests_rel': 901 'win_optional_gpu_tests_rel':
902 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 902 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
903 'win_pgo': 'gyp_official_winpgo', 903 'win_pgo': 'gyp_official_winpgo',
904 'win_upload_clang': 'gn_release_bot', 904 'win_upload_clang': 'gn_release_bot',
905 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', 905 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86',
906 'win_x64_chromium_variable_builder': 'findit', 906 'win_x64_chromium_variable_builder': 'findit',
907 }, 907 },
908 908
909 'tryserver.v8': { 909 'tryserver.v8': {
910 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 910 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
911 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', 911 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64',
912 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 912 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 'swarming_gpu_fyi_tests_gyp_debug_trybot': [ 1639 'swarming_gpu_fyi_tests_gyp_debug_trybot': [
1640 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1640 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1641 'debug_trybot', 1641 'debug_trybot',
1642 ], 1642 ],
1643 1643
1644 'swarming_gpu_fyi_tests_gyp_release_trybot': [ 1644 'swarming_gpu_fyi_tests_gyp_release_trybot': [
1645 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1645 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1646 'release_trybot', 1646 'release_trybot',
1647 ], 1647 ],
1648 1648
1649 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64': [ 1649 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64': [
1650 'swarming', 'gpu_tests', 'angle_deqp_tests', 1650 'swarming', 'gpu_tests', 'angle_deqp_tests',
1651 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x64', 1651 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x64',
1652 ], 1652 ],
1653 1653
1654 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86': [ 1654 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86': [
1655 'swarming', 'gpu_tests', 'angle_deqp_tests', 1655 'swarming', 'gpu_tests', 'angle_deqp_tests',
1656 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x86', 1656 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x86',
1657 ], 1657 ],
1658 1658
1659 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64': [ 1659 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64': [
1660 'swarming', 'gpu_tests', 'angle_deqp_tests', 1660 'swarming', 'gpu_tests', 'angle_deqp_tests',
1661 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x64', 1661 'internal_gles2_conform_tests', 'gn', 'release_trybot', 'x64',
1662 ], 1662 ],
1663 1663
1664 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [ 1664 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86': [
1665 'swarming', 'gpu_tests', 'angle_deqp_tests', 1665 'swarming', 'gpu_tests', 'angle_deqp_tests',
1666 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86', 1666 'internal_gles2_conform_tests', 'gn', 'release_trybot', 'x86',
1667 ], 1667 ],
1668 1668
1669 'swarming_gpu_tests_gn_debug_trybot': [ 1669 'swarming_gpu_tests_gn_debug_trybot': [
1670 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 1670 'swarming', 'gpu_tests', 'gn', 'debug_trybot',
1671 ], 1671 ],
1672 1672
1673 'swarming_gpu_tests_gn_debug_trybot_x86': [ 1673 'swarming_gpu_tests_gn_debug_trybot_x86': [
1674 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86', 1674 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86',
1675 ], 1675 ],
1676 1676
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
2309 }, 2309 },
2310 2310
2311 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2311 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2312 2312
2313 'drmemory': { 2313 'drmemory': {
2314 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2314 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2315 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2315 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2316 }, 2316 },
2317 }, 2317 },
2318 } 2318 }
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