OLD | NEW |
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 Loading... |
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_debug_bot', | 317 'ASAN Debug': 'gyp_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 'gyp_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 'gyp_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': 'gyp_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_v8_heap_debug_bot_hybrid', | 324 'gyp_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 'gyp_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 'gyp_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 'gyp_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', |
335 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot', | 335 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot', |
336 'Mac ASAN Release Media': | 336 'Mac ASAN Release Media': |
337 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot', | 337 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot', |
338 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot', | 338 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot', |
339 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot', | 339 'TSAN Debug': 'gyp_tsan_disable_nacl_line_tables_debug_bot', |
340 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot', | 340 'TSAN Release': 'gyp_tsan_disable_nacl_line_tables_release_bot', |
341 'Telemetry Harness Upload': 'none', | 341 'Telemetry Harness Upload': 'none', |
342 'UBSan Release': 'gn_ubsan_release_bot', | 342 'UBSan Release': 'gyp_ubsan_release_bot', |
343 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot', | 343 'UBSan vptr Release': 'gyp_ubsan_vptr_edge_release_bot', |
344 'Win ASan Release Coverage': | 344 'Win ASan Release Coverage': |
345 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86', | 345 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86', |
346 'Win ASan Release Media': | 346 'Win ASan Release Media': |
347 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86', | 347 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86', |
348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_static_x86', | 348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_static_x86', |
349 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86', | 349 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86', |
350 }, | 350 }, |
351 | 351 |
352 'chromium.mac': { | 352 'chromium.mac': { |
353 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', | 353 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1204 | 1204 |
1205 'gn_windows_analyze': [ | 1205 'gn_windows_analyze': [ |
1206 'gn', 'no_symbols', 'disable_precompiled_headers', | 1206 'gn', 'no_symbols', 'disable_precompiled_headers', |
1207 'shared', 'x86', 'win_analyze', | 1207 'shared', 'x86', 'win_analyze', |
1208 ], | 1208 ], |
1209 | 1209 |
1210 'gn_ubsan_vptr_release_bot': [ | 1210 'gn_ubsan_vptr_release_bot': [ |
1211 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', | 1211 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', |
1212 ], | 1212 ], |
1213 | 1213 |
1214 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ | 1214 'gyp_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ |
1215 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', | 1215 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', |
1216 'release_bot', 'hybrid', | 1216 'release_bot', 'hybrid', |
1217 ], | 1217 ], |
1218 | 1218 |
1219 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ | 1219 'gyp_asan_edge_v8_heap_debug_bot_hybrid': [ |
1220 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', | 1220 'gyp', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', |
1221 ], | 1221 ], |
1222 | 1222 |
1223 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ | 1223 'gyp_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ |
1224 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', | 1224 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', |
1225 ], | 1225 ], |
1226 | 1226 |
1227 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86': [ | 1227 'gyp_asan_edge_fuzzer_v8_heap_release_static_x86': [ |
1228 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', | 1228 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', |
1229 ], | 1229 ], |
1230 | 1230 |
1231 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [ | 1231 'gyp_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [ |
1232 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'symbolized', | 1232 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'symbolized', |
1233 'release_bot', 'hybrid', | 1233 'release_bot', 'hybrid', |
1234 ], | 1234 ], |
1235 | 1235 |
1236 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ | 1236 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ |
1237 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', | 1237 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', |
1238 ], | 1238 ], |
1239 | 1239 |
1240 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86': [ | 1240 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86': [ |
1241 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', | 1241 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', |
1242 'release', 'static', 'x86', | 1242 'release', 'static', 'x86', |
1243 ], | 1243 ], |
1244 | 1244 |
1245 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot': [ | 1245 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot': [ |
1246 'gyp', 'asan', 'fuzzer', 'v8_heap', 'debug_symbols_static_bot', | 1246 'gyp', 'asan', 'fuzzer', 'v8_heap', 'debug_symbols_static_bot', |
1247 ], | 1247 ], |
1248 | 1248 |
1249 'gyp_asan_fuzzer_v8_heap_release_bot': [ | 1249 'gyp_asan_fuzzer_v8_heap_release_bot': [ |
1250 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', | 1250 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', |
1251 ], | 1251 ], |
1252 | 1252 |
1253 'gyp_asan_fuzzer_v8_heap_release_static_x86': [ | 1253 'gyp_asan_fuzzer_v8_heap_release_static_x86': [ |
1254 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', | 1254 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', |
1255 ], | 1255 ], |
1256 | 1256 |
1257 'gn_asan_lsan_edge_debug_bot': [ | 1257 'gyp_asan_lsan_edge_debug_bot': [ |
1258 'gn', 'asan', 'lsan', 'edge', 'debug_bot', | 1258 'gyp', 'asan', 'lsan', 'edge', 'debug_bot', |
1259 ], | 1259 ], |
1260 | 1260 |
1261 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ | 1261 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ |
1262 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', | 1262 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', |
1263 'release_bot', | 1263 'release_bot', |
1264 ], | 1264 ], |
1265 | 1265 |
1266 'gn_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ | 1266 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ |
1267 'gn', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', | 1267 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', |
1268 ], | 1268 ], |
1269 | 1269 |
1270 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ | 1270 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ |
1271 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', | 1271 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', |
1272 ], | 1272 ], |
1273 | 1273 |
1274 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ | 1274 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ |
1275 'gyp', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', | 1275 'gyp', 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', |
1276 'release_bot', | 1276 'release_bot', |
1277 ], | 1277 ], |
1278 | 1278 |
1279 'gyp_chromeos_with_codecs_debug_bot': [ | 1279 'gyp_chromeos_with_codecs_debug_bot': [ |
1280 'gyp', 'chromeos_with_codecs', 'debug_bot', | 1280 'gyp', 'chromeos_with_codecs', 'debug_bot', |
1281 ], | 1281 ], |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1363 ], | 1363 ], |
1364 | 1364 |
1365 'gyp_shared_release_bot_minimal_symbols_x86': [ | 1365 'gyp_shared_release_bot_minimal_symbols_x86': [ |
1366 'gyp', 'shared_release_bot', 'minimal_symbols', 'x86', | 1366 'gyp', 'shared_release_bot', 'minimal_symbols', 'x86', |
1367 ], | 1367 ], |
1368 | 1368 |
1369 'gyp_syzyasan_no_pch_win_z7_x86': [ | 1369 'gyp_syzyasan_no_pch_win_z7_x86': [ |
1370 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', | 1370 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', |
1371 ], | 1371 ], |
1372 | 1372 |
1373 'gn_tsan_disable_nacl_line_tables_debug_bot': [ | 1373 'gyp_tsan_disable_nacl_line_tables_debug_bot': [ |
1374 'gn', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', | 1374 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', |
1375 ], | 1375 ], |
1376 | 1376 |
1377 'gn_tsan_disable_nacl_line_tables_release_bot': [ | 1377 'gyp_tsan_disable_nacl_line_tables_release_bot': [ |
1378 'gn', 'tsan', 'disable_nacl', 'line_tables', 'release_bot', | 1378 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'release_bot', |
1379 ], | 1379 ], |
1380 | 1380 |
1381 'gn_ubsan_release_bot': [ | 1381 'gyp_ubsan_release_bot': [ |
1382 'gn', 'ubsan', 'release_bot', | 1382 'gyp', 'ubsan', 'release_bot', |
1383 ], | 1383 ], |
1384 | 1384 |
1385 'gn_ubsan_vptr_edge_release_bot': [ | 1385 'gyp_ubsan_vptr_edge_release_bot': [ |
1386 'gn', 'ubsan_vptr', 'edge', 'release_bot', | 1386 'gyp', 'ubsan_vptr', 'edge', 'release_bot', |
1387 ], | 1387 ], |
1388 | 1388 |
1389 # The 'ios' configs are just used for auditing. iOS bots | 1389 # The 'ios' configs are just used for auditing. iOS bots |
1390 # actually use the ios recipes, not the chromium recipe, and look | 1390 # actually use the ios recipes, not the chromium recipe, and look |
1391 # up their GYP or GN arguments via files checked in under //ios/build/bots. | 1391 # up their GYP or GN arguments via files checked in under //ios/build/bots. |
1392 # It is an error to actually use one of these configs to generate the | 1392 # It is an error to actually use one of these configs to generate the |
1393 # build files. | 1393 # build files. |
1394 'ios_gn': [ 'gn', 'error'], | 1394 'ios_gn': [ 'gn', 'error'], |
1395 | 1395 |
1396 'ios_gyp': ['gyp', 'error'], | 1396 'ios_gyp': ['gyp', 'error'], |
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2323 }, | 2323 }, |
2324 | 2324 |
2325 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2325 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2326 | 2326 |
2327 'drmemory': { | 2327 'drmemory': { |
2328 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2328 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2329 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2329 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2330 }, | 2330 }, |
2331 }, | 2331 }, |
2332 } | 2332 } |
OLD | NEW |