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

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

Issue 2206963004: Don't build ipc_fuzzer on the CrWinASan(dll) bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'ClangToTWin64(dbg) tester': 'none', 182 'ClangToTWin64(dbg) tester': 'none',
183 'ClangToTWin64(dll)': 183 'ClangToTWin64(dll)':
184 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64', 184 'swarming_gn_clang_tot_minimal_symbols_shared_release_x64',
185 'ClangToTWin64(dll) tester': 'none', 185 'ClangToTWin64(dll) tester': 'none',
186 'ClangToTiOS': 'ios_gn', 186 'ClangToTiOS': 'ios_gn',
187 'Closure Compilation Linux': 'closure_compilation', 187 'Closure Compilation Linux': 'closure_compilation',
188 'CrWinAsan': 188 'CrWinAsan':
189 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', 189 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
190 'CrWinAsan tester': 'none', 190 'CrWinAsan tester': 'none',
191 'CrWinAsan(dll)': 191 'CrWinAsan(dll)':
192 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release', 192 'swarming_gn_asan_clang_shared_v8_heap_x86_full_symbols_release',
193 'CrWinAsan(dll) tester': 'none', 193 'CrWinAsan(dll) tester': 'none',
194 'CrWinAsanCov': 194 'CrWinAsanCov':
195 ('swarming_gn_asan_clang_edge_fuzzer' 195 ('swarming_gn_asan_clang_edge_fuzzer'
196 '_static_v8_heap_x86_full_symbols_release'), 196 '_static_v8_heap_x86_full_symbols_release'),
197 'CrWinAsanCov tester': 'none', 197 'CrWinAsanCov tester': 'none',
198 'CrWinClang(shared)': 198 'CrWinClang(shared)':
199 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86', 199 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86',
200 'CrWinClang(shared) tester': 'none', 200 'CrWinClang(shared) tester': 'none',
201 'CrWinClang64 tester': 'none', 201 'CrWinClang64 tester': 'none',
202 'CrWinClang64(dbg)': 'win_clang_debug_bot', 202 'CrWinClang64(dbg)': 'win_clang_debug_bot',
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 'swarming_gpu_tests_gn_release_bot': [ 1801 'swarming_gpu_tests_gn_release_bot': [
1802 'swarming', 'gpu_tests', 'gn', 'release_bot', 1802 'swarming', 'gpu_tests', 'gn', 'release_bot',
1803 ], 1803 ],
1804 1804
1805 ('swarming_gn_asan_clang_edge_fuzzer' 1805 ('swarming_gn_asan_clang_edge_fuzzer'
1806 '_static_v8_heap_x86_full_symbols_release'): [ 1806 '_static_v8_heap_x86_full_symbols_release'): [
1807 'swarming', 'gn', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1807 'swarming', 'gn', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1808 'v8_heap', 'full_symbols', 'release', 1808 'v8_heap', 'full_symbols', 'release',
1809 ], 1809 ],
1810 1810
1811 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1811 'swarming_gn_asan_clang_shared_v8_heap_x86_full_symbols_release': [
1812 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1812 'swarming', 'gn', 'asan', 'clang_tot', 'shared', 'v8_heap',
1813 'full_symbols', 'release', 1813 'full_symbols', 'release',
1814 ], 1814 ],
1815 1815
1816 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ 1816 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [
1817 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', 1817 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap',
1818 'full_symbols', 'release', 1818 'full_symbols', 'release',
1819 ], 1819 ],
1820 1820
1821 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [ 1821 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [
1822 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static', 1822 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2427 }, 2427 },
2428 2428
2429 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2429 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2430 2430
2431 'drmemory': { 2431 'drmemory': {
2432 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2432 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2433 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2433 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2434 }, 2434 },
2435 }, 2435 },
2436 } 2436 }
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