OLD | NEW |
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_gn_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_gn_release_bot_mac_strip', |
18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86', | 18 'Win': 'noswarming_gn_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)': |
26 'android_cronet_gn_debug_static_bot_arm64', | 26 'android_cronet_gn_debug_static_bot_arm64', |
27 'Android Cronet ARMv6 Builder': | 27 'Android Cronet ARMv6 Builder': |
(...skipping 28 matching lines...) Expand all Loading... |
56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot', | 56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot', |
57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', | 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', |
58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', | 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', |
59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', | 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', |
60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', | 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', |
61 }, | 61 }, |
62 | 62 |
63 'chromium.chrome': { | 63 'chromium.chrome': { |
64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', | 64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', |
65 'Google Chrome Linux x64': 'gn_official_goma', | 65 'Google Chrome Linux x64': 'gn_official_goma', |
66 'Google Chrome Mac': 'gyp_official_goma', | 66 'Google Chrome Mac': 'gn_official_goma', |
67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', | 67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', |
68 }, | 68 }, |
69 | 69 |
70 'chromium.chromiumos': { | 70 'chromium.chromiumos': { |
71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', | 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', |
72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', | 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', |
73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', | 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', |
74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', | 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', |
75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', | 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', |
76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', | 76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', |
77 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', | 77 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', |
78 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', | 78 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', |
79 'Linux ChromiumOS Ozone Builder': | 79 'Linux ChromiumOS Ozone Builder': |
80 'swarming_chromeos_ozone_gyp_release_bot', | 80 'swarming_chromeos_ozone_gn_release_bot', |
81 'Linux ChromiumOS Ozone Tests (1)': 'none', | 81 'Linux ChromiumOS Ozone Tests (1)': 'none', |
82 'Linux ChromiumOS Tests (1)': 'none', | 82 'Linux ChromiumOS Tests (1)': 'none', |
83 'Linux ChromiumOS Tests (dbg)(1)': 'none', | 83 'Linux ChromiumOS Tests (dbg)(1)': 'none', |
84 }, | 84 }, |
85 | 85 |
86 'chromium.fyi': { | 86 'chromium.fyi': { |
87 'Afl Upload Linux ASan': 'gn_release_afl_asan', | 87 'Afl Upload Linux ASan': 'gn_release_afl_asan', |
88 'Android ChromeDriver Tests (dbg)': 'none', | 88 'Android ChromeDriver Tests (dbg)': 'none', |
89 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', | 89 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', |
90 'Android Remoting Tests': 'none', | 90 'Android Remoting Tests': 'none', |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 'Mac 10.10 Perf (1)': 'none', | 454 'Mac 10.10 Perf (1)': 'none', |
455 'Mac 10.10 Perf (2)': 'none', | 455 'Mac 10.10 Perf (2)': 'none', |
456 'Mac 10.10 Perf (3)': 'none', | 456 'Mac 10.10 Perf (3)': 'none', |
457 'Mac 10.10 Perf (4)': 'none', | 457 'Mac 10.10 Perf (4)': 'none', |
458 'Mac 10.10 Perf (5)': 'none', | 458 'Mac 10.10 Perf (5)': 'none', |
459 'Mac 10.11 Perf (1)': 'none', | 459 'Mac 10.11 Perf (1)': 'none', |
460 'Mac 10.11 Perf (2)': 'none', | 460 'Mac 10.11 Perf (2)': 'none', |
461 'Mac 10.11 Perf (3)': 'none', | 461 'Mac 10.11 Perf (3)': 'none', |
462 'Mac 10.11 Perf (4)': 'none', | 462 'Mac 10.11 Perf (4)': 'none', |
463 'Mac 10.11 Perf (5)': 'none', | 463 'Mac 10.11 Perf (5)': 'none', |
464 'Mac Builder': 'gyp_official_goma', | 464 'Mac Builder': 'gn_official_goma', |
465 'Mac HDD Perf (1)': 'none', | 465 'Mac HDD Perf (1)': 'none', |
466 'Mac HDD Perf (2)': 'none', | 466 'Mac HDD Perf (2)': 'none', |
467 'Mac HDD Perf (3)': 'none', | 467 'Mac HDD Perf (3)': 'none', |
468 'Mac HDD Perf (4)': 'none', | 468 'Mac HDD Perf (4)': 'none', |
469 'Mac HDD Perf (5)': 'none', | 469 'Mac HDD Perf (5)': 'none', |
470 'Mac Retina Perf (1)': 'none', | 470 'Mac Retina Perf (1)': 'none', |
471 'Mac Retina Perf (2)': 'none', | 471 'Mac Retina Perf (2)': 'none', |
472 'Mac Retina Perf (3)': 'none', | 472 'Mac Retina Perf (3)': 'none', |
473 'Mac Retina Perf (4)': 'none', | 473 'Mac Retina Perf (4)': 'none', |
474 'Mac Retina Perf (5)': 'none', | 474 'Mac Retina Perf (5)': 'none', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 'Win7 (32) Tests': 'none', | 605 'Win7 (32) Tests': 'none', |
606 'Win7 Tests (1)': 'none', | 606 'Win7 Tests (1)': 'none', |
607 'Win7 Tests (dbg)(1)': 'none', | 607 'Win7 Tests (dbg)(1)': 'none', |
608 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86', | 608 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86', |
609 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', | 609 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', |
610 'WinClang64 (dbg)': 'win_clang_debug_bot', | 610 'WinClang64 (dbg)': 'win_clang_debug_bot', |
611 }, | 611 }, |
612 | 612 |
613 'official.desktop': { | 613 'official.desktop': { |
614 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', | 614 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', |
615 'mac64': 'gyp_official', | 615 'mac64': 'gn_official', |
616 'precise64': 'gn_official', | 616 'precise64': 'gn_official', |
617 | 617 |
618 # Currently the official bots set mini_installer_official_deps=1 | 618 # Currently the official bots set mini_installer_official_deps=1 |
619 # but it's not clear if that's actually used anywhere. | 619 # but it's not clear if that's actually used anywhere. |
620 'win': 'gn_official', | 620 'win': 'gn_official', |
621 'win-asan': 'gyp_official_syzyasan', | 621 'win-asan': 'gyp_official_syzyasan', |
622 'win-pgo': 'gyp_official_winpgo', | 622 'win-pgo': 'gyp_official_winpgo', |
623 'win64': 'gn_official_x64', | 623 'win64': 'gn_official_x64', |
624 'win64-pgo': 'gyp_official_winpgo_x64', | 624 'win64-pgo': 'gyp_official_winpgo_x64', |
625 }, | 625 }, |
626 | 626 |
627 'official.desktop.continuous': { | 627 'official.desktop.continuous': { |
628 'mac beta': 'gyp_official', | 628 'mac beta': 'gyp_official', |
629 'mac stable': 'gyp_official', | 629 'mac stable': 'gyp_official', |
630 'mac trunk': 'gyp_official', | 630 'mac trunk': 'gn_official', |
631 'precise64 beta': 'gn_official', | 631 'precise64 beta': 'gn_official', |
632 'precise64 stable': 'gn_official', | 632 'precise64 stable': 'gn_official', |
633 'precise64 trunk': 'gn_official', | 633 'precise64 trunk': 'gn_official', |
634 'win beta': 'gyp_official_six_concurrent_links', | 634 'win beta': 'gyp_official_six_concurrent_links', |
635 'win stable': 'gyp_official_six_concurrent_links', | 635 'win stable': 'gyp_official_six_concurrent_links', |
636 'win trunk': 'gn_official_six_concurrent_links', | 636 'win trunk': 'gn_official_six_concurrent_links', |
637 }, | 637 }, |
638 | 638 |
639 'tryserver.blink': { | 639 'tryserver.blink': { |
640 # Most tryservers should have '_trybot' in their config names, but | 640 # Most tryservers should have '_trybot' in their config names, but |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 'linux_chromium_chromeos_asan_variable': 'findit', | 729 'linux_chromium_chromeos_asan_variable': 'findit', |
730 'linux_chromium_chromeos_compile_dbg_ng': | 730 'linux_chromium_chromeos_compile_dbg_ng': |
731 'swarming_chromeos_gn_debug_trybot', | 731 'swarming_chromeos_gn_debug_trybot', |
732 'linux_chromium_chromeos_compile_rel_ng': | 732 'linux_chromium_chromeos_compile_rel_ng': |
733 'swarming_chromeos_gn_release_trybot', | 733 'swarming_chromeos_gn_release_trybot', |
734 'linux_chromium_chromeos_dbg_ng': | 734 'linux_chromium_chromeos_dbg_ng': |
735 'swarming_chromeos_gn_debug_trybot', | 735 'swarming_chromeos_gn_debug_trybot', |
736 'linux_chromium_chromeos_msan_rel_ng': | 736 'linux_chromium_chromeos_msan_rel_ng': |
737 'swarming_chromeos_msan_gn_release_bot', | 737 'swarming_chromeos_msan_gn_release_bot', |
738 'linux_chromium_chromeos_ozone_rel_ng': | 738 'linux_chromium_chromeos_ozone_rel_ng': |
739 'swarming_chromeos_gyp_ozone_release_trybot', | 739 'swarming_chromeos_gn_ozone_release_trybot', |
740 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gn_release_trybot', | 740 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gn_release_trybot', |
741 'linux_chromium_chromeos_variable': 'findit', | 741 'linux_chromium_chromeos_variable': 'findit', |
742 'linux_chromium_chromeos_variable_chrome': 'findit', | 742 'linux_chromium_chromeos_variable_chrome': 'findit', |
743 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', | 743 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', |
744 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86', | 744 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86', |
745 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', | 745 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', |
746 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', | 746 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', |
747 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86', | 747 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86', |
748 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', | 748 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', |
749 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 749 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1418 ], | 1418 ], |
1419 | 1419 |
1420 'noswarming_gn_release_bot_x64': [ | 1420 'noswarming_gn_release_bot_x64': [ |
1421 'noswarming', 'gn', 'release_bot', 'x64', | 1421 'noswarming', 'gn', 'release_bot', 'x64', |
1422 ], | 1422 ], |
1423 | 1423 |
1424 'noswarming_gn_release_bot_mac_strip': [ | 1424 'noswarming_gn_release_bot_mac_strip': [ |
1425 'noswarming', 'gn', 'release_bot', 'mac_strip', | 1425 'noswarming', 'gn', 'release_bot', 'mac_strip', |
1426 ], | 1426 ], |
1427 | 1427 |
1428 'noswarming_gyp_release_bot_mac_strip': [ | |
1429 'noswarming', 'gyp', 'release_bot', 'mac_strip', | |
1430 ], | |
1431 | |
1432 'noswarming_gn_release_trybot_x64': [ | 1428 'noswarming_gn_release_trybot_x64': [ |
1433 'noswarming', 'gn', 'release_trybot', 'x64', | 1429 'noswarming', 'gn', 'release_trybot', 'x64', |
1434 ], | 1430 ], |
1435 | 1431 |
1436 'noswarming_gn_release_trybot_x86': [ | 1432 'noswarming_gn_release_trybot_x86': [ |
1437 'noswarming', 'gn', 'release_trybot', 'x86', | 1433 'noswarming', 'gn', 'release_trybot', 'x86', |
1438 ], | 1434 ], |
1439 | 1435 |
1440 'swarming_android_gn_debug_static_bot': [ | 1436 'swarming_android_gn_debug_static_bot': [ |
1441 'swarming', 'android', 'gn', 'debug_static_bot', | 1437 'swarming', 'android', 'gn', 'debug_static_bot', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 ], | 1490 ], |
1495 | 1491 |
1496 'swarming_chromeos_gn_debug_bot': [ | 1492 'swarming_chromeos_gn_debug_bot': [ |
1497 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot', | 1493 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot', |
1498 ], | 1494 ], |
1499 | 1495 |
1500 'swarming_chromeos_gn_debug_trybot': [ | 1496 'swarming_chromeos_gn_debug_trybot': [ |
1501 'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot', | 1497 'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot', |
1502 ], | 1498 ], |
1503 | 1499 |
1504 'swarming_chromeos_gyp_ozone_release_trybot': [ | 1500 'swarming_chromeos_gn_ozone_release_trybot': [ |
1505 'swarming', 'chromeos_with_codecs', 'gyp', 'ozone', 'release_trybot', | 1501 'swarming', 'chromeos_with_codecs', 'gn', 'ozone', 'release_trybot', |
1506 ], | 1502 ], |
1507 | 1503 |
1508 'swarming_chromeos_gn_release_bot': [ | 1504 'swarming_chromeos_gn_release_bot': [ |
1509 'swarming', 'chromeos_with_codecs', 'gn', 'release_bot', | 1505 'swarming', 'chromeos_with_codecs', 'gn', 'release_bot', |
1510 ], | 1506 ], |
1511 | 1507 |
1512 'swarming_chromeos_gn_release_trybot': [ | 1508 'swarming_chromeos_gn_release_trybot': [ |
1513 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot', | 1509 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot', |
1514 ], | 1510 ], |
1515 | 1511 |
1516 'swarming_chromeos_msan_gn_release_bot': [ | 1512 'swarming_chromeos_msan_gn_release_bot': [ |
1517 'swarming', 'chromeos', 'msan', 'gn', 'release_bot', | 1513 'swarming', 'chromeos', 'msan', 'gn', 'release_bot', |
1518 ], | 1514 ], |
1519 | 1515 |
1520 'swarming_chromeos_ozone_gyp_release_bot': [ | 1516 'swarming_chromeos_ozone_gn_release_bot': [ |
1521 'swarming', 'chromeos_with_codecs', 'ozone', 'gyp', 'release_bot', | 1517 'swarming', 'chromeos_with_codecs', 'ozone', 'gn', 'release_bot', |
1522 ], | 1518 ], |
1523 | 1519 |
1524 'swarming_clang_tot_lld_release_shared': [ | 1520 'swarming_clang_tot_lld_release_shared': [ |
1525 # TODO(crbug.com/605819): Enable debug info in release builds. | 1521 # TODO(crbug.com/605819): Enable debug info in release builds. |
1526 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld', | 1522 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld', |
1527 ], | 1523 ], |
1528 | 1524 |
1529 'swarming_clang_tot_shared_debug': [ | 1525 'swarming_clang_tot_shared_debug': [ |
1530 'swarming', 'gn', 'clang_tot', 'shared', 'debug', | 1526 'swarming', 'gn', 'clang_tot', 'shared', 'debug', |
1531 ], | 1527 ], |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2299 }, | 2295 }, |
2300 | 2296 |
2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2297 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2302 | 2298 |
2303 'drmemory': { | 2299 'drmemory': { |
2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2300 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2301 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2306 }, | 2302 }, |
2307 }, | 2303 }, |
2308 } | 2304 } |
OLD | NEW |