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

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

Issue 2033483003: Flip Linux MSAN (non-CF) bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memory_gn_changes
Patch Set: revert all changes but the flip 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'Mac ASan 64 Tests (1)': 'none', 380 'Mac ASan 64 Tests (1)': 'none',
381 'Linux Chromium OS ASan LSan Builder': 381 'Linux Chromium OS ASan LSan Builder':
382 'swarming_asan_lsan_chromeos_gyp_release_bot', 382 'swarming_asan_lsan_chromeos_gyp_release_bot',
383 'Linux Chromium OS ASan LSan Tests (1)': 'none', 383 'Linux Chromium OS ASan LSan Tests (1)': 'none',
384 }, 384 },
385 385
386 'chromium.memory.fyi': { 386 'chromium.memory.fyi': {
387 'Chromium Linux ChromeOS MSan Builder': 387 'Chromium Linux ChromeOS MSan Builder':
388 'swarming_gyp_chromeos_msan_release_bot', 388 'swarming_gyp_chromeos_msan_release_bot',
389 'Chromium Linux MSan Builder': 389 'Chromium Linux MSan Builder':
390 'swarming_gyp_msan_release_bot', 390 'swarming_msan_gn_release_bot',
391 'Chromium Linux TSan Builder': 391 'Chromium Linux TSan Builder':
392 'swarming_tsan_disable_nacl_gn_release_bot', 392 'swarming_tsan_disable_nacl_gn_release_bot',
393 'Chromium Windows Builder (DrMemory x64)': 393 'Chromium Windows Builder (DrMemory x64)':
394 'gyp_drmemory_shared_release_x64', 394 'gyp_drmemory_shared_release_x64',
395 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', 395 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
396 'Linux ChromeOS MSan Tests': 'none', 396 'Linux ChromeOS MSan Tests': 'none',
397 'Linux MSan Tests': 'none', 397 'Linux MSan Tests': 'none',
398 'Linux TSan Tests': 'none', 398 'Linux TSan Tests': 'none',
399 'Windows Browser (DrMemory full) (1)': 'none', 399 'Windows Browser (DrMemory full) (1)': 'none',
400 'Windows Browser (DrMemory full) (10)': 'none', 400 'Windows Browser (DrMemory full) (10)': 'none',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', 756 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
757 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 757 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
758 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 758 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
759 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 759 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
760 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 760 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
761 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 761 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
762 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 762 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
763 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', 763 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
764 'linux_chromium_gn_chromeos_variable': 'findit', 764 'linux_chromium_gn_chromeos_variable': 'findit',
765 'linux_chromium_gn_upload': 'gn_linux_upload', 765 'linux_chromium_gn_upload': 'gn_linux_upload',
766 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 766 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_trybot',
767 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 767 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
768 'linux_chromium_tsan_rel_ng': 768 'linux_chromium_tsan_rel_ng':
769 'swarming_tsan_disable_nacl_gn_release_trybot', 769 'swarming_tsan_disable_nacl_gn_release_trybot',
770 'linux_chromium_variable': 'findit', 770 'linux_chromium_variable': 'findit',
771 'linux_chromium_variable_32': 'findit', 771 'linux_chromium_variable_32': 'findit',
772 'linux_chromium_variable_chrome': 'findit', 772 'linux_chromium_variable_chrome': 'findit',
773 'linux_chromium_variable_clobber': 'findit', 773 'linux_chromium_variable_clobber': 'findit',
774 'linux_chromium_variable_32_chrome': 'findit', 774 'linux_chromium_variable_32_chrome': 'findit',
775 'linux_chromium_variable_32_clobber': 'findit', 775 'linux_chromium_variable_32_clobber': 'findit',
776 'linux_chromium_webkit_asan_variable': 'findit', 776 'linux_chromium_webkit_asan_variable': 'findit',
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 ], 1875 ],
1876 1876
1877 'swarming_tsan_disable_nacl_gn_release_bot': [ 1877 'swarming_tsan_disable_nacl_gn_release_bot': [
1878 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot', 1878 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot',
1879 ], 1879 ],
1880 1880
1881 'swarming_tsan_disable_nacl_gn_release_trybot': [ 1881 'swarming_tsan_disable_nacl_gn_release_trybot': [
1882 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot', 1882 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot',
1883 ], 1883 ],
1884 1884
1885 'swarming_msan_gyp_release_trybot': [ 1885 'swarming_msan_gn_release_bot': [
1886 'swarming', 'msan', 'gyp', 'release_trybot', 1886 'swarming', 'msan', 'gn', 'release_bot',
1887 ],
1888
1889 'swarming_msan_gn_release_trybot': [
1890 'swarming', 'msan', 'gn', 'release_trybot',
1887 ], 1891 ],
1888 1892
1889 'win_clang_debug_bot': [ 1893 'win_clang_debug_bot': [
1890 'gn', 'clang', 'debug_bot_minimal_symbols', 1894 'gn', 'clang', 'debug_bot_minimal_symbols',
1891 ], 1895 ],
1892 }, 1896 },
1893 1897
1894 # This is a dict mapping a given 'mixin' name to a dict of settings that 1898 # This is a dict mapping a given 'mixin' name to a dict of settings that
1895 # mb should use. See //tools/mb/docs/user_guide.md for more information. 1899 # mb should use. See //tools/mb/docs/user_guide.md for more information.
1896 'mixins': { 1900 'mixins': {
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 }, 2348 },
2345 2349
2346 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2350 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2347 2351
2348 'drmemory': { 2352 'drmemory': {
2349 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2353 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2350 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2354 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2351 }, 2355 },
2352 }, 2356 },
2353 } 2357 }
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