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

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

Issue 2084253002: Flip more Mac builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_most_cros
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
11 # include a configuration with 'chrome_with_codecs' since these builders 11 # include a configuration with 'chrome_with_codecs' since these builders
12 # generated publicly advertised non-Official builds which are not allowed 12 # generated publicly advertised non-Official builds which are not allowed
13 # to have proprietary codecs enabled. 13 # to have proprietary codecs enabled.
14 'chromium': { 14 'chromium': {
15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
16 'Linux x64': 'noswarming_gn_release_bot', 16 'Linux x64': 'noswarming_gn_release_bot',
17 'Mac': 'noswarming_gyp_release_bot_mac_strip', 17 'Mac': 'noswarming_gn_release_bot_mac_strip',
18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86', 18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
20 }, 20 },
21 21
22 'chromium.android': { 22 'chromium.android': {
23 'Android Cronet ARM64 Builder': 23 'Android Cronet ARM64 Builder':
24 'android_cronet_gn_release_bot_minimal_symbols_arm64', 24 'android_cronet_gn_release_bot_minimal_symbols_arm64',
25 'Android Cronet ARM64 Builder (dbg)': 25 'Android Cronet ARM64 Builder (dbg)':
26 'android_cronet_gn_debug_static_bot_arm64', 26 'android_cronet_gn_debug_static_bot_arm64',
27 'Android Cronet ARMv6 Builder': 27 'Android Cronet ARMv6 Builder':
(...skipping 28 matching lines...) Expand all
56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot', 56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot',
57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot',
58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot',
59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64',
60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot',
61 }, 61 },
62 62
63 'chromium.chrome': { 63 'chromium.chrome': {
64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', 64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos',
65 'Google Chrome Linux x64': 'gn_official_goma', 65 'Google Chrome Linux x64': 'gn_official_goma',
66 'Google Chrome Mac': 'gyp_official_goma', 66 'Google Chrome Mac': 'gn_official_goma',
67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', 67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86',
68 }, 68 },
69 69
70 'chromium.chromiumos': { 70 'chromium.chromiumos': {
71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn',
73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn',
74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot',
75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot',
76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', 76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'Mac 10.10 Perf (1)': 'none', 457 'Mac 10.10 Perf (1)': 'none',
458 'Mac 10.10 Perf (2)': 'none', 458 'Mac 10.10 Perf (2)': 'none',
459 'Mac 10.10 Perf (3)': 'none', 459 'Mac 10.10 Perf (3)': 'none',
460 'Mac 10.10 Perf (4)': 'none', 460 'Mac 10.10 Perf (4)': 'none',
461 'Mac 10.10 Perf (5)': 'none', 461 'Mac 10.10 Perf (5)': 'none',
462 'Mac 10.11 Perf (1)': 'none', 462 'Mac 10.11 Perf (1)': 'none',
463 'Mac 10.11 Perf (2)': 'none', 463 'Mac 10.11 Perf (2)': 'none',
464 'Mac 10.11 Perf (3)': 'none', 464 'Mac 10.11 Perf (3)': 'none',
465 'Mac 10.11 Perf (4)': 'none', 465 'Mac 10.11 Perf (4)': 'none',
466 'Mac 10.11 Perf (5)': 'none', 466 'Mac 10.11 Perf (5)': 'none',
467 'Mac Builder': 'gyp_official_goma', 467 'Mac Builder': 'gn_official_goma',
468 'Mac HDD Perf (1)': 'none', 468 'Mac HDD Perf (1)': 'none',
469 'Mac HDD Perf (2)': 'none', 469 'Mac HDD Perf (2)': 'none',
470 'Mac HDD Perf (3)': 'none', 470 'Mac HDD Perf (3)': 'none',
471 'Mac HDD Perf (4)': 'none', 471 'Mac HDD Perf (4)': 'none',
472 'Mac HDD Perf (5)': 'none', 472 'Mac HDD Perf (5)': 'none',
473 'Mac Retina Perf (1)': 'none', 473 'Mac Retina Perf (1)': 'none',
474 'Mac Retina Perf (2)': 'none', 474 'Mac Retina Perf (2)': 'none',
475 'Mac Retina Perf (3)': 'none', 475 'Mac Retina Perf (3)': 'none',
476 'Mac Retina Perf (4)': 'none', 476 'Mac Retina Perf (4)': 'none',
477 'Mac Retina Perf (5)': 'none', 477 'Mac Retina Perf (5)': 'none',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'swarming_gpu_fyi_tests_gn_release_trybot', 789 'swarming_gpu_fyi_tests_gn_release_trybot',
790 'linux_site_isolation': 'gn_release_trybot', 790 'linux_site_isolation': 'gn_release_trybot',
791 'linux_upload_clang': 'gn_release_bot', 791 'linux_upload_clang': 'gn_release_bot',
792 }, 792 },
793 793
794 'tryserver.chromium.mac': { 794 'tryserver.chromium.mac': {
795 'ios-device': 'ios_gyp', 795 'ios-device': 'ios_gyp',
796 'ios-device-gn': 'ios_gn', 796 'ios-device-gn': 'ios_gn',
797 'ios-simulator': 'ios_gyp', 797 'ios-simulator': 'ios_gyp',
798 'ios-simulator-gn': 'ios_gn', 798 'ios-simulator-gn': 'ios_gn',
799 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 799 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
800 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', 800 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot',
801 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_trybot', 801 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_trybot',
802 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 802 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot',
803 'mac_chromium_asan_variable': 'findit', 803 'mac_chromium_asan_variable': 'findit',
804 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 804 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
805 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 805 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
806 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', 806 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot',
807 'mac_chromium_gn_dbg': 'gn_debug_bot', 807 'mac_chromium_gn_dbg': 'gn_debug_bot',
808 'mac_chromium_gn_rel': 'gn_release_trybot', 808 'mac_chromium_gn_rel': 'gn_release_trybot',
809 'mac_chromium_gn_upload': 'gn_release_bot', 809 'mac_chromium_gn_upload': 'gn_release_bot',
810 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 810 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
811 'mac_chromium_variable': 'findit', 811 'mac_chromium_variable': 'findit',
812 'mac_chromium_variable_10.10': 'findit', 812 'mac_chromium_variable_10.10': 'findit',
813 'mac_chromium_variable_10.10_layout': 'findit', 813 'mac_chromium_variable_10.10_layout': 'findit',
814 'mac_chromium_variable_10.11': 'findit', 814 'mac_chromium_variable_10.11': 'findit',
815 'mac_chromium_variable_10.11_layout': 'findit', 815 'mac_chromium_variable_10.11_layout': 'findit',
816 'mac_chromium_variable_archive': 'findit', 816 'mac_chromium_variable_archive': 'findit',
817 'mac_chromium_variable_chrome': 'findit', 817 'mac_chromium_variable_chrome': 'findit',
818 'mac_chromium_variable_gn': 'findit', 818 'mac_chromium_variable_gn': 'findit',
819 'mac_chromium_variable_layout': 'findit', 819 'mac_chromium_variable_layout': 'findit',
820 'mac_nacl_sdk': 'gyp_release_bot', 820 'mac_nacl_sdk': 'gn_release_bot',
821 'mac_nacl_sdk_build': 'gyp_release_bot', 821 'mac_nacl_sdk_build': 'gn_release_bot',
822 'mac_optional_gpu_tests_rel': 822 'mac_optional_gpu_tests_rel': 'swarming_gpu_fyi_tests_gn_release_trybot',
823 'swarming_gpu_fyi_tests_gyp_release_trybot',
824 'mac_upload_clang': 'gn_release_bot', 823 'mac_upload_clang': 'gn_release_bot',
825 }, 824 },
826 825
827 'tryserver.chromium.perf': { 826 'tryserver.chromium.perf': {
828 'android_arm64_perf_bisect_builder': 827 'android_arm64_perf_bisect_builder':
829 'gn_official_goma_minimal_symbols_android_arm64', 828 'gn_official_goma_minimal_symbols_android_arm64',
830 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android', 829 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android',
831 'android_nexus5X_perf_bisect': 830 'android_nexus5X_perf_bisect':
832 'gn_official_goma_minimal_symbols_android', 831 'gn_official_goma_minimal_symbols_android',
833 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android', 832 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 ], 1426 ],
1428 1427
1429 'noswarming_gn_release_bot_minimal_symbols_x86': [ 1428 'noswarming_gn_release_bot_minimal_symbols_x86': [
1430 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86', 1429 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
1431 ], 1430 ],
1432 1431
1433 'noswarming_gn_release_bot_x64': [ 1432 'noswarming_gn_release_bot_x64': [
1434 'noswarming', 'gn', 'release_bot', 'x64', 1433 'noswarming', 'gn', 'release_bot', 'x64',
1435 ], 1434 ],
1436 1435
1437 'noswarming_gyp_release_bot_mac_strip': [ 1436 'noswarming_gn_release_bot_mac_strip': [
1438 'noswarming', 'gyp', 'release_bot', 'mac_strip', 1437 'noswarming', 'gn', 'release_bot', 'mac_strip',
1439 ], 1438 ],
1440 1439
1441 'noswarming_gyp_release_trybot': [ 1440 'noswarming_gn_release_trybot': [
1442 'noswarming', 'gyp', 'release_trybot', 1441 'noswarming', 'gn', 'release_trybot',
1443 ], 1442 ],
1444 1443
1445 'noswarming_gn_release_trybot_x64': [ 1444 'noswarming_gn_release_trybot_x64': [
1446 'noswarming', 'gn', 'release_trybot', 'x64', 1445 'noswarming', 'gn', 'release_trybot', 'x64',
1447 ], 1446 ],
1448 1447
1449 'noswarming_gn_release_trybot_x86': [ 1448 'noswarming_gn_release_trybot_x86': [
1450 'noswarming', 'gn', 'release_trybot', 'x86', 1449 'noswarming', 'gn', 'release_trybot', 'x86',
1451 ], 1450 ],
1452 1451
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 ], 1685 ],
1687 1686
1688 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1687 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1689 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1688 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1690 ], 1689 ],
1691 1690
1692 'swarming_gpu_tests_gyp_release_bot_x86': [ 1691 'swarming_gpu_tests_gyp_release_bot_x86': [
1693 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1692 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1694 ], 1693 ],
1695 1694
1696 'swarming_gpu_tests_gyp_release_trybot': [
1697 'swarming', 'gpu_tests', 'gyp', 'release_trybot',
1698 ],
1699
1700 ('swarming_gyp_asan_clang_edge_fuzzer' 1695 ('swarming_gyp_asan_clang_edge_fuzzer'
1701 '_static_v8_heap_x86_full_symbols_release'): [ 1696 '_static_v8_heap_x86_full_symbols_release'): [
1702 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1697 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1703 'v8_heap', 'full_symbols', 'release', 1698 'v8_heap', 'full_symbols', 'release',
1704 ], 1699 ],
1705 1700
1706 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1701 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
1707 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1702 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
1708 'full_symbols', 'release', 1703 'full_symbols', 'release',
1709 ], 1704 ],
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2304 }, 2299 },
2305 2300
2306 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2307 2302
2308 'drmemory': { 2303 'drmemory': {
2309 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2310 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2311 }, 2306 },
2312 }, 2307 },
2313 } 2308 }
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