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

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

Issue 1888983002: Flip Win x64 bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs', 545 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
546 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs', 546 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
547 'Win10 Tester': 'none', 547 'Win10 Tester': 'none',
548 'Win7 Tester': 'none', 548 'Win7 Tester': 'none',
549 }, 549 },
550 550
551 'chromium.win': { 551 'chromium.win': {
552 # Windows bots take too long to link w/ full symbols and time out. 552 # Windows bots take too long to link w/ full symbols and time out.
553 'Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86', 553 'Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86',
554 'Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', 554 'Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
555 'Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64', 555 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
556 'Win x64 Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x64', 556 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64',
557 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols', 557 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
558 'Win x64 GN': 'gn_release_bot_minimal_symbols', 558 'Win x64 GN': 'gn_release_bot_minimal_symbols',
559 'Win 7 Tests x64 (1)': 'none', 559 'Win 7 Tests x64 (1)': 'none',
560 'Win10 Tests x64': 'none', 560 'Win10 Tests x64': 'none',
561 'Win7 (32) Tests': 'none', 561 'Win7 (32) Tests': 'none',
562 'Win7 Tests (1)': 'none', 562 'Win7 Tests (1)': 'none',
563 'Win7 Tests (dbg)(1)': 'none', 563 'Win7 Tests (dbg)(1)': 'none',
564 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', 564 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
565 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 565 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
566 }, 566 },
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', 797 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64',
798 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64', 798 'winx64_bisect_builder': 'gyp_official_goma_minimal_symbols_x64',
799 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 799 'winx64_zen_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
800 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 800 'winx64ati_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
801 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 801 'winx64intel_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
802 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64', 802 'winx64nvidia_perf_bisect': 'gyp_official_goma_minimal_symbols_x64',
803 }, 803 },
804 804
805 'tryserver.chromium.win': { 805 'tryserver.chromium.win': {
806 'win10_chromium_x64_rel_ng': 806 'win10_chromium_x64_rel_ng':
807 'swarming_gyp_release_trybot_minimal_symbols_x64', 807 'swarming_gn_release_trybot_minimal_symbols_x64',
808 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', 808 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
809 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 809 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
810 'win8_chromium_ng': 'gn_release_trybot_x86', 810 'win8_chromium_ng': 'gn_release_trybot_x86',
811 'win_archive': 'noswarming_gyp_release_trybot_minimal_symbols_x86', 811 'win_archive': 'noswarming_gyp_release_trybot_minimal_symbols_x86',
812 'win_chromium_compile_dbg_ng': 812 'win_chromium_compile_dbg_ng':
813 'swarming_gyp_debug_bot_minimal_symbols_x86', 813 'swarming_gyp_debug_bot_minimal_symbols_x86',
814 'win_chromium_compile_rel_ng': 814 'win_chromium_compile_rel_ng':
815 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86', 815 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86',
816 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', 816 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
817 'win_chromium_gn_x64_rel': 'gn_release_trybot', 817 'win_chromium_gn_x64_rel': 'gn_release_trybot',
818 'win_chromium_dbg_ng': 'swarming_gyp_debug_bot_minimal_symbols_x86', 818 'win_chromium_dbg_ng': 'swarming_gyp_debug_bot_minimal_symbols_x86',
819 'win_chromium_rel_ng': 819 'win_chromium_rel_ng':
820 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86', 820 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86',
821 'win_chromium_syzyasan_rel': 821 'win_chromium_syzyasan_rel':
822 'swarming_gyp_syzyasan_release_trybot_minimal_symbols_x86', 822 'swarming_gyp_syzyasan_release_trybot_minimal_symbols_x86',
823 'win_chromium_variable': 'findit', 823 'win_chromium_variable': 'findit',
824 'win_chromium_variable_archive': 'findit', 824 'win_chromium_variable_archive': 'findit',
825 'win_chromium_variable_chrome': 'findit', 825 'win_chromium_variable_chrome': 'findit',
826 'win_chromium_variable_gn': 'findit', 826 'win_chromium_variable_gn': 'findit',
827 'win_chromium_variable_webkit_builder': 'findit', 827 'win_chromium_variable_webkit_builder': 'findit',
828 'win_chromium_variable_webkit_layout': 'findit', 828 'win_chromium_variable_webkit_layout': 'findit',
829 'win_chromium_variable_webkit_win7_builder': 'findit', 829 'win_chromium_variable_webkit_win7_builder': 'findit',
830 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 830 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
831 'win_chromium_x64_rel_ng': 831 'win_chromium_x64_rel_ng':
832 'swarming_gyp_release_trybot_minimal_symbols_x64', 832 'swarming_gn_release_trybot_minimal_symbols_x64',
833 'win_clang': 'win_clang_debug_bot', 833 'win_clang': 'win_clang_debug_bot',
834 'win_clang_dbg': 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', 834 'win_clang_dbg': 'swarming_gyp_clang_debug_bot_minimal_symbols_x86',
835 'win_clang_rel': 835 'win_clang_rel':
836 'swarming_gyp_clang_official_release_trybot_minimal_symbols_x86', 836 'swarming_gyp_clang_official_release_trybot_minimal_symbols_x86',
837 'win_clang_x64_dbg': 'win_clang_debug_bot', 837 'win_clang_x64_dbg': 'win_clang_debug_bot',
838 'win_clang_x64_rel': 838 'win_clang_x64_rel':
839 'swarming_gyp_clang_official_release_trybot_minimal_symbols_x64', 839 'swarming_gyp_clang_official_release_trybot_minimal_symbols_x64',
840 'win_nacl_sdk': 'nacl_annotator', 840 'win_nacl_sdk': 'nacl_annotator',
841 'win_nacl_sdk_build': 'nacl_annotator', 841 'win_nacl_sdk_build': 'nacl_annotator',
842 'win_optional_gpu_tests_rel': 842 'win_optional_gpu_tests_rel':
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 ], 1382 ],
1383 1383
1384 'swarming_gn_debug_trybot': [ 1384 'swarming_gn_debug_trybot': [
1385 'swarming', 'gn', 'debug_trybot', 1385 'swarming', 'gn', 'debug_trybot',
1386 ], 1386 ],
1387 1387
1388 'swarming_gn_release_bot': [ 1388 'swarming_gn_release_bot': [
1389 'swarming', 'gn', 'release_bot', 1389 'swarming', 'gn', 'release_bot',
1390 ], 1390 ],
1391 1391
1392 'swarming_gn_release_bot_minimal_symbols_x64': [
1393 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64',
1394 ],
1395
1392 'swarming_gn_release_bot_x64': [ 1396 'swarming_gn_release_bot_x64': [
1393 'swarming', 'gn', 'release_bot', 'x64', 1397 'swarming', 'gn', 'release_bot', 'x64',
1394 ], 1398 ],
1395 1399
1396 'swarming_gn_release_trybot': [ 1400 'swarming_gn_release_trybot': [
1397 'swarming', 'gn', 'release_bot', 1401 'swarming', 'gn', 'release_bot',
1398 ], 1402 ],
1399 1403
1400 'swarming_gn_release_trybot_minimal_symbols_x64': [ 1404 'swarming_gn_release_trybot_minimal_symbols_x64': [
1401 'swarming', 'gn', 'release_trybot', 'minimal_symbols', 'x64', 1405 'swarming', 'gn', 'release_trybot', 'minimal_symbols', 'x64',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1851 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1848 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1852 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1849 }, 1853 },
1850 1854
1851 'valgrind': { 1855 'valgrind': {
1852 # TODO: add gn_args for 'build_for_tool=memcheck' 1856 # TODO: add gn_args for 'build_for_tool=memcheck'
1853 'gyp_defines': 'build_for_tool=memcheck', 1857 'gyp_defines': 'build_for_tool=memcheck',
1854 } 1858 }
1855 }, 1859 },
1856 } 1860 }
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