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

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

Issue 2094783003: Flip mac full builders to GN. (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 | « remoting/host/BUILD.gn ('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
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/06/24 14:43:09 I think we need to leave one waterfall on GYP unti
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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'linux_upload_clang': 'gn_release_bot', 781 'linux_upload_clang': 'gn_release_bot',
782 }, 782 },
783 783
784 'tryserver.chromium.mac': { 784 'tryserver.chromium.mac': {
785 'ios-device': 'ios_gyp', 785 'ios-device': 'ios_gyp',
786 'ios-device-gn': 'ios_gn', 786 'ios-device-gn': 'ios_gn',
787 'ios-simulator': 'ios_gyp', 787 'ios-simulator': 'ios_gyp',
788 'ios-simulator-gn': 'ios_gn', 788 'ios-simulator-gn': 'ios_gn',
789 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 789 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
790 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', 790 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot',
791 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_trybot', 791 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip',
792 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 792 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot',
793 'mac_chromium_asan_variable': 'findit', 793 'mac_chromium_asan_variable': 'findit',
794 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 794 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
795 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 795 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
796 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', 796 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot',
797 'mac_chromium_gn_dbg': 'gn_debug_bot', 797 'mac_chromium_gn_dbg': 'gn_debug_bot',
798 'mac_chromium_gn_rel': 'gn_release_trybot', 798 'mac_chromium_gn_rel': 'gn_release_trybot',
799 'mac_chromium_gn_upload': 'gn_release_bot', 799 'mac_chromium_gn_upload': 'gn_release_bot',
800 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 800 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
801 'mac_chromium_variable': 'findit', 801 'mac_chromium_variable': 'findit',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 ], 1416 ],
1417 1417
1418 'noswarming_gn_release_bot_minimal_symbols_x86': [ 1418 'noswarming_gn_release_bot_minimal_symbols_x86': [
1419 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86', 1419 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
1420 ], 1420 ],
1421 1421
1422 'noswarming_gn_release_bot_x64': [ 1422 'noswarming_gn_release_bot_x64': [
1423 'noswarming', 'gn', 'release_bot', 'x64', 1423 'noswarming', 'gn', 'release_bot', 'x64',
1424 ], 1424 ],
1425 1425
1426 'noswarming_gyp_release_bot_mac_strip': [ 1426 'noswarming_gn_release_bot_mac_strip': [
1427 'noswarming', 'gyp', 'release_bot', 'mac_strip', 1427 'noswarming', 'gn', 'release_bot', 'mac_strip',
1428 ],
1429
1430 'noswarming_gn_release_trybot': [
1431 'noswarming', 'gn', 'release_trybot',
1432 ], 1428 ],
1433 1429
1434 'noswarming_gn_release_trybot_x64': [ 1430 'noswarming_gn_release_trybot_x64': [
1435 'noswarming', 'gn', 'release_trybot', 'x64', 1431 'noswarming', 'gn', 'release_trybot', 'x64',
1436 ], 1432 ],
1437 1433
1438 'noswarming_gn_release_trybot_x86': [ 1434 'noswarming_gn_release_trybot_x86': [
1439 'noswarming', 'gn', 'release_trybot', 'x86', 1435 'noswarming', 'gn', 'release_trybot', 'x86',
1440 ], 1436 ],
1441 1437
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 }, 2273 },
2278 2274
2279 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2275 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2280 2276
2281 'drmemory': { 2277 'drmemory': {
2282 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2278 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2283 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2279 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2284 }, 2280 },
2285 }, 2281 },
2286 } 2282 }
OLDNEW
« no previous file with comments | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698