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

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

Issue 2155353002: Try again to flip the official mac builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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',
Robert Sesek 2016/07/18 23:18:58 Did you want to set save_unstripped_output = true
18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', 18 'Win': 'noswarming_gyp_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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'Win7 (32) Tests': 'none', 609 'Win7 (32) Tests': 'none',
610 'Win7 Tests (1)': 'none', 610 'Win7 Tests (1)': 'none',
611 'Win7 Tests (dbg)(1)': 'none', 611 'Win7 Tests (dbg)(1)': 'none',
612 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86', 612 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86',
613 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', 613 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
614 'WinClang64 (dbg)': 'win_clang_debug_bot', 614 'WinClang64 (dbg)': 'win_clang_debug_bot',
615 }, 615 },
616 616
617 'official.desktop': { 617 'official.desktop': {
618 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 618 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
619 'mac64': 'gyp_official', 619 'mac64': 'gn_official',
620 'precise64': 'gn_official', 620 'precise64': 'gn_official',
621 621
622 # Currently the official bots set mini_installer_official_deps=1 622 # Currently the official bots set mini_installer_official_deps=1
623 # but it's not clear if that's actually used anywhere. 623 # but it's not clear if that's actually used anywhere.
624 'win': 'gyp_official', 624 'win': 'gyp_official',
625 'win-asan': 'gyp_official_syzyasan', 625 'win-asan': 'gyp_official_syzyasan',
626 'win-pgo': 'gyp_official_winpgo', 626 'win-pgo': 'gyp_official_winpgo',
627 'win64': 'gyp_official_x64', 627 'win64': 'gyp_official_x64',
628 'win64-pgo': 'gyp_official_winpgo_x64', 628 'win64-pgo': 'gyp_official_winpgo_x64',
629 }, 629 },
630 630
631 'official.desktop.continuous': { 631 'official.desktop.continuous': {
632 'mac beta': 'gyp_official', 632 'mac beta': 'gyp_official',
633 'mac stable': 'gyp_official', 633 'mac stable': 'gyp_official',
634 'mac trunk': 'gyp_official', 634 'mac trunk': 'gn_official',
635 'precise64 beta': 'gn_official', 635 'precise64 beta': 'gn_official',
636 'precise64 stable': 'gn_official', 636 'precise64 stable': 'gn_official',
637 'precise64 trunk': 'gn_official', 637 'precise64 trunk': 'gn_official',
638 'win beta': 'gyp_official_six_concurrent_links', 638 'win beta': 'gyp_official_six_concurrent_links',
639 'win stable': 'gyp_official_six_concurrent_links', 639 'win stable': 'gyp_official_six_concurrent_links',
640 'win trunk': 'gyp_official_six_concurrent_links', 640 'win trunk': 'gyp_official_six_concurrent_links',
641 'win64 trunk': 'gyp_official_x64_six_concurrent_links', 641 'win64 trunk': 'gyp_official_x64_six_concurrent_links',
642 }, 642 },
643 643
644 'tryserver.blink': { 644 'tryserver.blink': {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 }, 785 },
786 786
787 'tryserver.chromium.mac': { 787 'tryserver.chromium.mac': {
788 'ios-device': 'ios_gyp', 788 'ios-device': 'ios_gyp',
789 'ios-device-gn': 'ios_gn', 789 'ios-device-gn': 'ios_gn',
790 'ios-simulator': 'ios_gyp', 790 'ios-simulator': 'ios_gyp',
791 'ios-simulator-cronet': 'ios_gyp', 791 'ios-simulator-cronet': 'ios_gyp',
792 'ios-simulator-gn': 'ios_gn', 792 'ios-simulator-gn': 'ios_gn',
793 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 793 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
794 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', 794 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot',
795 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_bot_mac_strip', 795 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip',
796 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 796 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot',
797 'mac_chromium_asan_variable': 'findit', 797 'mac_chromium_asan_variable': 'findit',
798 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 798 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
799 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 799 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
800 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', 800 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot',
801 'mac_chromium_gyp_dbg': 'swarming_gyp_debug_trybot', 801 'mac_chromium_gyp_dbg': 'swarming_gyp_debug_trybot',
802 'mac_chromium_gyp_rel': 'swarming_gyp_release_trybot', 802 'mac_chromium_gyp_rel': 'swarming_gyp_release_trybot',
803 'mac_chromium_gn_upload': 'gn_release_bot', 803 'mac_chromium_gn_upload': 'gn_release_bot',
804 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 804 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
805 'mac_chromium_variable': 'findit', 805 'mac_chromium_variable': 'findit',
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1435 ], 1435 ],
1436 1436
1437 'noswarming_gyp_release_bot_minimal_symbols_x86': [ 1437 'noswarming_gyp_release_bot_minimal_symbols_x86': [
1438 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1438 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1439 ], 1439 ],
1440 1440
1441 'noswarming_gn_release_bot_x64': [ 1441 'noswarming_gn_release_bot_x64': [
1442 'noswarming', 'gn', 'release_bot', 'x64', 1442 'noswarming', 'gn', 'release_bot', 'x64',
1443 ], 1443 ],
1444 1444
1445 'noswarming_gyp_release_bot_mac_strip': [ 1445 'noswarming_gn_release_bot_mac_strip': [
1446 'noswarming', 'gyp', 'release_bot', 'mac_strip', 1446 'noswarming', 'gn', 'release_bot', 'mac_strip',
1447 ], 1447 ],
1448 1448
1449 'noswarming_gn_release_trybot_x64': [ 1449 'noswarming_gn_release_trybot_x64': [
1450 'noswarming', 'gn', 'release_trybot', 'x64', 1450 'noswarming', 'gn', 'release_trybot', 'x64',
1451 ], 1451 ],
1452 1452
1453 'noswarming_gn_release_trybot_x86': [ 1453 'noswarming_gn_release_trybot_x86': [
1454 'noswarming', 'gn', 'release_trybot', 'x86', 1454 'noswarming', 'gn', 'release_trybot', 'x86',
1455 ], 1455 ],
1456 1456
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2312 }, 2312 },
2313 2313
2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2315 2315
2316 'drmemory': { 2316 'drmemory': {
2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2319 }, 2319 },
2320 }, 2320 },
2321 } 2321 }
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