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

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

Issue 2192393003: Reland of Try yet 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'Win 7 x64 Perf (1)': 'none', 533 'Win 7 x64 Perf (1)': 'none',
534 'Win 7 x64 Perf (2)': 'none', 534 'Win 7 x64 Perf (2)': 'none',
535 'Win 7 x64 Perf (3)': 'none', 535 'Win 7 x64 Perf (3)': 'none',
536 'Win 7 x64 Perf (4)': 'none', 536 'Win 7 x64 Perf (4)': 'none',
537 'Win 7 x64 Perf (5)': 'none', 537 'Win 7 x64 Perf (5)': 'none',
538 'Win 8 Perf (1)': 'none', 538 'Win 8 Perf (1)': 'none',
539 'Win 8 Perf (2)': 'none', 539 'Win 8 Perf (2)': 'none',
540 'Win 8 Perf (3)': 'none', 540 'Win 8 Perf (3)': 'none',
541 'Win 8 Perf (4)': 'none', 541 'Win 8 Perf (4)': 'none',
542 'Win 8 Perf (5)': 'none', 542 'Win 8 Perf (5)': 'none',
543 'Win Builder': 'gyp_official_goma_minimal_symbols_x86', 543 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
544 'Win Zenbook Perf (1)': 'none', 544 'Win Zenbook Perf (1)': 'none',
545 'Win Zenbook Perf (2)': 'none', 545 'Win Zenbook Perf (2)': 'none',
546 'Win Zenbook Perf (3)': 'none', 546 'Win Zenbook Perf (3)': 'none',
547 'Win Zenbook Perf (4)': 'none', 547 'Win Zenbook Perf (4)': 'none',
548 'Win Zenbook Perf (5)': 'none', 548 'Win Zenbook Perf (5)': 'none',
549 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', 549 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64',
550 }, 550 },
551 551
552 'client.v8.fyi': { 552 'client.v8.fyi': {
553 'Android Builder': 'gn_official_goma_minimal_symbols_android', 553 'Android Builder': 'gn_official_goma_minimal_symbols_android',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'Windows Dev': 'swarming_gn_debug_bot_minimal_symbols_x64', 644 'Windows Dev': 'swarming_gn_debug_bot_minimal_symbols_x64',
645 }, 645 },
646 646
647 'official.desktop': { 647 'official.desktop': {
648 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 648 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
649 'mac64': 'gn_official', 649 'mac64': 'gn_official',
650 'precise64': 'gn_official', 650 'precise64': 'gn_official',
651 651
652 # Currently the official bots set mini_installer_official_deps=1 652 # Currently the official bots set mini_installer_official_deps=1
653 # but it's not clear if that's actually used anywhere. 653 # but it's not clear if that's actually used anywhere.
654 'win': 'gyp_official', 654 'win': 'gn_official_x86',
655 'win-asan': 'gn_official_syzyasan_x86', 655 'win-asan': 'gn_official_syzyasan_x86',
656 'win-pgo': [ 656 'win-pgo': [
657 'gn_official_chrome_pgo_phase_1_x86', 657 'gn_official_chrome_pgo_phase_1_x86',
658 'gn_official_chrome_pgo_phase_2_x86', 658 'gn_official_chrome_pgo_phase_2_x86',
659 ], 659 ],
660 'win64': 'gyp_official_x64', 660 'win64': 'gn_official_x64',
661 'win64-pgo': [ 661 'win64-pgo': [
662 'gn_official_chrome_pgo_phase_1_x64', 662 'gn_official_chrome_pgo_phase_1_x64',
663 'gn_official_chrome_pgo_phase_2_x64', 663 'gn_official_chrome_pgo_phase_2_x64',
664 ], 664 ],
665 }, 665 },
666 666
667 'official.desktop.continuous': { 667 'official.desktop.continuous': {
668 'mac beta': 'gyp_official', 668 'mac beta': 'gyp_official',
669 'mac stable': 'gyp_official', 669 'mac stable': 'gyp_official',
670 'mac trunk': 'gn_official', 670 'mac trunk': 'gn_official',
671 'precise64 beta': 'gn_official', 671 'precise64 beta': 'gn_official',
672 'precise64 stable': 'gn_official', 672 'precise64 stable': 'gn_official',
673 'precise64 trunk': 'gn_official', 673 'precise64 trunk': 'gn_official',
674 'win beta': 'gyp_official_six_concurrent_links', 674 'win beta': 'gn_official_six_concurrent_links',
675 'win stable': 'gyp_official_six_concurrent_links', 675 'win stable': 'gn_official_six_concurrent_links',
676 'win trunk': 'gyp_official_six_concurrent_links', 676 'win trunk': 'gn_official_six_concurrent_links',
677 'win64 trunk': 'gyp_official_x64_six_concurrent_links', 677 'win64 trunk': 'gn_official_x64_six_concurrent_links',
678 }, 678 },
679 679
680 'tryserver.blink': { 680 'tryserver.blink': {
681 # Most tryservers should have '_trybot' in their config names, but 681 # Most tryservers should have '_trybot' in their config names, but
682 # 'release_trybot' includes 'dcheck_always_on', and the blink 682 # 'release_trybot' includes 'dcheck_always_on', and the blink
683 # release trybots must *not* enable dchecks, because that could 683 # release trybots must *not* enable dchecks, because that could
684 # cause them to produce different baselines than the release 684 # cause them to produce different baselines than the release
685 # waterfall bots, and run-webkit-tests can't handle that (by design). 685 # waterfall bots, and run-webkit-tests can't handle that (by design).
686 'linux_precise_blink_compile_dbg': 'swarming_gn_debug_trybot', 686 'linux_precise_blink_compile_dbg': 'swarming_gn_debug_trybot',
687 'linux_precise_blink_compile_rel': 687 'linux_precise_blink_compile_rel':
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 ], 1174 ],
1175 1175
1176 'gn_linux_upload': [ 1176 'gn_linux_upload': [
1177 'gn_linux_upload', 'official', 'goma', 1177 'gn_linux_upload', 'official', 'goma',
1178 ], 1178 ],
1179 1179
1180 'gn_official': [ 1180 'gn_official': [
1181 'gn', 'official', 1181 'gn', 'official',
1182 ], 1182 ],
1183 1183
1184 'gn_official_x86': [
1185 'gn', 'official', 'x86',
1186 ],
1187
1184 'gn_official_goma': [ 1188 'gn_official_goma': [
1185 'gn', 'official', 'goma', 1189 'gn', 'official', 'goma',
1186 ], 1190 ],
1187 1191
1188 'gn_official_goma_lto': [ 1192 'gn_official_goma_lto': [
1189 'gn', 'official', 'goma', 'lto', 1193 'gn', 'official', 'goma', 'lto',
1190 ], 1194 ],
1191 1195
1192 'gn_official_goma_minimal_symbols_android': [ 1196 'gn_official_goma_minimal_symbols_android': [
1193 'gn', 'official', 'goma', 'minimal_symbols', 'android', 1197 'gn', 'official', 'goma', 'minimal_symbols', 'android',
1194 ], 1198 ],
1195 1199
1196 'gn_official_goma_minimal_symbols_android_arm64': [ 1200 'gn_official_goma_minimal_symbols_android_arm64': [
1197 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64', 1201 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64',
1198 ], 1202 ],
1199 1203
1200 'gn_official_goma_minimal_symbols_x64': [ 1204 'gn_official_goma_minimal_symbols_x64': [
1201 'gn', 'official', 'goma', 'minimal_symbols', 'x64', 1205 'gn', 'official', 'goma', 'minimal_symbols', 'x64',
1202 ], 1206 ],
1203 1207
1204 'gn_official_goma_minimal_symbols_x86': [ 1208 'gn_official_goma_minimal_symbols_x86': [
1205 'gn', 'official', 'goma', 'minimal_symbols', 'x86', 1209 'gn', 'official', 'goma', 'minimal_symbols', 'x86',
1206 ], 1210 ],
1207 1211
1208 'gyp_official_goma_minimal_symbols_x86': [ 1212 'gn_official_goma_minimal_symbols_x86': [
1209 'gyp', 'official', 'goma', 'minimal_symbols', 'x86', 1213 'gn', 'official', 'goma', 'minimal_symbols', 'x86',
1210 ], 1214 ],
1211 1215
1212 'gn_release_bot': [ 1216 'gn_release_bot': [
1213 'gn', 'release_bot', 1217 'gn', 'release_bot',
1214 ], 1218 ],
1215 1219
1216 'gn_release_bot_chrome_with_codecs': [ 1220 'gn_release_bot_chrome_with_codecs': [
1217 'gn', 'release_bot', 'chrome_with_codecs', 1221 'gn', 'release_bot', 'chrome_with_codecs',
1218 ], 1222 ],
1219 1223
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 ], 1372 ],
1369 1373
1370 'gn_official_goma_chromeos': [ 1374 'gn_official_goma_chromeos': [
1371 'gn', 'official', 'goma', 'chromeos', 1375 'gn', 'official', 'goma', 'chromeos',
1372 ], 1376 ],
1373 1377
1374 'gn_official_syzyasan_x86': [ 1378 'gn_official_syzyasan_x86': [
1375 'gn', 'official', 'syzyasan', 'x86', 1379 'gn', 'official', 'syzyasan', 'x86',
1376 ], 1380 ],
1377 1381
1378 'gyp_official_six_concurrent_links': [ 1382 'gn_official_six_concurrent_links': [
1379 'gyp', 'official', 'six_concurrent_links', 1383 'gn', 'official', 'six_concurrent_links',
1380 ], 1384 ],
1381 1385
1382 'gn_official_chrome_pgo_phase_1_x64': [ 1386 'gn_official_chrome_pgo_phase_1_x64': [
1383 'gn', 'official', 'chrome_pgo_phase_1', 'x64', 1387 'gn', 'official', 'chrome_pgo_phase_1', 'x64',
1384 ], 1388 ],
1385 1389
1386 'gn_official_chrome_pgo_phase_2_x64': [ 1390 'gn_official_chrome_pgo_phase_2_x64': [
1387 'gn', 'official', 'chrome_pgo_phase_2', 'x64', 1391 'gn', 'official', 'chrome_pgo_phase_2', 'x64',
1388 ], 1392 ],
1389 1393
(...skipping 14 matching lines...) Expand all
1404 ], 1408 ],
1405 1409
1406 'gn_official_optimize_chrome_pgo_phase_1_x86': [ 1410 'gn_official_optimize_chrome_pgo_phase_1_x86': [
1407 'gn', 'official_optimize', 'chrome_pgo_phase_1', 'x86', 1411 'gn', 'official_optimize', 'chrome_pgo_phase_1', 'x86',
1408 ], 1412 ],
1409 1413
1410 'gn_official_optimize_chrome_pgo_phase_2_x86': [ 1414 'gn_official_optimize_chrome_pgo_phase_2_x86': [
1411 'gn', 'official_optimize', 'chrome_pgo_phase_2', 'x86', 1415 'gn', 'official_optimize', 'chrome_pgo_phase_2', 'x86',
1412 ], 1416 ],
1413 1417
1414 'gyp_official_x64': [ 1418 'gn_official_x64': [
1415 'gyp', 'official', 'x64', 1419 'gn', 'official', 'x64',
1416 ], 1420 ],
1417 1421
1418 'gyp_official_x64_six_concurrent_links': [ 1422 'gn_official_x64_six_concurrent_links': [
1419 'gyp', 'official', 'x64', 'six_concurrent_links', 1423 'gn', 'official', 'x64', 'six_concurrent_links',
1420 ], 1424 ],
1421 1425
1422 'gn_release_trybot_x86': [ 1426 'gn_release_trybot_x86': [
1423 'gn', 'release_trybot', 'x86', 1427 'gn', 'release_trybot', 'x86',
1424 ], 1428 ],
1425 1429
1426 'gn_shared_release_bot_minimal_symbols_x86': [ 1430 'gn_shared_release_bot_minimal_symbols_x86': [
1427 'gn', 'shared_release_bot', 'minimal_symbols', 'x86', 1431 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
1428 ], 1432 ],
1429 1433
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 }, 2377 },
2374 2378
2375 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2379 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2376 2380
2377 'drmemory': { 2381 'drmemory': {
2378 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2382 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2379 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2383 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2380 }, 2384 },
2381 }, 2385 },
2382 } 2386 }
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