| 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 }, | 401 }, |
| 402 | 402 |
| 403 'chromium.memory.fyi': { | 403 'chromium.memory.fyi': { |
| 404 'Chromium Linux ChromeOS MSan Builder': | 404 'Chromium Linux ChromeOS MSan Builder': |
| 405 'swarming_gn_chromeos_msan_release_bot', | 405 'swarming_gn_chromeos_msan_release_bot', |
| 406 'Chromium Linux MSan Builder': | 406 'Chromium Linux MSan Builder': |
| 407 'swarming_msan_gn_release_bot', | 407 'swarming_msan_gn_release_bot', |
| 408 'Chromium Linux TSan Builder': | 408 'Chromium Linux TSan Builder': |
| 409 'swarming_tsan_disable_nacl_gn_release_bot', | 409 'swarming_tsan_disable_nacl_gn_release_bot', |
| 410 'Chromium Windows Builder (DrMemory x64)': | 410 'Chromium Windows Builder (DrMemory x64)': |
| 411 'gyp_drmemory_shared_release_x64', | 411 'gn_drmemory_shared_release_x64', |
| 412 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', | 412 'Chromium Windows Builder (DrMemory)': 'gn_drmemory_shared_release_x86', |
| 413 'Linux ChromeOS MSan Tests': 'none', | 413 'Linux ChromeOS MSan Tests': 'none', |
| 414 'Linux MSan Tests': 'none', | 414 'Linux MSan Tests': 'none', |
| 415 'Linux TSan Tests': 'none', | 415 'Linux TSan Tests': 'none', |
| 416 'Windows Browser (DrMemory full) (1)': 'none', | 416 'Windows Browser (DrMemory full) (1)': 'none', |
| 417 'Windows Browser (DrMemory full) (10)': 'none', | 417 'Windows Browser (DrMemory full) (10)': 'none', |
| 418 'Windows Browser (DrMemory full) (11)': 'none', | 418 'Windows Browser (DrMemory full) (11)': 'none', |
| 419 'Windows Browser (DrMemory full) (12)': 'none', | 419 'Windows Browser (DrMemory full) (12)': 'none', |
| 420 'Windows Browser (DrMemory full) (2)': 'none', | 420 'Windows Browser (DrMemory full) (2)': 'none', |
| 421 'Windows Browser (DrMemory full) (3)': 'none', | 421 'Windows Browser (DrMemory full) (3)': 'none', |
| 422 'Windows Browser (DrMemory full) (4)': 'none', | 422 'Windows Browser (DrMemory full) (4)': 'none', |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 ], | 1330 ], |
| 1331 | 1331 |
| 1332 'gyp_debug_bot_minimal_symbols_x64': [ | 1332 'gyp_debug_bot_minimal_symbols_x64': [ |
| 1333 'gyp', 'debug_bot_minimal_symbols', 'x64', | 1333 'gyp', 'debug_bot_minimal_symbols', 'x64', |
| 1334 ], | 1334 ], |
| 1335 | 1335 |
| 1336 'gn_debug_bot_minimal_symbols_x86': [ | 1336 'gn_debug_bot_minimal_symbols_x86': [ |
| 1337 'gn', 'debug_bot_minimal_symbols', 'x86', | 1337 'gn', 'debug_bot_minimal_symbols', 'x86', |
| 1338 ], | 1338 ], |
| 1339 | 1339 |
| 1340 'gyp_drmemory_shared_release_x86': [ | 1340 'gn_drmemory_shared_release_x86': [ |
| 1341 'gyp', 'drmemory', 'shared', 'release', 'x86', | 1341 'gn', 'drmemory', 'shared', 'release', 'x86', |
| 1342 ], | 1342 ], |
| 1343 | 1343 |
| 1344 'gyp_drmemory_shared_release_x64': [ | 1344 'gn_drmemory_shared_release_x64': [ |
| 1345 'gyp', 'drmemory', 'shared', 'release', 'x64', | 1345 'gn', 'drmemory', 'shared', 'release', 'x64', |
| 1346 ], | 1346 ], |
| 1347 | 1347 |
| 1348 'gn_msan_edge_release_bot': [ | 1348 'gn_msan_edge_release_bot': [ |
| 1349 'gn', 'msan', 'edge', 'release_bot', | 1349 'gn', 'msan', 'edge', 'release_bot', |
| 1350 ], | 1350 ], |
| 1351 | 1351 |
| 1352 'gn_msan_no_origins_edge_release_bot': [ | 1352 'gn_msan_no_origins_edge_release_bot': [ |
| 1353 'gn', 'msan_no_origins', 'edge', 'release_bot', | 1353 'gn', 'msan_no_origins', 'edge', 'release_bot', |
| 1354 ], | 1354 ], |
| 1355 | 1355 |
| (...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2375 }, | 2375 }, |
| 2376 | 2376 |
| 2377 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2377 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2378 | 2378 |
| 2379 'drmemory': { | 2379 'drmemory': { |
| 2380 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2380 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2381 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2381 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2382 }, | 2382 }, |
| 2383 }, | 2383 }, |
| 2384 } | 2384 } |
| OLD | NEW |