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

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

Issue 2092173002: Flip mac and win "gn" builders back to GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_full
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 | « testing/buildbot/chromium.win.json ('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
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86', 345 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86',
346 'Win ASan Release Media': 346 'Win ASan Release Media':
347 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86', 347 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86', 348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
349 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86', 349 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86',
350 }, 350 },
351 351
352 'chromium.mac': { 352 'chromium.mac': {
353 'Mac Builder': 'swarming_gpu_tests_gn_release_bot', 353 'Mac Builder': 'swarming_gpu_tests_gn_release_bot',
354 'Mac Builder (dbg)': 'swarming_gn_debug_bot', 354 'Mac Builder (dbg)': 'swarming_gn_debug_bot',
355 'Mac GN (dbg)': 'gn_debug_bot', 355 'Mac GN (dbg)': 'swarming_gyp_debug_bot',
356 'Mac GN': 'gn_release_bot', 356 'Mac GN': 'swarming_gyp_release_bot',
357 'Mac GYP (dbg)': 'swarming_gyp_debug_bot',
358 'Mac GYP': 'swarming_gyp_release_bot',
357 'Mac10.10 Tests': 'none', 359 'Mac10.10 Tests': 'none',
358 'Mac10.11 Tests': 'none', 360 'Mac10.11 Tests': 'none',
359 'Mac10.9 Tests (dbg)': 'none', 361 'Mac10.9 Tests (dbg)': 'none',
360 'Mac10.9 Tests': 'none', 362 'Mac10.9 Tests': 'none',
361 'ios-device': 'ios_gyp', 363 'ios-device': 'ios_gyp',
362 'ios-device-gn': 'ios_gn', 364 'ios-device-gn': 'ios_gn',
363 'ios-simulator': 'ios_gyp', 365 'ios-simulator': 'ios_gyp',
364 'ios-simulator-gn': 'ios_gn', 366 'ios-simulator-gn': 'ios_gn',
365 }, 367 },
366 368
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 # Windows bots take too long to link w/ full symbols and time out. 604 # Windows bots take too long to link w/ full symbols and time out.
603 'Win Builder': 'swarming_gn_release_bot_minimal_symbols_x86', 605 'Win Builder': 'swarming_gn_release_bot_minimal_symbols_x86',
604 'Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86', 606 'Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86',
605 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64', 607 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
606 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64', 608 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64',
607 'Win 7 Tests x64 (1)': 'none', 609 'Win 7 Tests x64 (1)': 'none',
608 'Win10 Tests x64': 'none', 610 'Win10 Tests x64': 'none',
609 'Win7 (32) Tests': 'none', 611 'Win7 (32) Tests': 'none',
610 'Win7 Tests (1)': 'none', 612 'Win7 Tests (1)': 'none',
611 'Win7 Tests (dbg)(1)': 'none', 613 'Win7 Tests (dbg)(1)': 'none',
612 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', 614 'Win8 Aura': 'swarming_gyp_release_bot_minimal_symbols_x86',
613 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 615 'Win8 GN (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
616 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86',
617 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
614 'WinClang64 (dbg)': 'win_clang_debug_bot', 618 'WinClang64 (dbg)': 'win_clang_debug_bot',
615 }, 619 },
616 620
617 'official.desktop': { 621 'official.desktop': {
618 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', 622 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn',
619 'mac64': 'gyp_official', 623 'mac64': 'gyp_official',
620 'precise64': 'gn_official', 624 'precise64': 'gn_official',
621 625
622 # Currently the official bots set mini_installer_official_deps=1 626 # Currently the official bots set mini_installer_official_deps=1
623 # but it's not clear if that's actually used anywhere. 627 # but it's not clear if that's actually used anywhere.
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'ios-simulator': 'ios_gyp', 791 'ios-simulator': 'ios_gyp',
788 'ios-simulator-gn': 'ios_gn', 792 'ios-simulator-gn': 'ios_gn',
789 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 793 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
790 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', 794 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot',
791 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip', 795 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_bot_mac_strip',
792 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 796 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot',
793 'mac_chromium_asan_variable': 'findit', 797 'mac_chromium_asan_variable': 'findit',
794 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 798 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
795 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 799 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
796 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', 800 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot',
797 'mac_chromium_gn_dbg': 'gn_debug_bot', 801 'mac_chromium_gn_dbg': 'swarming_gyp_debug_trybot',
798 'mac_chromium_gn_rel': 'gn_release_trybot', 802 'mac_chromium_gn_rel': 'swarming_gyp_release_trybot',
803 'mac_chromium_gyp_dbg': 'swarming_gyp_debug_trybot',
804 'mac_chromium_gyp_rel': 'swarming_gyp_release_trybot',
799 'mac_chromium_gn_upload': 'gn_release_bot', 805 'mac_chromium_gn_upload': 'gn_release_bot',
800 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 806 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
801 'mac_chromium_variable': 'findit', 807 'mac_chromium_variable': 'findit',
802 'mac_chromium_variable_10.10': 'findit', 808 'mac_chromium_variable_10.10': 'findit',
803 'mac_chromium_variable_10.10_layout': 'findit', 809 'mac_chromium_variable_10.10_layout': 'findit',
804 'mac_chromium_variable_10.11': 'findit', 810 'mac_chromium_variable_10.11': 'findit',
805 'mac_chromium_variable_10.11_layout': 'findit', 811 'mac_chromium_variable_10.11_layout': 'findit',
806 'mac_chromium_variable_archive': 'findit', 812 'mac_chromium_variable_archive': 'findit',
807 'mac_chromium_variable_chrome': 'findit', 813 'mac_chromium_variable_chrome': 'findit',
808 'mac_chromium_variable_gn': 'findit', 814 'mac_chromium_variable_gn': 'findit',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64', 858 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64',
853 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 859 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
854 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 860 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
855 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 861 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
856 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64', 862 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64',
857 }, 863 },
858 864
859 'tryserver.chromium.win': { 865 'tryserver.chromium.win': {
860 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 866 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
861 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', 867 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64',
862 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', 868 'win8_chromium_gn_dbg': 'swarming_gyp_debug_trybot_x86',
863 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 869 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
864 'win8_chromium_ng': 'gn_release_trybot_x86', 870 'win8_chromium_ng': 'swarming_gyp_release_trybot_x86',
871 'win8_chromium_gyp_dbg': 'swarming_gyp_debug_trybot_x86',
872 'win8_chromium_gyp_rel': 'swarming_gyp_release_trybot_x86',
865 'win_x64_archive': 'noswarming_gn_release_trybot_x64', 873 'win_x64_archive': 'noswarming_gn_release_trybot_x64',
866 'win_archive': 'noswarming_gn_release_trybot_x86', 874 'win_archive': 'noswarming_gn_release_trybot_x86',
867 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86', 875 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86',
868 'win_chromium_compile_rel_ng': 876 'win_chromium_compile_rel_ng':
869 'swarming_gpu_tests_gn_release_trybot_x86', 877 'swarming_gpu_tests_gn_release_trybot_x86',
870 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86', 878 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86',
871 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86', 879 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86',
872 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', 880 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86',
873 'win_chromium_variable': 'findit', 881 'win_chromium_variable': 'findit',
874 'win_chromium_variable_archive': 'findit', 882 'win_chromium_variable_archive': 'findit',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 ], 1198 ],
1191 1199
1192 'gn_release_trybot': [ 1200 'gn_release_trybot': [
1193 'gn', 'release_trybot', 1201 'gn', 'release_trybot',
1194 ], 1202 ],
1195 1203
1196 'gn_release_trybot_x64': [ 1204 'gn_release_trybot_x64': [
1197 'gn', 'release_trybot', 'x64', 1205 'gn', 'release_trybot', 'x64',
1198 ], 1206 ],
1199 1207
1200 'gn_release_trybot_x86': [
1201 'gn', 'release_trybot', 'x86',
1202 ],
1203
1204 'gn_windows_analyze': [ 1208 'gn_windows_analyze': [
1205 'gn', 'no_symbols', 'disable_precompiled_headers', 1209 'gn', 'no_symbols', 'disable_precompiled_headers',
1206 'shared', 'x86', 'win_analyze', 1210 'shared', 'x86', 'win_analyze',
1207 ], 1211 ],
1208 1212
1209 'gn_ubsan_vptr_release_bot': [ 1213 'gn_ubsan_vptr_release_bot': [
1210 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', 1214 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot',
1211 ], 1215 ],
1212 1216
1213 'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ 1217 'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 ], 1577 ],
1574 1578
1575 'swarming_gn_release_bot_minimal_symbols_x64': [ 1579 'swarming_gn_release_bot_minimal_symbols_x64': [
1576 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64', 1580 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64',
1577 ], 1581 ],
1578 1582
1579 'swarming_gn_release_bot_minimal_symbols_x86': [ 1583 'swarming_gn_release_bot_minimal_symbols_x86': [
1580 'swarming', 'gn', 'release_bot_minimal_symbols', 'x86', 1584 'swarming', 'gn', 'release_bot_minimal_symbols', 'x86',
1581 ], 1585 ],
1582 1586
1587 'swarming_gyp_release_bot_minimal_symbols_x86': [
1588 'swarming', 'gyp', 'release_bot_minimal_symbols', 'x86',
1589 ],
1590
1583 'swarming_gn_release_bot_x64': [ 1591 'swarming_gn_release_bot_x64': [
1584 'swarming', 'gn', 'release_bot', 'x64', 1592 'swarming', 'gn', 'release_bot', 'x64',
1585 ], 1593 ],
1586 1594
1587 'swarming_gn_release_trybot': [ 1595 'swarming_gn_release_trybot': [
1588 'swarming', 'gn', 'release_bot', 1596 'swarming', 'gn', 'release_bot',
1589 ], 1597 ],
1590 1598
1591 'swarming_gn_release_trybot_x64': [ 1599 'swarming_gn_release_trybot_x64': [
1592 'swarming', 'gn', 'release_trybot', 'x64', 1600 'swarming', 'gn', 'release_trybot', 'x64',
1593 ], 1601 ],
1594 1602
1603 'swarming_gyp_debug_bot': [
1604 'swarming', 'gyp', 'debug_bot',
1605 ],
1606
1607 'swarming_gyp_debug_bot_minimal_symbols_x86': [
1608 'swarming', 'gyp', 'debug_bot_minimal_symbols', 'x86',
1609 ],
1610
1611 'swarming_gyp_debug_trybot': [
1612 'swarming', 'gyp', 'debug_trybot',
1613 ],
1614
1615 'swarming_gyp_debug_trybot_x86': [
1616 'swarming', 'gyp', 'debug_trybot', 'x86',
1617 ],
1618
1619 'swarming_gyp_release_bot': [
1620 'swarming', 'gyp', 'release_bot',
1621 ],
1622
1623 'swarming_gyp_release_trybot': [
1624 'swarming', 'gyp', 'release_trybot',
1625 ],
1626
1627 'swarming_gyp_release_trybot_x86': [
1628 'swarming', 'gyp', 'release_trybot', 'x86',
1629 ],
1630
1595 'swarming_gpu_tests_android_gn_release_trybot': [ 1631 'swarming_gpu_tests_android_gn_release_trybot': [
1596 'swarming', 'gpu_tests', 'android', 'gn', 'release_trybot', 1632 'swarming', 'gpu_tests', 'android', 'gn', 'release_trybot',
1597 ], 1633 ],
1598 1634
1599 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot': [ 1635 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot': [
1600 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1636 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1601 'release_trybot', 'angle_deqp_tests', 'chromeos', 1637 'release_trybot', 'angle_deqp_tests', 'chromeos',
1602 ], 1638 ],
1603 1639
1604 'swarming_gpu_fyi_tests_gn_debug_trybot': [ 1640 'swarming_gpu_fyi_tests_gn_debug_trybot': [
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
2273 }, 2309 },
2274 2310
2275 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2311 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2276 2312
2277 'drmemory': { 2313 'drmemory': {
2278 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2314 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2279 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2315 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2280 }, 2316 },
2281 }, 2317 },
2282 } 2318 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698