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

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

Issue 2139833002: Flip main remaining Win builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_up_deleted_builders
Patch Set: merge 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_gyp_release_bot_mac_strip',
18 'Win': 'noswarming_gyp_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':
28 'android_cronet_gn_release_bot_minimal_symbols_armv6', 28 'android_cronet_gn_release_bot_minimal_symbols_armv6',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'Win 7 x64 Perf (1)': 'none', 502 'Win 7 x64 Perf (1)': 'none',
503 'Win 7 x64 Perf (2)': 'none', 503 'Win 7 x64 Perf (2)': 'none',
504 'Win 7 x64 Perf (3)': 'none', 504 'Win 7 x64 Perf (3)': 'none',
505 'Win 7 x64 Perf (4)': 'none', 505 'Win 7 x64 Perf (4)': 'none',
506 'Win 7 x64 Perf (5)': 'none', 506 'Win 7 x64 Perf (5)': 'none',
507 'Win 8 Perf (1)': 'none', 507 'Win 8 Perf (1)': 'none',
508 'Win 8 Perf (2)': 'none', 508 'Win 8 Perf (2)': 'none',
509 'Win 8 Perf (3)': 'none', 509 'Win 8 Perf (3)': 'none',
510 'Win 8 Perf (4)': 'none', 510 'Win 8 Perf (4)': 'none',
511 'Win 8 Perf (5)': 'none', 511 'Win 8 Perf (5)': 'none',
512 'Win Builder': 'gyp_official_goma_minimal_symbols_x86', 512 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
513 'Win Zenbook Perf (1)': 'none', 513 'Win Zenbook Perf (1)': 'none',
514 'Win Zenbook Perf (2)': 'none', 514 'Win Zenbook Perf (2)': 'none',
515 'Win Zenbook Perf (3)': 'none', 515 'Win Zenbook Perf (3)': 'none',
516 'Win Zenbook Perf (4)': 'none', 516 'Win Zenbook Perf (4)': 'none',
517 'Win Zenbook Perf (5)': 'none', 517 'Win Zenbook Perf (5)': 'none',
518 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', 518 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64',
519 }, 519 },
520 520
521 'client.v8.fyi': { 521 'client.v8.fyi': {
522 'Android Builder': 'gn_official_goma_minimal_symbols_android', 522 'Android Builder': 'gn_official_goma_minimal_symbols_android',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'WinClang64 (dbg)': 'win_clang_debug_bot', 610 'WinClang64 (dbg)': 'win_clang_debug_bot',
611 }, 611 },
612 612
613 'official.desktop': { 613 'official.desktop': {
614 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 614 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
615 'mac64': 'gyp_official', 615 'mac64': 'gyp_official',
616 'precise64': 'gn_official', 616 'precise64': 'gn_official',
617 617
618 # Currently the official bots set mini_installer_official_deps=1 618 # Currently the official bots set mini_installer_official_deps=1
619 # but it's not clear if that's actually used anywhere. 619 # but it's not clear if that's actually used anywhere.
620 'win': 'gyp_official', 620 'win': 'gn_official',
621 'win-asan': 'gyp_official_syzyasan', 621 'win-asan': 'gyp_official_syzyasan',
622 'win-pgo': 'gyp_official_winpgo', 622 'win-pgo': 'gyp_official_winpgo',
623 'win64': 'gyp_official_x64', 623 'win64': 'gn_official_x64',
624 'win64-pgo': 'gyp_official_winpgo_x64', 624 'win64-pgo': 'gyp_official_winpgo_x64',
625 }, 625 },
626 626
627 'official.desktop.continuous': { 627 'official.desktop.continuous': {
628 'mac beta': 'gyp_official', 628 'mac beta': 'gyp_official',
629 'mac stable': 'gyp_official', 629 'mac stable': 'gyp_official',
630 'mac trunk': 'gyp_official', 630 'mac trunk': 'gyp_official',
631 'precise64 beta': 'gn_official', 631 'precise64 beta': 'gn_official',
632 'precise64 stable': 'gn_official', 632 'precise64 stable': 'gn_official',
633 'precise64 trunk': 'gn_official', 633 'precise64 trunk': 'gn_official',
634 'win beta': 'gyp_official_six_concurrent_links', 634 'win beta': 'gyp_official_six_concurrent_links',
635 'win stable': 'gyp_official_six_concurrent_links', 635 'win stable': 'gyp_official_six_concurrent_links',
636 'win trunk': 'gyp_official_six_concurrent_links', 636 'win trunk': 'gn_official_six_concurrent_links',
637 }, 637 },
638 638
639 'tryserver.blink': { 639 'tryserver.blink': {
640 # Most tryservers should have '_trybot' in their config names, but 640 # Most tryservers should have '_trybot' in their config names, but
641 # 'release_trybot' includes 'dcheck_always_on', and the blink 641 # 'release_trybot' includes 'dcheck_always_on', and the blink
642 # release trybots must *not* enable dchecks, because that could 642 # release trybots must *not* enable dchecks, because that could
643 # cause them to produce different baselines than the release 643 # cause them to produce different baselines than the release
644 # waterfall bots, and run-webkit-tests can't handle that (by design). 644 # waterfall bots, and run-webkit-tests can't handle that (by design).
645 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', 645 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot',
646 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', 646 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 ], 1133 ],
1134 1134
1135 'gn_official_goma_minimal_symbols_x64': [ 1135 'gn_official_goma_minimal_symbols_x64': [
1136 'gn', 'official', 'goma', 'minimal_symbols', 'x64', 1136 'gn', 'official', 'goma', 'minimal_symbols', 'x64',
1137 ], 1137 ],
1138 1138
1139 'gn_official_goma_minimal_symbols_x86': [ 1139 'gn_official_goma_minimal_symbols_x86': [
1140 'gn', 'official', 'goma', 'minimal_symbols', 'x86', 1140 'gn', 'official', 'goma', 'minimal_symbols', 'x86',
1141 ], 1141 ],
1142 1142
1143 'gyp_official_goma_minimal_symbols_x86': [
1144 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
1145 ],
1146
1147 'gn_release_bot': [ 1143 'gn_release_bot': [
1148 'gn', 'release_bot', 1144 'gn', 'release_bot',
1149 ], 1145 ],
1150 1146
1151 'gn_release_bot_chrome_with_codecs': [ 1147 'gn_release_bot_chrome_with_codecs': [
1152 'gn', 'release_bot', 'chrome_with_codecs', 1148 'gn', 'release_bot', 'chrome_with_codecs',
1153 ], 1149 ],
1154 1150
1155 'gn_release_bot_minimal_symbols_chrome_with_codecs': [ 1151 'gn_release_bot_minimal_symbols_chrome_with_codecs': [
1156 'gn', 'release_bot_minimal_symbols', 'chrome_with_codecs', 1152 'gn', 'release_bot_minimal_symbols', 'chrome_with_codecs',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 ], 1313 ],
1318 1314
1319 'gn_official_goma_chromeos': [ 1315 'gn_official_goma_chromeos': [
1320 'gn', 'official', 'goma', 'chromeos', 1316 'gn', 'official', 'goma', 'chromeos',
1321 ], 1317 ],
1322 1318
1323 'gyp_official_syzyasan': [ 1319 'gyp_official_syzyasan': [
1324 'gyp', 'official', 'syzyasan', 1320 'gyp', 'official', 'syzyasan',
1325 ], 1321 ],
1326 1322
1323 'gn_official_six_concurrent_links': [
1324 'gn', 'official', 'six_concurrent_links',
1325 ],
1326
1327 'gyp_official_six_concurrent_links': [ 1327 'gyp_official_six_concurrent_links': [
1328 'gyp', 'official', 'six_concurrent_links', 1328 'gyp', 'official', 'six_concurrent_links',
1329 ], 1329 ],
1330 1330
1331 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs 1331 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs
1332 # to invoke GYP/GN twice, with two different sets of flags, apparently. 1332 # to invoke GYP/GN twice, with two different sets of flags, apparently.
1333 'gyp_official_winpgo': [ 1333 'gyp_official_winpgo': [
1334 'gyp', 'error', 1334 'gyp', 'error',
1335 ], 1335 ],
1336 1336
1337 'gyp_official_winpgo_x64': [ 1337 'gyp_official_winpgo_x64': [
1338 'gyp', 'error', 'x64', 1338 'gyp', 'error', 'x64',
1339 ], 1339 ],
1340 1340
1341 'gyp_official_x64': [ 1341 'gn_official_x64': [
1342 'gyp', 'official', 'x64', 1342 'gn', 'official', 'x64',
1343 ], 1343 ],
1344 1344
1345 'gyp_release_bot': [ 1345 'gyp_release_bot': [
1346 'gyp', 'release_bot', 1346 'gyp', 'release_bot',
1347 ], 1347 ],
1348 1348
1349 'gyp_release_bot_minimal_symbols_x86': [ 1349 'gyp_release_bot_minimal_symbols_x86': [
1350 'gyp', 'release_bot_minimal_symbols', 'x86' 1350 'gyp', 'release_bot_minimal_symbols', 'x86'
1351 ], 1351 ],
1352 1352
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 ], 1410 ],
1411 1411
1412 'noswarming_gn_release_bot_minimal_symbols_x64': [ 1412 'noswarming_gn_release_bot_minimal_symbols_x64': [
1413 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64', 1413 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x64',
1414 ], 1414 ],
1415 1415
1416 'noswarming_gn_release_bot_minimal_symbols_x86': [ 1416 'noswarming_gn_release_bot_minimal_symbols_x86': [
1417 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86', 1417 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
1418 ], 1418 ],
1419 1419
1420 'noswarming_gyp_release_bot_minimal_symbols_x86': [
1421 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1422 ],
1423
1424 'noswarming_gn_release_bot_x64': [ 1420 'noswarming_gn_release_bot_x64': [
1425 'noswarming', 'gn', 'release_bot', 'x64', 1421 'noswarming', 'gn', 'release_bot', 'x64',
1426 ], 1422 ],
1427 1423
1428 'noswarming_gn_release_bot_mac_strip': [ 1424 'noswarming_gn_release_bot_mac_strip': [
1429 'noswarming', 'gn', 'release_bot', 'mac_strip', 1425 'noswarming', 'gn', 'release_bot', 'mac_strip',
1430 ], 1426 ],
1431 1427
1432 'noswarming_gyp_release_bot_mac_strip': [ 1428 'noswarming_gyp_release_bot_mac_strip': [
1433 'noswarming', 'gyp', 'release_bot', 'mac_strip', 1429 'noswarming', 'gyp', 'release_bot', 'mac_strip',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2303 }, 2299 },
2304 2300
2305 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2306 2302
2307 'drmemory': { 2303 'drmemory': {
2308 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2309 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2310 }, 2306 },
2311 }, 2307 },
2312 } 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