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

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

Issue 2167963002: Flip all Linux LKGR/clusterfuzz builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_last_cros
Patch Set: merge Created 4 years, 5 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'Cast Linux': 'cast_gn_release_bot', 329 'Cast Linux': 'cast_gn_release_bot',
330 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 330 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
331 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86', 331 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86',
332 'Linux Builder': 'swarming_gn_release_bot', 332 'Linux Builder': 'swarming_gn_release_bot',
333 'Linux Tests (dbg)(1)': 'none', 333 'Linux Tests (dbg)(1)': 'none',
334 'Linux Tests (dbg)(1)(32)': 'none', 334 'Linux Tests (dbg)(1)(32)': 'none',
335 'Linux Tests': 'none', 335 'Linux Tests': 'none',
336 }, 336 },
337 337
338 'chromium.lkgr': { 338 'chromium.lkgr': {
339 'ASAN Debug': 'gyp_asan_lsan_edge_debug_bot', 339 'ASAN Debug': 'gn_asan_lsan_edge_debug_bot',
340 'ASAN Release Media': 340 'ASAN Release Media':
341 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot', 341 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot',
342 'ASAN Release': 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot', 342 'ASAN Release': 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot',
343 'ASan Debug (32-bit x86 with V8-ARM)': 343 'ASan Debug (32-bit x86 with V8-ARM)':
344 'gyp_asan_edge_v8_heap_debug_bot_hybrid', 344 'gn_asan_edge_v8_heap_debug_bot_hybrid',
345 'ASan Release (32-bit x86 with V8-ARM)': 345 'ASan Release (32-bit x86 with V8-ARM)':
346 'gyp_asan_edge_fuzzer_v8_heap_release_bot_hybrid', 346 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid',
347 'ASan Release Media (32-bit x86 with V8-ARM)': 347 'ASan Release Media (32-bit x86 with V8-ARM)':
348 'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid', 348 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid',
349 'ChromiumOS ASAN Release': 349 'ChromiumOS ASAN Release':
350 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot', 350 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
351 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot', 351 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot',
352 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot', 352 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot',
353 'Mac ASAN Debug': 'gyp_asan_edge_fuzzer_v8_heap_debug_symbols_static_bot', 353 'Mac ASAN Debug': 'gyp_asan_edge_fuzzer_v8_heap_debug_symbols_static_bot',
354 'Mac ASAN Release Media': 354 'Mac ASAN Release Media':
355 'gyp_asan_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot', 355 'gyp_asan_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot',
356 'Mac ASAN Release': 'gyp_asan_edge_fuzzer_v8_heap_release_bot', 356 'Mac ASAN Release': 'gyp_asan_edge_fuzzer_v8_heap_release_bot',
357 'TSAN Debug': 'gyp_tsan_disable_nacl_line_tables_debug_bot', 357 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot',
358 'TSAN Release': 'gyp_tsan_disable_nacl_line_tables_release_bot', 358 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot',
359 'Telemetry Harness Upload': 'none', 359 'Telemetry Harness Upload': 'none',
360 'UBSan Release': 'gyp_ubsan_release_bot', 360 'UBSan Release': 'gn_ubsan_release_bot',
361 'UBSan vptr Release': 'gyp_ubsan_vptr_edge_release_bot', 361 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot',
362 'Win ASan Release Coverage': 362 'Win ASan Release Coverage':
363 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86', 363 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86',
364 'Win ASan Release Media': 364 'Win ASan Release Media':
365 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86', 365 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
366 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86', 366 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
367 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86', 367 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86',
368 }, 368 },
369 369
370 'chromium.mac': { 370 'chromium.mac': {
371 'Mac Builder': 'swarming_gpu_tests_gn_release_bot', 371 'Mac Builder': 'swarming_gpu_tests_gn_release_bot',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 ], 1248 ],
1249 1249
1250 'gn_windows_analyze': [ 1250 'gn_windows_analyze': [
1251 'gn', 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', 1251 'gn', 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze',
1252 ], 1252 ],
1253 1253
1254 'gn_ubsan_vptr_release_bot': [ 1254 'gn_ubsan_vptr_release_bot': [
1255 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', 1255 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot',
1256 ], 1256 ],
1257 1257
1258 'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ 1258 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [
1259 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', 1259 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs',
1260 'release_bot', 'hybrid', 1260 'release_bot', 'hybrid',
1261 ], 1261 ],
1262 1262
1263 'gyp_asan_edge_v8_heap_debug_bot_hybrid': [ 1263 'gn_asan_edge_v8_heap_debug_bot_hybrid': [
1264 'gyp', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', 1264 'gyp', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid',
1265 ], 1265 ],
1266 1266
1267 'gyp_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ 1267 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [
1268 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', 1268 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid',
1269 ], 1269 ],
1270 1270
1271 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [ 1271 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [
1272 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86', 1272 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
1273 ], 1273 ],
1274 1274
1275 'gyp_asan_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ 1275 'gyp_asan_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot': [
1276 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 1276 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
1277 'release_bot', 1277 'release_bot',
1278 ], 1278 ],
(...skipping 12 matching lines...) Expand all
1291 ], 1291 ],
1292 1292
1293 'gyp_asan_fuzzer_v8_heap_release_bot_x86': [ 1293 'gyp_asan_fuzzer_v8_heap_release_bot_x86': [
1294 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', 1294 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
1295 ], 1295 ],
1296 1296
1297 'gn_asan_lsan_edge_debug_bot': [ 1297 'gn_asan_lsan_edge_debug_bot': [
1298 'gn', 'asan', 'lsan', 'edge', 'debug_bot', 1298 'gn', 'asan', 'lsan', 'edge', 'debug_bot',
1299 ], 1299 ],
1300 1300
1301 'gyp_asan_lsan_edge_debug_bot': [ 1301 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [
1302 'gyp', 'asan', 'lsan', 'edge', 'debug_bot', 1302 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs',
1303 ],
1304
1305 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [
1306 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs',
1307 'release_bot', 1303 'release_bot',
1308 ], 1304 ],
1309 1305
1310 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1306 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1311 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 1307 'gn', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
1312 ], 1308 ],
1313 1309
1314 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ 1310 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [
1315 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', 1311 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot',
1316 ], 1312 ],
1317 1313
1318 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1314 'gn_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1319 'gn', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 1315 'gn', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap',
1320 'release_bot', 1316 'release_bot',
1321 ], 1317 ],
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 ], 1397 ],
1402 1398
1403 'gn_shared_release_bot_minimal_symbols_x86': [ 1399 'gn_shared_release_bot_minimal_symbols_x86': [
1404 'gn', 'shared_release_bot', 'minimal_symbols', 'x86', 1400 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
1405 ], 1401 ],
1406 1402
1407 'gyp_syzyasan_no_pch_win_z7_x86': [ 1403 'gyp_syzyasan_no_pch_win_z7_x86': [
1408 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', 1404 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86',
1409 ], 1405 ],
1410 1406
1411 'gyp_tsan_disable_nacl_line_tables_debug_bot': [ 1407 'gn_tsan_disable_nacl_line_tables_debug_bot': [
1412 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', 1408 'gn', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot',
1413 ], 1409 ],
1414 1410
1415 'gyp_tsan_disable_nacl_line_tables_release_bot': [ 1411 'gn_tsan_disable_nacl_line_tables_release_bot': [
1416 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'release_bot', 1412 'gn', 'tsan', 'disable_nacl', 'line_tables', 'release_bot',
1417 ], 1413 ],
1418 1414
1419 'gyp_ubsan_release_bot': [ 1415 'gn_ubsan_release_bot': [
1420 'gyp', 'ubsan', 'release_bot', 1416 'gn', 'ubsan', 'release_bot',
1421 ], 1417 ],
1422 1418
1423 'gyp_ubsan_vptr_edge_release_bot': [ 1419 'gn_ubsan_vptr_edge_release_bot': [
1424 'gyp', 'ubsan_vptr', 'edge', 'release_bot', 1420 'gn', 'ubsan_vptr', 'edge', 'release_bot',
1425 ], 1421 ],
1426 1422
1427 # The 'ios' configs are just used for auditing. iOS bots 1423 # The 'ios' configs are just used for auditing. iOS bots
1428 # actually use the ios recipes, not the chromium recipe, and look 1424 # actually use the ios recipes, not the chromium recipe, and look
1429 # up their GYP or GN arguments via files checked in under //ios/build/bots. 1425 # up their GYP or GN arguments via files checked in under //ios/build/bots.
1430 # It is an error to actually use one of these configs to generate the 1426 # It is an error to actually use one of these configs to generate the
1431 # build files. 1427 # build files.
1432 'ios_gn': [ 'gn', 'error'], 1428 'ios_gn': [ 'gn', 'error'],
1433 1429
1434 'ios_gyp': ['gyp', 'error'], 1430 'ios_gyp': ['gyp', 'error'],
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
2353 }, 2349 },
2354 2350
2355 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2351 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2356 2352
2357 'drmemory': { 2353 'drmemory': {
2358 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2354 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2359 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2355 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2360 }, 2356 },
2361 }, 2357 },
2362 } 2358 }
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