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

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

Issue 1926513002: [Android] Switch CQ + main waterfall to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sad rebase Created 4 years, 7 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.linux.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
11 # include a configuration with 'chrome_with_codecs' since these builders 11 # include a configuration with 'chrome_with_codecs' since these builders
12 # generated publicly advertised non-Official builds which are not allowed 12 # generated publicly advertised non-Official builds which are not allowed
13 # to have proprietary codecs enabled. 13 # to have proprietary codecs enabled.
14 'chromium': { 14 'chromium': {
15 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols', 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
16 'Linux x64': 'noswarming_gn_release_bot', 16 'Linux x64': 'noswarming_gn_release_bot',
17 'Mac': 'noswarming_gyp_release_bot_mac_strip', 17 'Mac': 'noswarming_gyp_release_bot_mac_strip',
18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86', 18 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86',
19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
20 }, 20 },
21 21
22 'chromium.android': { 22 'chromium.android': {
23 'Android Cronet ARM64 Builder': 23 'Android Cronet ARM64 Builder':
24 'android_cronet_gn_release_bot_minimal_symbols_arm64', 24 'android_cronet_gn_release_bot_minimal_symbols_arm64',
25 'Android Cronet ARM64 Builder (dbg)': 25 'Android Cronet ARM64 Builder (dbg)':
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'Win7 Release (NVIDIA)': 'none', 283 'Win7 Release (NVIDIA)': 'none',
284 'Win7 Release (New Intel)': 'none', 284 'Win7 Release (New Intel)': 'none',
285 'Win7 x64 Debug (NVIDIA)': 'none', 285 'Win7 x64 Debug (NVIDIA)': 'none',
286 'Win7 x64 Release (NVIDIA)': 'none', 286 'Win7 x64 Release (NVIDIA)': 'none',
287 'Win8 Debug (NVIDIA)': 'none', 287 'Win8 Debug (NVIDIA)': 'none',
288 'Win8 Release (NVIDIA)': 'none', 288 'Win8 Release (NVIDIA)': 'none',
289 }, 289 },
290 290
291 'chromium.linux': { 291 'chromium.linux': {
292 'Android Arm64 Builder (dbg)': 292 'Android Arm64 Builder (dbg)':
293 'swarming_android_gyp_debug_static_bot_arm64', 293 'swarming_android_gn_debug_static_bot_arm64',
294 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot', 294 'Android Builder (dbg)': 'swarming_android_gn_debug_static_bot',
295 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols', 295 'Android Builder': 'swarming_android_gn_release_bot_minimal_symbols',
296 'Android Clang Builder (dbg)': 296 'Android Clang Builder (dbg)':
297 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols', 297 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols',
298 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols', 298 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols',
299 'Android GN': 'android_gn_release_bot_minimal_symbols', 299 'Android GN': 'android_gn_release_bot_minimal_symbols',
300 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot', 300 'Android Tests (dbg)': 'swarming_android_gn_debug_static_bot',
301 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols', 301 'Android Tests': 'swarming_android_gn_release_bot_minimal_symbols',
302 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot', 302 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot',
303 'Cast Linux': 'cast_gn_release_bot', 303 'Cast Linux': 'cast_gn_release_bot',
304 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 304 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
305 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 305 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
306 'Linux Builder': 'swarming_gn_release_bot', 306 'Linux Builder': 'swarming_gn_release_bot',
307 'Linux Tests (dbg)(1)': 'none', 307 'Linux Tests (dbg)(1)': 'none',
308 'Linux Tests (dbg)(1)(32)': 'none', 308 'Linux Tests (dbg)(1)(32)': 'none',
309 'Linux Tests': 'none', 309 'Linux Tests': 'none',
310 }, 310 },
311 311
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64', 637 'mac_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x64',
638 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86', 638 'win_blink_compile_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
639 'win_blink_compile_rel': 639 'win_blink_compile_rel':
640 'swarming_gyp_release_trybot_minimal_symbols_x86', 640 'swarming_gyp_release_trybot_minimal_symbols_x86',
641 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86', 641 'win_blink_dbg': 'swarming_gyp_debug_bot_minimal_symbols_x86',
642 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86', 642 'win_blink_rel': 'swarming_gyp_release_trybot_minimal_symbols_x86',
643 }, 643 },
644 644
645 'tryserver.chromium.android': { 645 'tryserver.chromium.android': {
646 'android_archive_rel_ng': 'android_gn_release_trybot', 646 'android_archive_rel_ng': 'android_gn_release_trybot',
647 'android_arm64_dbg_recipe': 'swarming_android_gyp_debug_trybot_arm64', 647 'android_arm64_dbg_recipe': 'swarming_android_gn_debug_trybot_arm64',
648 'android_blink_rel': 'swarming_android_gyp_release_trybot', 648 'android_blink_rel': 'swarming_android_gn_release_trybot',
649 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot', 649 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
650 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 650 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
651 'android_chromium_gn_rel': 'android_gn_release_trybot', 651 'android_chromium_gn_rel': 'android_gn_release_trybot',
652 'android_chromium_variable': 'findit', 652 'android_chromium_variable': 'findit',
653 'android_chromium_variable_archive': 'findit', 653 'android_chromium_variable_archive': 'findit',
654 'android_chromium_variable_arm64': 'findit', 654 'android_chromium_variable_arm64': 'findit',
655 'android_chromium_variable_cast_shell': 'findit', 655 'android_chromium_variable_cast_shell': 'findit',
656 'android_chromium_variable_clang': 'findit', 656 'android_chromium_variable_clang': 'findit',
657 'android_chromium_variable_gn': 'findit', 657 'android_chromium_variable_gn': 'findit',
658 'android_chromium_variable_nexus4': 'findit', 658 'android_chromium_variable_nexus4': 'findit',
659 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gyp_debug_trybot' , 659 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gn_debug_trybot',
660 'android_compile_dbg': 'swarming_android_gyp_debug_trybot', 660 'android_compile_dbg': 'swarming_android_gn_debug_trybot',
661 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', 661 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
662 'android_compile_rel': 'swarming_android_gyp_release_trybot', 662 'android_compile_rel': 'swarming_android_gn_release_trybot',
663 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', 663 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
664 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', 664 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
665 'android_coverage': 'android_gn_debug_trybot_java_coverage', 665 'android_coverage': 'android_gn_debug_trybot_java_coverage',
666 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's 666 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's
667 # shared library loading is fixed. 667 # shared library loading is fixed.
668 'android_cronet_tester': 'android_cronet_gn_debug_static_bot', 668 'android_cronet_tester': 'android_cronet_gn_debug_static_bot',
669 'android_swarming_rel': 'swarming_android_gn_release_trybot', 669 'android_swarming_rel': 'swarming_android_gn_release_trybot',
670 'cast_shell_android': 'android_cast_gn_debug_static_bot', 670 'cast_shell_android': 'android_cast_gn_debug_static_bot',
671 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot', 671 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot',
672 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot', 672 'linux_android_rel_ng': 'swarming_android_gn_release_trybot',
673 }, 673 },
674 674
675 'tryserver.chromium.angle': { 675 'tryserver.chromium.angle': {
676 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 676 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
677 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 677 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
678 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 678 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
679 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 679 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot',
680 'win_angle_dbg_ng': 680 'win_angle_dbg_ng':
681 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x86', 681 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x86',
682 'win_angle_rel_ng': 682 'win_angle_rel_ng':
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 902
903 'android_blink_logging_gyp_debug_static_bot_arm64': [ 903 'android_blink_logging_gyp_debug_static_bot_arm64': [
904 'android', 'blink_logging', 'gyp', 'debug_static_bot', 'arm64', 904 'android', 'blink_logging', 'gyp', 'debug_static_bot', 'arm64',
905 ], 905 ],
906 906
907 'android_clang_tot_asan': [ 907 'android_clang_tot_asan': [
908 'android_without_codecs', 'clang_tot', 'asan', 'gn', 908 'android_without_codecs', 'clang_tot', 'asan', 'gn',
909 'shared', 'debug', 'minimal_symbols', 909 'shared', 'debug', 'minimal_symbols',
910 ], 910 ],
911 911
912 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [ 912 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols': [
913 'android', 'clang', 'asan', 'findbugs', 'gyp', 913 'android', 'clang', 'asan', 'findbugs', 'gn',
914 'debug_bot_minimal_symbols', 914 'debug_bot_minimal_symbols',
915 ], 915 ],
916 916
917 'android_clang_asan_findbugs_gyp_debug_trybot': [ 917 'android_clang_asan_findbugs_gn_debug_trybot': [
918 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_trybot', 918 'android', 'clang', 'asan', 'findbugs', 'gn', 'debug_trybot',
919 ], 919 ],
920 920
921 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols': [ 921 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols': [
922 'android', 'cronet', 'data_reduction_proxy', 'gn', 922 'android', 'cronet', 'data_reduction_proxy', 'gn',
923 'release_bot_minimal_symbols', 'arm' 923 'release_bot_minimal_symbols', 'arm'
924 ], 924 ],
925 925
926 'android_cronet_gn_debug_static_bot': [ 926 'android_cronet_gn_debug_static_bot': [
927 'android', 'cronet', 'gn', 'debug_static_bot', 'arm' 927 'android', 'cronet', 'gn', 'debug_static_bot', 'arm'
928 ], 928 ],
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 ], 1024 ],
1025 1025
1026 'android_gn_debug_static_bot_arm64': [ 1026 'android_gn_debug_static_bot_arm64': [
1027 'android', 'gn', 'debug_static_bot', 'arm64', 1027 'android', 'gn', 'debug_static_bot', 'arm64',
1028 ], 1028 ],
1029 1029
1030 'android_gn_debug_trybot_java_coverage': [ 1030 'android_gn_debug_trybot_java_coverage': [
1031 'android', 'gn', 'debug_trybot', 'java_coverage', 1031 'android', 'gn', 'debug_trybot', 'java_coverage',
1032 ], 1032 ],
1033 1033
1034 'android_without_codecs_gyp_release_bot_minimal_symbols': [ 1034 'android_without_codecs_gn_release_bot_minimal_symbols': [
1035 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols', 1035 'android_without_codecs', 'gn', 'release_bot_minimal_symbols',
1036 ], 1036 ],
1037 1037
1038 'cast_gn_release_bot': [ 1038 'cast_gn_release_bot': [
1039 'cast', 'gn', 'release_bot', 1039 'cast', 'gn', 'release_bot',
1040 ], 1040 ],
1041 1041
1042 'cast_gn_release_trybot': [ 1042 'cast_gn_release_trybot': [
1043 'cast', 'gn', 'release_trybot', 1043 'cast', 'gn', 'release_trybot',
1044 ], 1044 ],
1045 1045
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 ], 1428 ],
1429 1429
1430 'noswarming_gyp_release_trybot_minimal_symbols_x86': [ 1430 'noswarming_gyp_release_trybot_minimal_symbols_x86': [
1431 'noswarming', 'gyp', 'release_trybot', 'minimal_symbols', 'x86', 1431 'noswarming', 'gyp', 'release_trybot', 'minimal_symbols', 'x86',
1432 ], 1432 ],
1433 1433
1434 'swarming_android_gn_release_bot_minimal_symbols': [ 1434 'swarming_android_gn_release_bot_minimal_symbols': [
1435 'swarming', 'android', 'gn', 'release_bot_minimal_symbols', 1435 'swarming', 'android', 'gn', 'release_bot_minimal_symbols',
1436 ], 1436 ],
1437 1437
1438 'swarming_android_gyp_debug_static_bot': [ 1438 'swarming_android_gn_debug_static_bot': [
1439 'swarming', 'android', 'gyp', 'debug_static_bot', 1439 'swarming', 'android', 'gn', 'debug_static_bot',
1440 ], 1440 ],
1441 1441
1442 'swarming_android_gyp_debug_static_bot_arm64': [ 1442 'swarming_android_gn_debug_static_bot_arm64': [
1443 'swarming', 'android', 'gyp', 'debug_static_bot', 'arm64', 1443 'swarming', 'android', 'gn', 'debug_static_bot', 'arm64',
1444 ], 1444 ],
1445 1445
1446 'swarming_android_gyp_debug_trybot': [ 1446 'swarming_android_gn_debug_trybot': [
1447 'swarming', 'android', 'gyp', 'debug_trybot', 1447 'swarming', 'android', 'gn', 'debug_trybot',
1448 ], 1448 ],
1449 1449
1450 'swarming_android_gyp_debug_trybot_arm64': [ 1450 'swarming_android_gn_debug_trybot_arm64': [
1451 'swarming', 'android', 'gyp', 'debug_trybot', 'arm64', 1451 'swarming', 'android', 'gn', 'debug_trybot', 'arm64',
1452 ], 1452 ],
1453 1453
1454 'swarming_android_gn_release_trybot': [ 1454 'swarming_android_gn_release_trybot': [
1455 'swarming', 'android', 'gn', 'release_trybot', 1455 'swarming', 'android', 'gn', 'release_trybot',
1456 ], 1456 ],
1457 1457
1458 'swarming_android_gyp_release_bot_minimal_symbols': [
1459 'swarming', 'android', 'gyp', 'release_bot_minimal_symbols',
1460 ],
1461
1462 'swarming_android_gyp_release_trybot': [
1463 'swarming', 'android', 'gyp', 'release_trybot',
1464 ],
1465
1466 ('swarming_gyp_asan_clang_edge_fuzzer' 1458 ('swarming_gyp_asan_clang_edge_fuzzer'
1467 '_static_v8_heap_x86_full_symbols_release'): [ 1459 '_static_v8_heap_x86_full_symbols_release'): [
1468 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1460 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1469 'v8_heap', 'full_symbols', 'release', 1461 'v8_heap', 'full_symbols', 'release',
1470 ], 1462 ],
1471 1463
1472 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1464 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
1473 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1465 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
1474 'full_symbols', 'release', 1466 'full_symbols', 'release',
1475 ], 1467 ],
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 }, 2319 },
2328 2320
2329 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2321 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2330 2322
2331 'drmemory': { 2323 'drmemory': {
2332 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2324 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2333 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2325 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2334 }, 2326 },
2335 }, 2327 },
2336 } 2328 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698