| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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': 'gn_tsan_disable_nacl_line_tables_debug_bot', |
| 340 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot', | 340 'TSAN Release': 'gn_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': 'gn_ubsan_release_bot', |
| 343 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot', | 343 'UBSan vptr Release': 'gn_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_bot_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_bot_x86', |
| 348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_static_x86', | 348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_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', |
| 354 'Mac Builder (dbg)': 'swarming_gyp_debug_bot', | 354 'Mac Builder (dbg)': 'swarming_gyp_debug_bot', |
| 355 'Mac GN (dbg)': 'gn_debug_bot', | 355 'Mac GN (dbg)': 'gn_debug_bot', |
| 356 'Mac GN': 'gn_release_bot', | 356 'Mac GN': 'gn_release_bot', |
| 357 'Mac10.10 Tests': 'none', | 357 'Mac10.10 Tests': 'none', |
| 358 'Mac10.11 Tests': 'none', | 358 'Mac10.11 Tests': 'none', |
| (...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1217 ], | 1217 ], |
| 1218 | 1218 |
| 1219 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ | 1219 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ |
| 1220 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', | 1220 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', |
| 1221 ], | 1221 ], |
| 1222 | 1222 |
| 1223 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ | 1223 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ |
| 1224 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', | 1224 'gn', '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_bot_x86': [ |
| 1228 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', | 1228 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86', |
| 1229 ], | 1229 ], |
| 1230 | 1230 |
| 1231 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [ | 1231 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [ |
| 1232 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'symbolized', | 1232 'gn', '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_bot_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_bot', '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_bot_x86': [ |
| 1254 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', | 1254 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', |
| 1255 ], | 1255 ], |
| 1256 | 1256 |
| 1257 'gn_asan_lsan_edge_debug_bot': [ | 1257 'gn_asan_lsan_edge_debug_bot': [ |
| 1258 'gn', 'asan', 'lsan', 'edge', 'debug_bot', | 1258 'gn', 'asan', 'lsan', 'edge', 'debug_bot', |
| 1259 ], | 1259 ], |
| 1260 | 1260 |
| 1261 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ | 1261 'gn_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ |
| 1262 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', | 1262 'gn', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', |
| 1263 'release_bot', | 1263 'release_bot', |
| 1264 ], | 1264 ], |
| (...skipping 1058 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 |