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

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

Issue 2035533002: Flip Linux memory, memory.fyi ASAN, TSAN bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory_gn_changes
Patch Set: patchset for review ... 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 | « 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 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_gyp_msan_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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'chromeos_amd64-generic_variable': 'findit', 717 'chromeos_amd64-generic_variable': 'findit',
707 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 718 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
708 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 719 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
709 'chromeos_daisy_variable': 'findit', 720 'chromeos_daisy_variable': 'findit',
710 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 721 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
711 'chromeos_x86-generic_variable': 'findit', 722 'chromeos_x86-generic_variable': 'findit',
712 'chromium_presubmit': 'none', 723 'chromium_presubmit': 'none',
713 'closure_compilation': 'closure_compilation', 724 'closure_compilation': 'closure_compilation',
714 'linux_arm': 'swarming_gn_release_trybot_arm', 725 'linux_arm': 'swarming_gn_release_trybot_arm',
715 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 726 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
716 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 727 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gn_release_trybot',
717 'linux_chromium_asan_variable': 'findit', 728 'linux_chromium_asan_variable': 'findit',
718 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot', 729 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot',
719 'linux_chromium_cast_variable': 'findit', 730 'linux_chromium_cast_variable': 'findit',
720 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on', 731 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on',
721 'linux_chromium_chromeos_asan_rel_ng': 732 'linux_chromium_chromeos_asan_rel_ng':
722 'swarming_asan_lsan_chromeos_gyp_release_trybot', 733 'swarming_asan_lsan_chromeos_gyp_release_trybot',
723 'linux_chromium_chromeos_asan_variable': 'findit', 734 'linux_chromium_chromeos_asan_variable': 'findit',
724 'linux_chromium_chromeos_compile_dbg_ng': 735 'linux_chromium_chromeos_compile_dbg_ng':
725 'swarming_chromeos_gyp_debug_trybot', 736 'swarming_chromeos_gyp_debug_trybot',
726 'linux_chromium_chromeos_compile_rel_ng': 737 'linux_chromium_chromeos_compile_rel_ng':
(...skipping 12 matching lines...) Expand all
739 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 750 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
740 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 751 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
741 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 752 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
742 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 753 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
743 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 754 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
744 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', 755 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
745 'linux_chromium_gn_chromeos_variable': 'findit', 756 'linux_chromium_gn_chromeos_variable': 'findit',
746 'linux_chromium_gn_upload': 'gn_linux_upload', 757 'linux_chromium_gn_upload': 'gn_linux_upload',
747 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 758 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
748 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 759 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
749 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
750 'linux_chromium_tsan_rel_ng': 760 'linux_chromium_tsan_rel_ng':
751 'swarming_gyp_tsan_disable_nacl_release_trybot', 761 'swarming_tsan_disable_nacl_gn_release_trybot',
752 'linux_chromium_variable': 'findit', 762 'linux_chromium_variable': 'findit',
753 'linux_chromium_variable_32': 'findit', 763 'linux_chromium_variable_32': 'findit',
754 'linux_chromium_variable_chrome': 'findit', 764 'linux_chromium_variable_chrome': 'findit',
755 'linux_chromium_variable_clobber': 'findit', 765 'linux_chromium_variable_clobber': 'findit',
756 'linux_chromium_variable_32_chrome': 'findit', 766 'linux_chromium_variable_32_chrome': 'findit',
757 'linux_chromium_variable_32_clobber': 'findit', 767 'linux_chromium_variable_32_clobber': 'findit',
758 'linux_chromium_webkit_asan_variable': 'findit', 768 'linux_chromium_webkit_asan_variable': 'findit',
759 'linux_chromium_webkit_leak_variable': 'findit', 769 'linux_chromium_webkit_leak_variable': 'findit',
760 'linux_chromium_webkit_msan_variable': 'findit', 770 'linux_chromium_webkit_msan_variable': 'findit',
761 'linux_chromium_webkit_variable': 'findit', 771 'linux_chromium_webkit_variable': 'findit',
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 ], 1473 ],
1464 1474
1465 'swarming_android_gn_release_trybot_arm64': [ 1475 'swarming_android_gn_release_trybot_arm64': [
1466 'swarming', 'android', 'gn', 'release_trybot', 'arm64', 1476 'swarming', 'android', 'gn', 'release_trybot', 'arm64',
1467 ], 1477 ],
1468 1478
1469 'swarming_asan_dcheck_gyp_release_bot': [ 1479 'swarming_asan_dcheck_gyp_release_bot': [
1470 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot', 1480 'swarming', 'asan', 'dcheck_always_on', 'gyp', 'release_bot',
1471 ], 1481 ],
1472 1482
1473 'swarming_asan_lsan_chromeos_gyp_release_trybot': [ 1483 'swarming_asan_lsan_chromeos_gyp_release_bot': [
1474 'swarming', 'asan', 'lsan', 'chromeos', 'release_trybot', 1484 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_bot',
1475 ], 1485 ],
1476 1486
1477 'swarming_asan_lsan_gyp_release_trybot': [ 1487 'swarming_asan_lsan_chromeos_gyp_release_trybot': [
1478 'swarming', 'asan', 'lsan', 'release_trybot', 1488 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot',
1489 ],
1490
1491 'swarming_asan_lsan_chromeos_gyp_release_trybot': [
1492 'swarming', 'asan', 'lsan', 'chromeos', 'gyp', 'release_trybot',
1493 ],
1494
1495 'swarming_asan_lsan_full_symbols_gyp_release_bot': [
1496 'swarming', 'asan', 'lsan', 'full_symbols', 'gyp', 'release_bot',
1497 ],
1498
1499 'swarming_asan_lsan_gn_release_bot': [
1500 'swarming', 'asan', 'lsan', 'gn', 'release_bot',
1501 ],
1502
1503 'swarming_asan_lsan_gn_release_trybot': [
1504 'swarming', 'asan', 'lsan', 'gn', 'release_trybot',
1479 ], 1505 ],
1480 1506
1481 'swarming_chromeos_gn_release_trybot': [ 1507 'swarming_chromeos_gn_release_trybot': [
1482 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot', 1508 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
1483 ], 1509 ],
1484 1510
1485 'swarming_chromeos_gyp_debug_bot': [ 1511 'swarming_chromeos_gyp_debug_bot': [
1486 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot', 1512 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
1487 ], 1513 ],
1488 1514
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 ], 1842 ],
1817 1843
1818 'swarming_gn_release_trybot_arm': [ 1844 'swarming_gn_release_trybot_arm': [
1819 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile', 1845 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile',
1820 ], 1846 ],
1821 1847
1822 'swarming_gyp_syzyasan_release_trybot_x86': [ 1848 'swarming_gyp_syzyasan_release_trybot_x86': [
1823 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1849 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86',
1824 ], 1850 ],
1825 1851
1826 'swarming_gyp_tsan_disable_nacl_release_bot': [ 1852 'swarming_tsan_disable_nacl_gn_release_bot': [
1827 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_bot', 1853 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot',
1828 ], 1854 ],
1829 1855
1830 'swarming_gyp_tsan_disable_nacl_release_trybot': [ 1856 'swarming_tsan_disable_nacl_gn_release_trybot': [
1831 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_trybot', 1857 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot',
1832 ], 1858 ],
1833 1859
1834 'swarming_msan_gyp_release_trybot': [ 1860 'swarming_msan_gyp_release_trybot': [
1835 'swarming', 'msan', 'gyp', 'release_trybot', 1861 'swarming', 'msan', 'gyp', 'release_trybot',
1836 ], 1862 ],
1837 1863
1838 'win_clang_debug_bot': [ 1864 'win_clang_debug_bot': [
1839 'gn', 'clang', 'debug_bot_minimal_symbols', 1865 'gn', 'clang', 'debug_bot_minimal_symbols',
1840 ], 1866 ],
1841 }, 1867 },
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 }, 2311 },
2286 2312
2287 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2313 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2288 2314
2289 'drmemory': { 2315 'drmemory': {
2290 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2316 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2291 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2317 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2292 }, 2318 },
2293 }, 2319 },
2294 } 2320 }
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