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

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

Issue 2187613004: Try again to flip official win builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'Win 7 x64 Perf (1)': 'none', 530 'Win 7 x64 Perf (1)': 'none',
531 'Win 7 x64 Perf (2)': 'none', 531 'Win 7 x64 Perf (2)': 'none',
532 'Win 7 x64 Perf (3)': 'none', 532 'Win 7 x64 Perf (3)': 'none',
533 'Win 7 x64 Perf (4)': 'none', 533 'Win 7 x64 Perf (4)': 'none',
534 'Win 7 x64 Perf (5)': 'none', 534 'Win 7 x64 Perf (5)': 'none',
535 'Win 8 Perf (1)': 'none', 535 'Win 8 Perf (1)': 'none',
536 'Win 8 Perf (2)': 'none', 536 'Win 8 Perf (2)': 'none',
537 'Win 8 Perf (3)': 'none', 537 'Win 8 Perf (3)': 'none',
538 'Win 8 Perf (4)': 'none', 538 'Win 8 Perf (4)': 'none',
539 'Win 8 Perf (5)': 'none', 539 'Win 8 Perf (5)': 'none',
540 'Win Builder': 'gyp_official_goma_minimal_symbols_x86', 540 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
541 'Win Zenbook Perf (1)': 'none', 541 'Win Zenbook Perf (1)': 'none',
542 'Win Zenbook Perf (2)': 'none', 542 'Win Zenbook Perf (2)': 'none',
543 'Win Zenbook Perf (3)': 'none', 543 'Win Zenbook Perf (3)': 'none',
544 'Win Zenbook Perf (4)': 'none', 544 'Win Zenbook Perf (4)': 'none',
545 'Win Zenbook Perf (5)': 'none', 545 'Win Zenbook Perf (5)': 'none',
546 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', 546 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64',
547 }, 547 },
548 548
549 'client.v8.fyi': { 549 'client.v8.fyi': {
550 'Android Builder': 'gn_official_goma_minimal_symbols_android', 550 'Android Builder': 'gn_official_goma_minimal_symbols_android',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'WinClang64 (dbg)': 'win_clang_debug_bot', 634 'WinClang64 (dbg)': 'win_clang_debug_bot',
635 }, 635 },
636 636
637 'official.desktop': { 637 'official.desktop': {
638 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 638 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
639 'mac64': 'gn_official', 639 'mac64': 'gn_official',
640 'precise64': 'gn_official', 640 'precise64': 'gn_official',
641 641
642 # Currently the official bots set mini_installer_official_deps=1 642 # Currently the official bots set mini_installer_official_deps=1
643 # but it's not clear if that's actually used anywhere. 643 # but it's not clear if that's actually used anywhere.
644 'win': 'gyp_official', 644 'win': 'gn_official',
645 'win-asan': 'gyp_official_syzyasan', 645 'win-asan': 'gyp_official_syzyasan',
646 'win-pgo': [ 646 'win-pgo': [
647 'gyp_official_chrome_pgo_phase_1_x86', 647 'gyp_official_chrome_pgo_phase_1_x86',
648 'gyp_official_chrome_pgo_phase_2_x86', 648 'gyp_official_chrome_pgo_phase_2_x86',
649 ], 649 ],
650 'win64': 'gyp_official_x64', 650 'win64': 'gn_official_x64',
651 'win64-pgo': [ 651 'win64-pgo': [
652 'gyp_official_chrome_pgo_phase_1_x64', 652 'gyp_official_chrome_pgo_phase_1_x64',
653 'gyp_official_chrome_pgo_phase_2_x64', 653 'gyp_official_chrome_pgo_phase_2_x64',
654 ], 654 ],
655 }, 655 },
656 656
657 'official.desktop.continuous': { 657 'official.desktop.continuous': {
658 'mac beta': 'gyp_official', 658 'mac beta': 'gyp_official',
659 'mac stable': 'gyp_official', 659 'mac stable': 'gyp_official',
660 'mac trunk': 'gn_official', 660 'mac trunk': 'gn_official',
661 'precise64 beta': 'gn_official', 661 'precise64 beta': 'gn_official',
662 'precise64 stable': 'gn_official', 662 'precise64 stable': 'gn_official',
663 'precise64 trunk': 'gn_official', 663 'precise64 trunk': 'gn_official',
664 'win beta': 'gyp_official_six_concurrent_links', 664 'win beta': 'gn_official_six_concurrent_links',
665 'win stable': 'gyp_official_six_concurrent_links', 665 'win stable': 'gn_official_six_concurrent_links',
666 'win trunk': 'gyp_official_six_concurrent_links', 666 'win trunk': 'gn_official_six_concurrent_links',
667 'win64 trunk': 'gyp_official_x64_six_concurrent_links', 667 'win64 trunk': 'gn_official_x64_six_concurrent_links',
668 }, 668 },
669 669
670 'tryserver.blink': { 670 'tryserver.blink': {
671 # Most tryservers should have '_trybot' in their config names, but 671 # Most tryservers should have '_trybot' in their config names, but
672 # 'release_trybot' includes 'dcheck_always_on', and the blink 672 # 'release_trybot' includes 'dcheck_always_on', and the blink
673 # release trybots must *not* enable dchecks, because that could 673 # release trybots must *not* enable dchecks, because that could
674 # cause them to produce different baselines than the release 674 # cause them to produce different baselines than the release
675 # waterfall bots, and run-webkit-tests can't handle that (by design). 675 # waterfall bots, and run-webkit-tests can't handle that (by design).
676 'linux_precise_blink_compile_dbg': 'swarming_gn_debug_trybot', 676 'linux_precise_blink_compile_dbg': 'swarming_gn_debug_trybot',
677 'linux_precise_blink_compile_rel': 677 'linux_precise_blink_compile_rel':
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 ], 1186 ],
1187 1187
1188 'gn_official_goma_minimal_symbols_x64': [ 1188 'gn_official_goma_minimal_symbols_x64': [
1189 'gn', 'official', 'goma', 'minimal_symbols', 'x64', 1189 'gn', 'official', 'goma', 'minimal_symbols', 'x64',
1190 ], 1190 ],
1191 1191
1192 'gn_official_goma_minimal_symbols_x86': [ 1192 'gn_official_goma_minimal_symbols_x86': [
1193 'gn', 'official', 'goma', 'minimal_symbols', 'x86', 1193 'gn', 'official', 'goma', 'minimal_symbols', 'x86',
1194 ], 1194 ],
1195 1195
1196 'gyp_official_goma_minimal_symbols_x86': [ 1196 'gn_official_goma_minimal_symbols_x86': [
1197 'gyp', 'official', 'goma', 'minimal_symbols', 'x86', 1197 'gn', 'official', 'goma', 'minimal_symbols', 'x86',
1198 ], 1198 ],
1199 1199
1200 'gn_release_bot': [ 1200 'gn_release_bot': [
1201 'gn', 'release_bot', 1201 'gn', 'release_bot',
1202 ], 1202 ],
1203 1203
1204 'gn_release_bot_chrome_with_codecs': [ 1204 'gn_release_bot_chrome_with_codecs': [
1205 'gn', 'release_bot', 'chrome_with_codecs', 1205 'gn', 'release_bot', 'chrome_with_codecs',
1206 ], 1206 ],
1207 1207
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ], 1350 ],
1351 1351
1352 'gn_official_goma_chromeos': [ 1352 'gn_official_goma_chromeos': [
1353 'gn', 'official', 'goma', 'chromeos', 1353 'gn', 'official', 'goma', 'chromeos',
1354 ], 1354 ],
1355 1355
1356 'gyp_official_syzyasan': [ 1356 'gyp_official_syzyasan': [
1357 'gyp', 'official', 'syzyasan', 1357 'gyp', 'official', 'syzyasan',
1358 ], 1358 ],
1359 1359
1360 'gyp_official_six_concurrent_links': [ 1360 'gn_official_six_concurrent_links': [
1361 'gyp', 'official', 'six_concurrent_links', 1361 'gn', 'official', 'six_concurrent_links',
1362 ], 1362 ],
1363 1363
1364 'gyp_official_chrome_pgo_phase_1_x64': [ 1364 'gyp_official_chrome_pgo_phase_1_x64': [
1365 'gyp', 'official', 'chrome_pgo_phase_1', 'x64', 1365 'gyp', 'official', 'chrome_pgo_phase_1', 'x64',
1366 ], 1366 ],
1367 1367
1368 'gyp_official_chrome_pgo_phase_2_x64': [ 1368 'gyp_official_chrome_pgo_phase_2_x64': [
1369 'gyp', 'official', 'chrome_pgo_phase_2', 'x64', 1369 'gyp', 'official', 'chrome_pgo_phase_2', 'x64',
1370 ], 1370 ],
1371 1371
(...skipping 14 matching lines...) Expand all
1386 ], 1386 ],
1387 1387
1388 'gyp_official_optimize_chrome_pgo_phase_1_x86': [ 1388 'gyp_official_optimize_chrome_pgo_phase_1_x86': [
1389 'gyp', 'official_optimize', 'chrome_pgo_phase_1', 'x86', 1389 'gyp', 'official_optimize', 'chrome_pgo_phase_1', 'x86',
1390 ], 1390 ],
1391 1391
1392 'gyp_official_optimize_chrome_pgo_phase_2_x86': [ 1392 'gyp_official_optimize_chrome_pgo_phase_2_x86': [
1393 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x86', 1393 'gyp', 'official_optimize', 'chrome_pgo_phase_2', 'x86',
1394 ], 1394 ],
1395 1395
1396 'gyp_official_x64': [ 1396 'gn_official_x64': [
1397 'gyp', 'official', 'x64', 1397 'gn', 'official', 'x64',
1398 ], 1398 ],
1399 1399
1400 'gyp_official_x64_six_concurrent_links': [ 1400 'gn_official_x64_six_concurrent_links': [
1401 'gyp', 'official', 'x64', 'six_concurrent_links', 1401 'gn', 'official', 'x64', 'six_concurrent_links',
1402 ], 1402 ],
1403 1403
1404 'gn_release_trybot_x86': [ 1404 'gn_release_trybot_x86': [
1405 'gn', 'release_trybot', 'x86', 1405 'gn', 'release_trybot', 'x86',
1406 ], 1406 ],
1407 1407
1408 'gn_shared_release_bot_minimal_symbols_x86': [ 1408 'gn_shared_release_bot_minimal_symbols_x86': [
1409 'gn', 'shared_release_bot', 'minimal_symbols', 'x86', 1409 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
1410 ], 1410 ],
1411 1411
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 }, 2363 },
2364 2364
2365 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2365 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2366 2366
2367 'drmemory': { 2367 'drmemory': {
2368 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2368 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2369 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2369 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2370 }, 2370 },
2371 }, 2371 },
2372 } 2372 }
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