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

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

Issue 2063583002: Disable DCHECKs on linux_chromium_msan_rel_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', 748 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
749 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 749 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
750 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 750 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
751 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 751 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
752 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 752 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
753 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 753 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
754 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 754 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
755 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', 755 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
756 'linux_chromium_gn_chromeos_variable': 'findit', 756 'linux_chromium_gn_chromeos_variable': 'findit',
757 'linux_chromium_gn_upload': 'gn_linux_upload', 757 'linux_chromium_gn_upload': 'gn_linux_upload',
758 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_trybot', 758
759 # This is intentionally a release_bot and not a release_trybot;
760 # enabling DCHECKs seems to cause flaky failures that don't show up
761 # on the continuous builder.
762 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_bot',
763
759 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 764 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
760 'linux_chromium_tsan_rel_ng': 765 'linux_chromium_tsan_rel_ng':
761 'swarming_tsan_disable_nacl_gn_release_trybot', 766 'swarming_tsan_disable_nacl_gn_release_trybot',
762 'linux_chromium_variable': 'findit', 767 'linux_chromium_variable': 'findit',
763 'linux_chromium_variable_32': 'findit', 768 'linux_chromium_variable_32': 'findit',
764 'linux_chromium_variable_chrome': 'findit', 769 'linux_chromium_variable_chrome': 'findit',
765 'linux_chromium_variable_clobber': 'findit', 770 'linux_chromium_variable_clobber': 'findit',
766 'linux_chromium_variable_32_chrome': 'findit', 771 'linux_chromium_variable_32_chrome': 'findit',
767 'linux_chromium_variable_32_clobber': 'findit', 772 'linux_chromium_variable_32_clobber': 'findit',
768 'linux_chromium_webkit_asan_variable': 'findit', 773 'linux_chromium_webkit_asan_variable': 'findit',
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1863 ], 1868 ],
1864 1869
1865 'swarming_tsan_disable_nacl_gn_release_trybot': [ 1870 'swarming_tsan_disable_nacl_gn_release_trybot': [
1866 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot', 1871 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_trybot',
1867 ], 1872 ],
1868 1873
1869 'swarming_msan_gn_release_bot': [ 1874 'swarming_msan_gn_release_bot': [
1870 'swarming', 'msan', 'gn', 'release_bot', 1875 'swarming', 'msan', 'gn', 'release_bot',
1871 ], 1876 ],
1872 1877
1873 'swarming_msan_gn_release_trybot': [
1874 'swarming', 'msan', 'gn', 'release_trybot',
1875 ],
1876
1877 'win_clang_debug_bot': [ 1878 'win_clang_debug_bot': [
1878 'gn', 'clang', 'debug_bot_minimal_symbols', 1879 'gn', 'clang', 'debug_bot_minimal_symbols',
1879 ], 1880 ],
1880 }, 1881 },
1881 1882
1882 # This is a dict mapping a given 'mixin' name to a dict of settings that 1883 # This is a dict mapping a given 'mixin' name to a dict of settings that
1883 # mb should use. See //tools/mb/docs/user_guide.md for more information. 1884 # mb should use. See //tools/mb/docs/user_guide.md for more information.
1884 'mixins': { 1885 'mixins': {
1885 # We build Android with codecs on most bots to ensure maximum test 1886 # We build Android with codecs on most bots to ensure maximum test
1886 # coverage, but use 'android_without_codecs' on bots responsible for 1887 # coverage, but use 'android_without_codecs' on bots responsible for
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 }, 2328 },
2328 2329
2329 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2330 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2330 2331
2331 'drmemory': { 2332 'drmemory': {
2332 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2333 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2333 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2334 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2334 }, 2335 },
2335 }, 2336 },
2336 } 2337 }
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