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

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

Issue 2161353002: Revert of Try again to flip Win x86, x64 official builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_official
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
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
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': 'gn_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': 'gn_official_x86', 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': 'gn_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': 'gn_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': 'gn_official_six_concurrent_links_x86', 640 'win trunk': 'gyp_official_six_concurrent_links',
641 'win64 trunk': 'gn_official_six_concurrent_links_x64', 641 'win64 trunk': 'gyp_official_x64_six_concurrent_links',
642 }, 642 },
643 643
644 'tryserver.blink': { 644 'tryserver.blink': {
645 # Most tryservers should have '_trybot' in their config names, but 645 # Most tryservers should have '_trybot' in their config names, but
646 # 'release_trybot' includes 'dcheck_always_on', and the blink 646 # 'release_trybot' includes 'dcheck_always_on', and the blink
647 # release trybots must *not* enable dchecks, because that could 647 # release trybots must *not* enable dchecks, because that could
648 # cause them to produce different baselines than the release 648 # cause them to produce different baselines than the release
649 # waterfall bots, and run-webkit-tests can't handle that (by design). 649 # waterfall bots, and run-webkit-tests can't handle that (by design).
650 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', 650 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot',
651 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', 651 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 ], 1150 ],
1151 1151
1152 'gn_official_goma_minimal_symbols_x86': [ 1152 'gn_official_goma_minimal_symbols_x86': [
1153 'gn', 'official', 'goma', 'minimal_symbols', 'x86', 1153 'gn', 'official', 'goma', 'minimal_symbols', 'x86',
1154 ], 1154 ],
1155 1155
1156 'gyp_official_goma_minimal_symbols_x86': [ 1156 'gyp_official_goma_minimal_symbols_x86': [
1157 'gyp', 'official', 'goma', 'minimal_symbols', 'x86', 1157 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
1158 ], 1158 ],
1159 1159
1160 'gn_official_six_concurrent_links_x86': [
1161 'gn', 'official', 'six_concurrent_links', 'x86',
1162 ],
1163
1164 'gn_official_six_concurrent_links_x64': [
1165 'gn', 'official', 'six_concurrent_links', 'x64',
1166 ],
1167
1168 'gn_official_x64': [
1169 'gn', 'official', 'x64',
1170 ],
1171
1172 'gn_official_x86': [
1173 'gn', 'official', 'x86',
1174 ],
1175
1176 'gn_release_bot': [ 1160 'gn_release_bot': [
1177 'gn', 'release_bot', 1161 'gn', 'release_bot',
1178 ], 1162 ],
1179 1163
1180 'gn_release_bot_chrome_with_codecs': [ 1164 'gn_release_bot_chrome_with_codecs': [
1181 'gn', 'release_bot', 'chrome_with_codecs', 1165 'gn', 'release_bot', 'chrome_with_codecs',
1182 ], 1166 ],
1183 1167
1184 'gn_release_bot_minimal_symbols_chrome_with_codecs': [ 1168 'gn_release_bot_minimal_symbols_chrome_with_codecs': [
1185 'gn', 'release_bot_minimal_symbols', 'chrome_with_codecs', 1169 'gn', 'release_bot_minimal_symbols', 'chrome_with_codecs',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs 1344 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs
1361 # to invoke GYP/GN twice, with two different sets of flags, apparently. 1345 # to invoke GYP/GN twice, with two different sets of flags, apparently.
1362 'gyp_official_winpgo': [ 1346 'gyp_official_winpgo': [
1363 'gyp', 'error', 1347 'gyp', 'error',
1364 ], 1348 ],
1365 1349
1366 'gyp_official_winpgo_x64': [ 1350 'gyp_official_winpgo_x64': [
1367 'gyp', 'error', 'x64', 1351 'gyp', 'error', 'x64',
1368 ], 1352 ],
1369 1353
1354 'gyp_official_x64': [
1355 'gyp', 'official', 'x64',
1356 ],
1357
1358 'gyp_official_x64_six_concurrent_links': [
1359 'gyp', 'official', 'x64', 'six_concurrent_links',
1360 ],
1361
1370 'gyp_release_bot': [ 1362 'gyp_release_bot': [
1371 'gyp', 'release_bot', 1363 'gyp', 'release_bot',
1372 ], 1364 ],
1373 1365
1374 'gyp_release_bot_minimal_symbols_x86': [ 1366 'gyp_release_bot_minimal_symbols_x86': [
1375 'gyp', 'release_bot_minimal_symbols', 'x86' 1367 'gyp', 'release_bot_minimal_symbols', 'x86'
1376 ], 1368 ],
1377 1369
1378 'gyp_release_trybot_x86': [ 1370 'gyp_release_trybot_x86': [
1379 'gyp', 'release_trybot', 'x86', 1371 'gyp', 'release_trybot', 'x86',
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
2320 }, 2312 },
2321 2313
2322 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2323 2315
2324 'drmemory': { 2316 'drmemory': {
2325 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2326 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2327 }, 2319 },
2328 }, 2320 },
2329 } 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