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

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

Issue 1914313002: Re-land "Flip remaining non-lkgr linux memory bots to GN." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « third_party/instrumented_libraries/BUILD.gn ('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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'Mac10.10 Tests': 'none', 359 'Mac10.10 Tests': 'none',
360 'Mac10.11 Tests': 'none', 360 'Mac10.11 Tests': 'none',
361 'Mac10.9 Tests (dbg)': 'none', 361 'Mac10.9 Tests (dbg)': 'none',
362 'Mac10.9 Tests': 'none', 362 'Mac10.9 Tests': 'none',
363 'ios-device': 'ios_gyp', 363 'ios-device': 'ios_gyp',
364 'ios-device-gn': 'ios_gn', 364 'ios-device-gn': 'ios_gn',
365 'ios-simulator': 'ios_gyp', 365 'ios-simulator': 'ios_gyp',
366 'ios-simulator-gn': 'ios_gn', 366 'ios-simulator-gn': 'ios_gn',
367 }, 367 },
368 368
369 'chromium.memory': {
370 'Linux ASAN LSAN Builder': 'swarming_asan_lsan_gn_release_bot',
371 'Linux ASAN LSAN Tests (1)': 'none',
372 'Linux ASAN LSAN Tests (sandboxed)': 'none',
373 'Mac ASAN 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot',
374 'Mac ASAN 64 Tests (1)': 'none',
375 'Linux Chromium OS ASAN LSAN Builder':
376 'swarming_asan_lsan_chromeos_gyp_release_bot',
377 'Linux Chromium OS ASAN LSAN Tests (1)': 'none',
378 },
379
369 'chromium.memory.fyi': { 380 'chromium.memory.fyi': {
370 'Chromium Linux ChromeOS MSan Builder': 381 'Chromium Linux ChromeOS MSan Builder':
371 'swarming_gyp_chromeos_msan_release_bot', 382 'swarming_gyp_chromeos_msan_release_bot',
372 'Chromium Linux MSan Builder': 383 'Chromium Linux MSan Builder':
373 'swarming_gyp_msan_release_bot', 384 'swarming_msan_gn_release_bot',
374 'Chromium Linux TSan Builder': 385 'Chromium Linux TSan Builder':
375 'swarming_gyp_tsan_disable_nacl_release_bot', 386 'swarming_tsan_disable_nacl_gn_release_bot',
376 'Chromium Windows Builder (DrMemory x64)': 387 'Chromium Windows Builder (DrMemory x64)':
377 'gyp_drmemory_shared_release_x64', 388 'gyp_drmemory_shared_release_x64',
378 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', 389 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
379 'Linux ChromeOS MSan Tests': 'none', 390 'Linux ChromeOS MSan Tests': 'none',
380 'Linux MSan Tests': 'none', 391 'Linux MSan Tests': 'none',
381 'Linux TSan Tests': 'none', 392 'Linux TSan Tests': 'none',
382 'Windows Browser (DrMemory full) (1)': 'none', 393 'Windows Browser (DrMemory full) (1)': 'none',
383 'Windows Browser (DrMemory full) (10)': 'none', 394 'Windows Browser (DrMemory full) (10)': 'none',
384 'Windows Browser (DrMemory full) (11)': 'none', 395 'Windows Browser (DrMemory full) (11)': 'none',
385 'Windows Browser (DrMemory full) (12)': 'none', 396 'Windows Browser (DrMemory full) (12)': 'none',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'chromeos_amd64-generic_variable': 'findit', 716 'chromeos_amd64-generic_variable': 'findit',
706 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 717 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
707 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 718 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
708 'chromeos_daisy_variable': 'findit', 719 'chromeos_daisy_variable': 'findit',
709 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 720 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
710 'chromeos_x86-generic_variable': 'findit', 721 'chromeos_x86-generic_variable': 'findit',
711 'chromium_presubmit': 'none', 722 'chromium_presubmit': 'none',
712 'closure_compilation': 'closure_compilation', 723 'closure_compilation': 'closure_compilation',
713 'linux_arm': 'swarming_gyp_release_trybot_arm', 724 'linux_arm': 'swarming_gyp_release_trybot_arm',
714 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 725 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
715 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 726 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gn_release_trybot',
716 'linux_chromium_asan_variable': 'findit', 727 'linux_chromium_asan_variable': 'findit',
717 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot', 728 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot',
718 'linux_chromium_cast_variable': 'findit', 729 'linux_chromium_cast_variable': 'findit',
719 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on', 730 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on',
720 'linux_chromium_chromeos_asan_rel_ng': 731 'linux_chromium_chromeos_asan_rel_ng':
721 'swarming_asan_lsan_chromeos_gyp_release_trybot', 732 'swarming_asan_lsan_chromeos_gyp_release_trybot',
722 'linux_chromium_chromeos_asan_variable': 'findit', 733 'linux_chromium_chromeos_asan_variable': 'findit',
723 'linux_chromium_chromeos_compile_dbg_ng': 734 'linux_chromium_chromeos_compile_dbg_ng':
724 'swarming_chromeos_gyp_debug_trybot', 735 'swarming_chromeos_gyp_debug_trybot',
725 'linux_chromium_chromeos_compile_rel_ng': 736 'linux_chromium_chromeos_compile_rel_ng':
(...skipping 10 matching lines...) Expand all
736 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', 747 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
737 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 748 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
738 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 749 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
739 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 750 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
740 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 751 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
741 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 752 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
742 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 753 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
743 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', 754 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
744 'linux_chromium_gn_chromeos_variable': 'findit', 755 'linux_chromium_gn_chromeos_variable': 'findit',
745 'linux_chromium_gn_upload': 'gn_linux_upload', 756 'linux_chromium_gn_upload': 'gn_linux_upload',
746 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 757 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_trybot',
747 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 758 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
748 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
749 'linux_chromium_tsan_rel_ng': 759 'linux_chromium_tsan_rel_ng':
750 'swarming_gyp_tsan_disable_nacl_release_trybot', 760 'swarming_tsan_disable_nacl_gn_release_trybot',
751 'linux_chromium_variable': 'findit', 761 'linux_chromium_variable': 'findit',
752 'linux_chromium_variable_32': 'findit', 762 'linux_chromium_variable_32': 'findit',
753 'linux_chromium_variable_chrome': 'findit', 763 'linux_chromium_variable_chrome': 'findit',
754 'linux_chromium_variable_clobber': 'findit', 764 'linux_chromium_variable_clobber': 'findit',
755 'linux_chromium_variable_32_chrome': 'findit', 765 'linux_chromium_variable_32_chrome': 'findit',
756 'linux_chromium_variable_32_clobber': 'findit', 766 'linux_chromium_variable_32_clobber': 'findit',
757 'linux_chromium_webkit_asan_variable': 'findit', 767 'linux_chromium_webkit_asan_variable': 'findit',
758 'linux_chromium_webkit_leak_variable': 'findit', 768 'linux_chromium_webkit_leak_variable': 'findit',
759 'linux_chromium_webkit_msan_variable': 'findit', 769 'linux_chromium_webkit_msan_variable': 'findit',
760 'linux_chromium_webkit_variable': 'findit', 770 'linux_chromium_webkit_variable': 'findit',
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 ], 1468 ],
1459 1469
1460 'swarming_android_gn_release_trybot': [ 1470 'swarming_android_gn_release_trybot': [
1461 'swarming', 'android', 'gn', 'release_trybot', 1471 'swarming', 'android', 'gn', 'release_trybot',
1462 ], 1472 ],
1463 1473
1464 'swarming_asan_dcheck_gyp_release_bot': [ 1474 'swarming_asan_dcheck_gyp_release_bot': [
1465 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot', 1475 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot',
1466 ], 1476 ],
1467 1477
1468 'swarming_asan_lsan_chromeos_gyp_release_trybot': [ 1478 'swarming_asan_lsan_chromeos_gyp_release_bot': [
1469 'swarming', 'asan', 'lsan', 'chromeos', 'release_trybot', 1479 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_bot',
1470 ], 1480 ],
1471 1481
1472 'swarming_asan_lsan_gyp_release_trybot': [ 1482 'swarming_asan_lsan_chromeos_gyp_release_trybot': [
1473 'swarming', 'asan', 'lsan', 'release_trybot', 1483 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot',
1484 ],
1485
1486 'swarming_asan_lsan_chromeos_gyp_release_trybot': [
1487 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot',
1488 ],
1489
1490 'swarming_asan_lsan_full_symbols_gyp_release_bot': [
1491 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot',
1492 ],
1493
1494 'swarming_asan_lsan_gn_release_bot': [
1495 'swarming', 'asan', 'lsan', 'gn', 'release_bot',
1496 ],
1497
1498 'swarming_asan_lsan_gn_release_trybot': [
1499 'swarming', 'asan', 'lsan', 'gn', 'release_trybot',
1474 ], 1500 ],
1475 1501
1476 'swarming_chromeos_gn_release_trybot': [ 1502 'swarming_chromeos_gn_release_trybot': [
1477 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot', 1503 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
1478 ], 1504 ],
1479 1505
1480 'swarming_chromeos_gyp_debug_bot': [ 1506 'swarming_chromeos_gyp_debug_bot': [
1481 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot', 1507 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
1482 ], 1508 ],
1483 1509
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1799 ], 1825 ],
1800 1826
1801 'swarming_gyp_debug_bot': [ 1827 'swarming_gyp_debug_bot': [
1802 'swarming', 'gyp', 'debug_bot', 1828 'swarming', 'gyp', 'debug_bot',
1803 ], 1829 ],
1804 1830
1805 'swarming_gyp_debug_trybot': [ 1831 'swarming_gyp_debug_trybot': [
1806 'swarming', 'gyp', 'debug_trybot', 1832 'swarming', 'gyp', 'debug_trybot',
1807 ], 1833 ],
1808 1834
1809 'swarming_gyp_msan_release_bot': [
1810 'swarming', 'gyp', 'msan', 'release_bot',
1811 ],
1812
1813 'swarming_gyp_release_trybot_arm': [ 1835 'swarming_gyp_release_trybot_arm': [
1814 'swarming', 'gyp', 'release_trybot', 'arm', 'crosscompile', 1836 'swarming', 'gyp', 'release_trybot', 'arm', 'crosscompile',
1815 ], 1837 ],
1816 1838
1817 'swarming_gyp_syzyasan_release_trybot_x86': [ 1839 'swarming_gyp_syzyasan_release_trybot_x86': [
1818 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1840 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86',
1819 ], 1841 ],
1820 1842
1821 'swarming_gyp_tsan_disable_nacl_release_bot': [ 1843 'swarming_msan_gn_release_bot': [
1822 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_bot', 1844 'swarming', 'msan', 'gn', 'release_bot',
1823 ], 1845 ],
1824 1846
1825 'swarming_gyp_tsan_disable_nacl_release_trybot': [ 1847 'swarming_msan_gn_release_trybot': [
1826 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_trybot', 1848 'swarming', 'msan', 'gn', 'release_trybot',
1827 ], 1849 ],
1828 1850
1829 'swarming_msan_gyp_release_trybot': [ 1851 'swarming_tsan_disable_nacl_gn_release_bot': [
1830 'swarming', 'msan', 'gyp', 'release_trybot', 1852 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot',
1853 ],
1854
1855 'swarming_tsan_disable_nacl_gn_release_trybot': [
1856 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot',
1831 ], 1857 ],
1832 1858
1833 'win_clang_debug_bot': [ 1859 'win_clang_debug_bot': [
1834 'gn', 'clang', 'debug_bot_minimal_symbols', 1860 'gn', 'clang', 'debug_bot_minimal_symbols',
1835 ], 1861 ],
1836 }, 1862 },
1837 1863
1838 # This is a dict mapping a given 'mixin' name to a dict of settings that 1864 # This is a dict mapping a given 'mixin' name to a dict of settings that
1839 # mb should use. See //tools/mb/docs/user_guide.md for more information. 1865 # mb should use. See //tools/mb/docs/user_guide.md for more information.
1840 'mixins': { 1866 'mixins': {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 'gyp_defines': 'fastbuild=1', 2150 'gyp_defines': 'fastbuild=1',
2125 }, 2151 },
2126 2152
2127 'mipsel': { 2153 'mipsel': {
2128 'gn_args': 'target_cpu="mipsel"', 2154 'gn_args': 'target_cpu="mipsel"',
2129 'gyp_defines': 'target_arch=mipsel', 2155 'gyp_defines': 'target_arch=mipsel',
2130 }, 2156 },
2131 2157
2132 'msan': { 2158 'msan': {
2133 'gn_args': ('is_msan=true msan_track_origins=2 ' 2159 'gn_args': ('is_msan=true msan_track_origins=2 '
2134 'use_prebuilt_instrumented_libraries=true'), 2160 'use_prebuilt_instrumented_libraries=true'
2161 'enable_remoting=false'),
2135 'gyp_defines': ('msan=1 msan_track_origins=2 ' 2162 'gyp_defines': ('msan=1 msan_track_origins=2 '
2136 'use_prebuilt_instrumented_libraries=1'), 2163 'use_prebuilt_instrumented_libraries=1'),
2137 }, 2164 },
2138 2165
2139 'msan_no_origins': { 2166 'msan_no_origins': {
2140 'gn_args': ('is_msan=true msan_track_origins=0 ' 2167 'gn_args': ('is_msan=true msan_track_origins=0 '
2141 'use_prebuilt_instrumented_libraries=true'), 2168 'use_prebuilt_instrumented_libraries=true'),
2142 'gyp_defines': ('msan=1 msan_track_origins=0 ' 2169 'gyp_defines': ('msan=1 msan_track_origins=0 '
2143 'use_prebuilt_instrumented_libraries=1'), 2170 'use_prebuilt_instrumented_libraries=1'),
2144 }, 2171 },
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 }, 2307 },
2281 2308
2282 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2309 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2283 2310
2284 'drmemory': { 2311 'drmemory': {
2285 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2312 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2286 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2313 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2287 }, 2314 },
2288 }, 2315 },
2289 } 2316 }
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698