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 |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 'Mac10.11 Tests': 'none', | 343 'Mac10.11 Tests': 'none', |
344 'Mac10.9 Tests (dbg)': 'none', | 344 'Mac10.9 Tests (dbg)': 'none', |
345 'Mac10.9 Tests': 'none', | 345 'Mac10.9 Tests': 'none', |
346 'iOS_Device': 'ios_gyp', | 346 'iOS_Device': 'ios_gyp', |
347 'iOS_Device_(ninja)': 'ios_gyp', | 347 'iOS_Device_(ninja)': 'ios_gyp', |
348 'iOS_Device_GN': 'ios_gn', | 348 'iOS_Device_GN': 'ios_gn', |
349 'iOS_Simulator_(dbg)': 'ios_gyp', | 349 'iOS_Simulator_(dbg)': 'ios_gyp', |
350 'iOS_Simulator_GN_(dbg)': 'ios_gn', | 350 'iOS_Simulator_GN_(dbg)': 'ios_gn', |
351 }, | 351 }, |
352 | 352 |
| 353 'chromium.memory': { |
| 354 'Linux ASAN LSAN Builder': 'swarming_asan_lsan_gn_release_bot', |
| 355 'Linux ASAN LSAN Tests (1)': 'none', |
| 356 'Linux ASAN LSAN Tests (sandboxed)': 'none', |
| 357 'Mac ASAN 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot', |
| 358 'Mac ASAN 64 Tests (1)': 'none', |
| 359 'Linux Chromium OS ASAN LSAN Builder': |
| 360 'swarming_asan_lsan_chromeos_gyp_release_bot', |
| 361 'Linux Chromium OS ASAN LSAN Tests (1)': 'none', |
| 362 }, |
| 363 |
353 'chromium.memory.fyi': { | 364 'chromium.memory.fyi': { |
354 'Chromium Linux ChromeOS MSan Builder': | 365 'Chromium Linux ChromeOS MSan Builder': |
355 'swarming_gyp_chromeos_msan_release_bot', | 366 'swarming_gyp_chromeos_msan_release_bot', |
356 'Chromium Linux MSan Builder': | 367 'Chromium Linux MSan Builder': |
357 'swarming_gyp_msan_release_bot', | 368 'swarming_msan_gn_release_bot', |
358 'Chromium Linux TSan Builder': | 369 'Chromium Linux TSan Builder': |
359 'swarming_gyp_tsan_disable_nacl_release_bot', | 370 'swarming_tsan_disable_nacl_gn_release_bot', |
360 'Chromium Windows Builder (DrMemory x64)': | 371 'Chromium Windows Builder (DrMemory x64)': |
361 'gyp_drmemory_shared_release_x64', | 372 'gyp_drmemory_shared_release_x64', |
362 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', | 373 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', |
363 'Linux ChromeOS MSan Tests': 'none', | 374 'Linux ChromeOS MSan Tests': 'none', |
364 'Linux MSan Tests': 'none', | 375 'Linux MSan Tests': 'none', |
365 'Linux TSan Tests': 'none', | 376 'Linux TSan Tests': 'none', |
366 'Windows Browser (DrMemory full) (1)': 'none', | 377 'Windows Browser (DrMemory full) (1)': 'none', |
367 'Windows Browser (DrMemory full) (10)': 'none', | 378 'Windows Browser (DrMemory full) (10)': 'none', |
368 'Windows Browser (DrMemory full) (11)': 'none', | 379 'Windows Browser (DrMemory full) (11)': 'none', |
369 'Windows Browser (DrMemory full) (12)': 'none', | 380 'Windows Browser (DrMemory full) (12)': 'none', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'cast_shell_linux': 'cast_gn_release_trybot', | 692 'cast_shell_linux': 'cast_gn_release_trybot', |
682 'chromeos_amd64-generic_variable': 'findit', | 693 'chromeos_amd64-generic_variable': 'findit', |
683 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', | 694 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', |
684 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', | 695 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', |
685 'chromeos_daisy_variable': 'findit', | 696 'chromeos_daisy_variable': 'findit', |
686 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', | 697 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp', |
687 'chromeos_x86-generic_variable': 'findit', | 698 'chromeos_x86-generic_variable': 'findit', |
688 'chromium_presubmit': 'none', | 699 'chromium_presubmit': 'none', |
689 'linux_arm': 'swarming_gyp_release_trybot_arm', | 700 'linux_arm': 'swarming_gyp_release_trybot_arm', |
690 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', | 701 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', |
691 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', | 702 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gn_release_trybot', |
692 'linux_chromium_asan_variable': 'findit', | 703 'linux_chromium_asan_variable': 'findit', |
693 'linux_chromium_browser_side_navigation_rel': 'gyp_release_trybot', | 704 'linux_chromium_browser_side_navigation_rel': 'gyp_release_trybot', |
694 'linux_chromium_cast_variable': 'findit', | 705 'linux_chromium_cast_variable': 'findit', |
695 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot', | 706 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot', |
696 'linux_chromium_chromeos_asan_rel_ng': | 707 'linux_chromium_chromeos_asan_rel_ng': |
697 'swarming_asan_lsan_chromeos_gyp_release_trybot', | 708 'swarming_asan_lsan_chromeos_gyp_release_trybot', |
698 'linux_chromium_chromeos_asan_variable': 'findit', | 709 'linux_chromium_chromeos_asan_variable': 'findit', |
699 'linux_chromium_chromeos_compile_dbg_ng': | 710 'linux_chromium_chromeos_compile_dbg_ng': |
700 'swarming_chromeos_gyp_debug_trybot', | 711 'swarming_chromeos_gyp_debug_trybot', |
701 'linux_chromium_chromeos_compile_rel_ng': | 712 'linux_chromium_chromeos_compile_rel_ng': |
(...skipping 10 matching lines...) Expand all Loading... |
712 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', | 723 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', |
713 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 724 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
714 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', | 725 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', |
715 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', | 726 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', |
716 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 727 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
717 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', | 728 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', |
718 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 729 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
719 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', | 730 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', |
720 'linux_chromium_gn_chromeos_variable': 'findit', | 731 'linux_chromium_gn_chromeos_variable': 'findit', |
721 'linux_chromium_gn_upload': 'gn_linux_upload', | 732 'linux_chromium_gn_upload': 'gn_linux_upload', |
722 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', | 733 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_trybot', |
723 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', | 734 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', |
724 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', | 735 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
725 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', | |
726 'linux_chromium_tsan_rel_ng': | 736 'linux_chromium_tsan_rel_ng': |
727 'swarming_gyp_tsan_disable_nacl_release_trybot', | 737 'swarming_tsan_disable_nacl_gn_release_trybot', |
728 'linux_chromium_variable': 'findit', | 738 'linux_chromium_variable': 'findit', |
729 'linux_chromium_variable_32': 'findit', | 739 'linux_chromium_variable_32': 'findit', |
730 'linux_chromium_variable_chrome': 'findit', | 740 'linux_chromium_variable_chrome': 'findit', |
731 'linux_chromium_variable_clobber': 'findit', | 741 'linux_chromium_variable_clobber': 'findit', |
732 'linux_chromium_variable_32_chrome': 'findit', | 742 'linux_chromium_variable_32_chrome': 'findit', |
733 'linux_chromium_variable_32_clobber': 'findit', | 743 'linux_chromium_variable_32_clobber': 'findit', |
734 'linux_chromium_webkit_asan_variable': 'findit', | 744 'linux_chromium_webkit_asan_variable': 'findit', |
735 'linux_chromium_webkit_leak_variable': 'findit', | 745 'linux_chromium_webkit_leak_variable': 'findit', |
736 'linux_chromium_webkit_msan_variable': 'findit', | 746 'linux_chromium_webkit_msan_variable': 'findit', |
737 'linux_chromium_webkit_variable': 'findit', | 747 'linux_chromium_webkit_variable': 'findit', |
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1452 | 1462 |
1453 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ | 1463 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ |
1454 'swarming', 'gyp', 'asan', 'clang', 'fuzzer', 'static', 'v8_heap', | 1464 'swarming', 'gyp', 'asan', 'clang', 'fuzzer', 'static', 'v8_heap', |
1455 'full_symbols', 'release', | 1465 'full_symbols', 'release', |
1456 ], | 1466 ], |
1457 | 1467 |
1458 'swarming_asan_dcheck_gyp_release_bot': [ | 1468 'swarming_asan_dcheck_gyp_release_bot': [ |
1459 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot', | 1469 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot', |
1460 ], | 1470 ], |
1461 | 1471 |
1462 'swarming_asan_lsan_gyp_release_trybot': [ | |
1463 'swarming', 'asan', 'lsan', 'release_trybot', | |
1464 ], | |
1465 | |
1466 'swarming_asan_lsan_chromeos_gyp_release_trybot': [ | 1472 'swarming_asan_lsan_chromeos_gyp_release_trybot': [ |
1467 'swarming', 'asan', 'lsan', 'chromeos', 'release_trybot', | 1473 'swarming', 'asan', 'lsan', 'chromeos', 'release_trybot', |
1468 ], | 1474 ], |
1469 | 1475 |
| 1476 'swarming_asan_lsan_gn_release_bot': [ |
| 1477 'swarming', 'asan', 'lsan', 'gn', 'release_bot', |
| 1478 ], |
| 1479 |
| 1480 'swarming_asan_lsan_gn_release_trybot': [ |
| 1481 'swarming', 'asan', 'lsan', 'gn', 'release_trybot', |
| 1482 ], |
| 1483 |
| 1484 'swarming_asan_lsan_chromeos_gyp_release_bot': [ |
| 1485 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_bot', |
| 1486 ], |
| 1487 |
| 1488 'swarming_asan_lsan_full_symbols_gyp_release_bot': [ |
| 1489 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot', |
| 1490 ], |
| 1491 |
1470 'swarming_chromeos_gn_release_trybot': [ | 1492 'swarming_chromeos_gn_release_trybot': [ |
1471 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot', | 1493 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot', |
1472 ], | 1494 ], |
1473 | 1495 |
1474 'swarming_chromeos_gyp_debug_bot': [ | 1496 'swarming_chromeos_gyp_debug_bot': [ |
1475 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot', | 1497 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot', |
1476 ], | 1498 ], |
1477 | 1499 |
1478 'swarming_chromeos_gyp_debug_trybot': [ | 1500 'swarming_chromeos_gyp_debug_trybot': [ |
1479 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_trybot', | 1501 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_trybot', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1516 ], | 1538 ], |
1517 | 1539 |
1518 'swarming_gyp_debug_trybot': [ | 1540 'swarming_gyp_debug_trybot': [ |
1519 'swarming', 'gyp', 'debug_trybot', | 1541 'swarming', 'gyp', 'debug_trybot', |
1520 ], | 1542 ], |
1521 | 1543 |
1522 'swarming_gpu_tests_gyp_release_trybot': [ | 1544 'swarming_gpu_tests_gyp_release_trybot': [ |
1523 'swarming', 'gpu_tests', 'gyp', 'release_trybot', | 1545 'swarming', 'gpu_tests', 'gyp', 'release_trybot', |
1524 ], | 1546 ], |
1525 | 1547 |
| 1548 'swarming_msan_gn_release_bot': [ |
| 1549 'swarming', 'msan', 'gn', 'release_bot', |
| 1550 ], |
| 1551 |
| 1552 'swarming_msan_gn_release_trybot': [ |
| 1553 'swarming', 'msan', 'gn', 'release_trybot', |
| 1554 ], |
| 1555 |
1526 'swarming_msan_gyp_release_trybot': [ | 1556 'swarming_msan_gyp_release_trybot': [ |
1527 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot', | 1557 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot', |
1528 ], | 1558 ], |
1529 | 1559 |
1530 'swarming_gn_asan_lsan_release_bot_x64': [ | 1560 'swarming_gn_asan_lsan_release_bot_x64': [ |
1531 'swarming', 'gn', 'asan', 'lsan', 'release_bot', 'x64', | 1561 'swarming', 'gn', 'asan', 'lsan', 'release_bot', 'x64', |
1532 ], | 1562 ], |
1533 | 1563 |
1534 'swarming_gn_msan_release_bot_x64': [ | 1564 'swarming_gn_msan_release_bot_x64': [ |
1535 'swarming', 'gn', 'msan', 'release_bot', 'x64', | 1565 'swarming', 'gn', 'msan', 'release_bot', 'x64', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1736 ], | 1766 ], |
1737 | 1767 |
1738 'swarming_gyp_debug_bot_no_symbols_x86': [ | 1768 'swarming_gyp_debug_bot_no_symbols_x86': [ |
1739 'swarming', 'gyp', 'debug_bot', 'no_symbols', 'x86', | 1769 'swarming', 'gyp', 'debug_bot', 'no_symbols', 'x86', |
1740 ], | 1770 ], |
1741 | 1771 |
1742 'swarming_gyp_debug_trybot_x86': [ | 1772 'swarming_gyp_debug_trybot_x86': [ |
1743 'swarming', 'gyp', 'debug_trybot', 'x86', | 1773 'swarming', 'gyp', 'debug_trybot', 'x86', |
1744 ], | 1774 ], |
1745 | 1775 |
1746 'swarming_gyp_msan_release_bot': [ | |
1747 'swarming', 'gyp', 'msan', 'release_bot', | |
1748 ], | |
1749 | |
1750 'swarming_gyp_release_bot': [ | 1776 'swarming_gyp_release_bot': [ |
1751 'swarming', 'gyp', 'release_bot', | 1777 'swarming', 'gyp', 'release_bot', |
1752 ], | 1778 ], |
1753 | 1779 |
1754 'swarming_gyp_release_bot_arm': [ | 1780 'swarming_gyp_release_bot_arm': [ |
1755 'swarming', 'gyp', 'release_bot', 'arm', 'crosscompile', | 1781 'swarming', 'gyp', 'release_bot', 'arm', 'crosscompile', |
1756 ], | 1782 ], |
1757 | 1783 |
1758 'swarming_gyp_release_bot_minimal_symbols_x64': [ | 1784 'swarming_gyp_release_bot_minimal_symbols_x64': [ |
1759 'swarming', 'gyp', 'release_bot_minimal_symbols', 'x64', | 1785 'swarming', 'gyp', 'release_bot_minimal_symbols', 'x64', |
(...skipping 17 matching lines...) Expand all Loading... |
1777 | 1803 |
1778 'swarming_gyp_release_trybot_minimal_symbols_x86': [ | 1804 'swarming_gyp_release_trybot_minimal_symbols_x86': [ |
1779 'swarming', 'gyp', 'release_trybot', 'minimal_symbols', 'x86', | 1805 'swarming', 'gyp', 'release_trybot', 'minimal_symbols', 'x86', |
1780 ], | 1806 ], |
1781 | 1807 |
1782 'swarming_gyp_syzyasan_release_trybot_minimal_symbols_x86': [ | 1808 'swarming_gyp_syzyasan_release_trybot_minimal_symbols_x86': [ |
1783 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'minimal_symbols', | 1809 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'minimal_symbols', |
1784 'x86', | 1810 'x86', |
1785 ], | 1811 ], |
1786 | 1812 |
1787 'swarming_gyp_tsan_disable_nacl_release_bot': [ | 1813 'swarming_tsan_disable_nacl_gn_release_bot': [ |
1788 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_bot', | 1814 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot', |
1789 ], | 1815 ], |
1790 | 1816 |
1791 'swarming_gyp_tsan_disable_nacl_release_trybot': [ | 1817 'swarming_tsan_disable_nacl_gn_release_trybot': [ |
1792 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_trybot', | 1818 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot', |
1793 ], | 1819 ], |
1794 | 1820 |
1795 'gn_debug_bot_minimal_symbols_chrome_with_codecs': [ | 1821 'gn_debug_bot_minimal_symbols_chrome_with_codecs': [ |
1796 'gn', 'debug_bot_minimal_symbols', 'chrome_with_codecs', | 1822 'gn', 'debug_bot_minimal_symbols', 'chrome_with_codecs', |
1797 ], | 1823 ], |
1798 | 1824 |
1799 'gn_debug_static_bot_chrome_with_codecs': [ | 1825 'gn_debug_static_bot_chrome_with_codecs': [ |
1800 'gn', 'debug_static_bot', 'chrome_with_codecs', | 1826 'gn', 'debug_static_bot', 'chrome_with_codecs', |
1801 ], | 1827 ], |
1802 | 1828 |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2259 }, | 2285 }, |
2260 | 2286 |
2261 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2287 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2262 | 2288 |
2263 'drmemory': { | 2289 'drmemory': { |
2264 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2290 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2265 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2291 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2266 }, | 2292 }, |
2267 }, | 2293 }, |
2268 } | 2294 } |
OLD | NEW |