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

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

Issue 2047323003: Do not build the IPC fuzzer on chromium.lkgr debug bots. (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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'Cast Linux': 'cast_gn_release_bot', 307 'Cast Linux': 'cast_gn_release_bot',
308 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 308 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
309 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86', 309 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86',
310 'Linux Builder': 'swarming_gn_release_bot', 310 'Linux Builder': 'swarming_gn_release_bot',
311 'Linux Tests (dbg)(1)': 'none', 311 'Linux Tests (dbg)(1)': 'none',
312 'Linux Tests (dbg)(1)(32)': 'none', 312 'Linux Tests (dbg)(1)(32)': 'none',
313 'Linux Tests': 'none', 313 'Linux Tests': 'none',
314 }, 314 },
315 315
316 'chromium.lkgr': { 316 'chromium.lkgr': {
317 'ASAN Debug': 'gn_asan_lsan_edge_fuzzer_debug_bot', 317 'ASAN Debug': 'gn_asan_lsan_edge_debug_bot',
318 'ASAN Release (symbolized)': 318 'ASAN Release (symbolized)':
319 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', 319 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
320 'ASAN Release Media': 320 'ASAN Release Media':
321 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot', 321 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot',
322 'ASAN Release': 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot', 322 'ASAN Release': 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot',
323 'ASan Debug (32-bit x86 with V8-ARM)': 323 'ASan Debug (32-bit x86 with V8-ARM)':
324 'gn_asan_edge_fuzzer_v8_heap_debug_bot_hybrid', 324 'gn_asan_edge_v8_heap_debug_bot_hybrid',
325 'ASan Release (32-bit x86 with V8-ARM)': 325 'ASan Release (32-bit x86 with V8-ARM)':
326 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid', 326 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid',
327 'ASan Release (32-bit x86 with V8-ARM, symbolized)': 327 'ASan Release (32-bit x86 with V8-ARM, symbolized)':
328 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid', 328 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid',
329 'ASan Release Media (32-bit x86 with V8-ARM)': 329 'ASan Release Media (32-bit x86 with V8-ARM)':
330 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid', 330 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid',
331 'ChromiumOS ASAN Release': 331 'ChromiumOS ASAN Release':
332 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot', 332 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
333 'MSAN Release (chained origins)': 'gyp_msan_edge_release_bot', 333 'MSAN Release (chained origins)': 'gyp_msan_edge_release_bot',
334 'MSAN Release (no origins)': 'gyp_msan_no_origins_edge_release_bot', 334 'MSAN Release (no origins)': 'gyp_msan_no_origins_edge_release_bot',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 1211
1212 'gn_ubsan_vptr_release_bot': [ 1212 'gn_ubsan_vptr_release_bot': [
1213 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', 1213 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot',
1214 ], 1214 ],
1215 1215
1216 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ 1216 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [
1217 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', 1217 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs',
1218 'release_bot', 'hybrid', 1218 'release_bot', 'hybrid',
1219 ], 1219 ],
1220 1220
1221 'gn_asan_edge_fuzzer_v8_heap_debug_bot_hybrid': [ 1221 'gn_asan_edge_v8_heap_debug_bot_hybrid': [
1222 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'debug_bot', 'hybrid', 1222 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid',
1223 ], 1223 ],
1224 1224
1225 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ 1225 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [
1226 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', 1226 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid',
1227 ], 1227 ],
1228 1228
1229 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86': [ 1229 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86': [
1230 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', 1230 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release', 'static', 'x86',
1231 ], 1231 ],
1232 1232
(...skipping 16 matching lines...) Expand all
1249 ], 1249 ],
1250 1250
1251 'gyp_asan_fuzzer_v8_heap_release_bot': [ 1251 'gyp_asan_fuzzer_v8_heap_release_bot': [
1252 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 1252 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot',
1253 ], 1253 ],
1254 1254
1255 'gyp_asan_fuzzer_v8_heap_release_static_x86': [ 1255 'gyp_asan_fuzzer_v8_heap_release_static_x86': [
1256 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', 1256 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86',
1257 ], 1257 ],
1258 1258
1259 'gn_asan_lsan_edge_fuzzer_debug_bot': [ 1259 'gn_asan_lsan_edge_debug_bot': [
1260 'gn', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot', 1260 'gn', 'asan', 'lsan', 'edge', 'debug_bot',
1261 ], 1261 ],
1262 1262
1263 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ 1263 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [
1264 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', 1264 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs',
1265 'release_bot', 1265 'release_bot',
1266 ], 1266 ],
1267 1267
1268 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1268 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1269 'gn', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 1269 'gn', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
1270 ], 1270 ],
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
2330 }, 2330 },
2331 2331
2332 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2332 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2333 2333
2334 'drmemory': { 2334 'drmemory': {
2335 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2335 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2336 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2336 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2337 }, 2337 },
2338 }, 2338 },
2339 } 2339 }
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