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

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

Issue 2077083002: [mb] Libfuzzer Mac ASan builder. (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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'gyp_chromeos_with_codecs_debug_bot', 203 'gyp_chromeos_with_codecs_debug_bot',
204 'MD Top Chrome Win material': 204 'MD Top Chrome Win material':
205 'gyp_debug_bot_minimal_symbols_x64', 205 'gyp_debug_bot_minimal_symbols_x64',
206 'MD Top Chrome Linux material': 'gn_debug_bot', 206 'MD Top Chrome Linux material': 'gn_debug_bot',
207 'LTO Linux': 'gn_official_goma_lto', 207 'LTO Linux': 'gn_official_goma_lto',
208 'LTO Linux Perf': 'gn_official_goma_lto', 208 'LTO Linux Perf': 'gn_official_goma_lto',
209 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 209 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
210 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', 210 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
211 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 211 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
212 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 212 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
213 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan',
213 'Linux ARM': 'swarming_gn_release_bot_arm', 214 'Linux ARM': 'swarming_gn_release_bot_arm',
214 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', 215 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot',
215 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', 216 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot',
216 'Linux V8 API Stability': 'gn_release_bot', 217 'Linux V8 API Stability': 'gn_release_bot',
217 'Site Isolation Linux': 'gn_release_trybot', 218 'Site Isolation Linux': 'gn_release_trybot',
218 'Site Isolation Win': 'gyp_release_trybot_x64', 219 'Site Isolation Win': 'gyp_release_trybot_x64',
219 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', 220 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
220 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', 221 'WebKit Linux - WPTServe': 'swarming_gn_release_bot',
221 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 222 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
222 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 223 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
(...skipping 2093 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 }, 2317 },
2317 2318
2318 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2319 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2319 2320
2320 'drmemory': { 2321 'drmemory': {
2321 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2322 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2322 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2323 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2323 }, 2324 },
2324 }, 2325 },
2325 } 2326 }
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