Chromium Code Reviews| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 527 'Linux Builder-Trybot': 'swarming_gn_release_bot', | 527 'Linux Builder-Trybot': 'swarming_gn_release_bot', |
| 528 'Linux Tests': 'swarming_gn_release_bot', | 528 'Linux Tests': 'swarming_gn_release_bot', |
| 529 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', | 529 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', |
| 530 'Mac Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot', | 530 'Mac Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot', |
| 531 'Win Builder': | 531 'Win Builder': |
| 532 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86', | 532 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86', |
| 533 'Win Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot_x86', | 533 'Win Builder-Trybot': 'swarming_gpu_tests_gyp_release_bot_x86', |
| 534 }, | 534 }, |
| 535 | 535 |
| 536 'client.v8.fyi': { | 536 'client.v8.fyi': { |
| 537 'Android Builder': 'gn_official_goma_minimal_symbols_android', | 537 'Android Builder': 'gn_official_goma_minimal_symbols_android', |
|
Michael Achenbach
2016/06/20 08:22:20
The first three are twins of bots from the lkgr wa
| |
| 538 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot', | |
| 539 'Chromium ASAN (symbolized)': | |
| 540 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', | |
| 541 'Chromium Win SyzyASAN': 'gyp_syzyasan_no_pch_win_z7_x86', | |
| 542 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot', | |
| 538 'Linux Debug Builder': 'gn_debug_bot', | 543 'Linux Debug Builder': 'gn_debug_bot', |
| 544 'Linux Snapshot Builder': 'gn_release_bot', | |
| 539 'V8 Android GN (dbg)': 'android_gn_debug_bot', | 545 'V8 Android GN (dbg)': 'android_gn_debug_bot', |
| 540 'V8 Linux GN': 'gn_release_bot', | 546 'V8 Linux GN': 'gn_release_bot', |
| 541 'V8-Blink Linux 64': 'noswarming_gn_release_bot_x64', | 547 'V8-Blink Linux 64': 'noswarming_gn_release_bot_x64', |
| 542 'V8-Blink Linux 64 - ignition': 'noswarming_gn_release_bot_x64', | 548 'V8-Blink Linux 64 - ignition': 'noswarming_gn_release_bot_x64', |
| 543 'V8-Blink Linux 64 (dbg)': 'noswarming_gn_debug_bot_x64', | 549 'V8-Blink Linux 64 (dbg)': 'noswarming_gn_debug_bot_x64', |
| 544 'V8-Blink Mac': 'noswarming_gn_release_bot_x64', | 550 'V8-Blink Mac': 'noswarming_gn_release_bot_x64', |
| 545 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86', | 551 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86', |
| 546 }, | 552 }, |
| 547 | 553 |
| 548 'chromium.webkit': { | 554 'chromium.webkit': { |
| (...skipping 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2312 }, | 2318 }, |
| 2313 | 2319 |
| 2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2315 | 2321 |
| 2316 'drmemory': { | 2322 'drmemory': { |
| 2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2319 }, | 2325 }, |
| 2320 }, | 2326 }, |
| 2321 } | 2327 } |
| OLD | NEW |