| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 | 100 |
| 101 'chromium.fyi': { | 101 'chromium.fyi': { |
| 102 'Afl Upload Linux ASan': 'gn_release_afl_asan', | 102 'Afl Upload Linux ASan': 'gn_release_afl_asan', |
| 103 'Android ChromeDriver Tests (dbg)': 'none', | 103 'Android ChromeDriver Tests (dbg)': 'none', |
| 104 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', | 104 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', |
| 105 'Android Find Annotated Test': 'none', | 105 'Android Find Annotated Test': 'none', |
| 106 'Android Remoting Tests': 'none', | 106 'Android Remoting Tests': 'none', |
| 107 'Android Tests (trial)(dbg)': 'none', | 107 'Android Tests (trial)(dbg)': 'none', |
| 108 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', | 108 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', |
| 109 'Android Builder (dbg)': 'android_gn_debug_static_bot', | 109 'Android Builder (dbg)': 'android_gn_debug_static_bot', |
| 110 'Android deterministic': |
| 111 'android_without_codecs_gn_release_bot_minimal_symbols', |
| 110 'Browser Side Navigation Linux': 'gn_release_bot', | 112 'Browser Side Navigation Linux': 'gn_release_bot', |
| 111 'CFI Linux CF': 'gn_cfi_full_cfi_diag_release_static', | 113 'CFI Linux CF': 'gn_cfi_full_cfi_diag_release_static', |
| 112 'CFI Linux ToT': 'gn_cfi_full_clang_tot_release_static', | 114 'CFI Linux ToT': 'gn_cfi_full_clang_tot_release_static', |
| 113 'CFI Linux': 'gn_cfi_release_static', | 115 'CFI Linux': 'gn_cfi_release_static', |
| 114 'CFI Linux Full': 'gn_cfi_full_release_static', | 116 'CFI Linux Full': 'gn_cfi_full_release_static', |
| 115 'Chromium Linux Goma Canary': 'gn_release_bot', | 117 'Chromium Linux Goma Canary': 'gn_release_bot', |
| 116 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', | 118 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', |
| 117 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', | 119 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', |
| 118 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86', | 120 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86', |
| 119 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gn_release_bot', | 121 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gn_release_bot', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', | 249 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', |
| 248 'Site Isolation Linux': 'gn_release_trybot', | 250 'Site Isolation Linux': 'gn_release_trybot', |
| 249 'Site Isolation Win': 'gn_release_trybot_x86', | 251 'Site Isolation Win': 'gn_release_trybot_x86', |
| 250 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', | 252 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', |
| 251 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', | 253 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', |
| 252 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', | 254 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', |
| 253 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', | 255 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', |
| 254 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', | 256 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', |
| 255 'Win 10 Fast Ring': 'gn_release_trybot_x64', | 257 'Win 10 Fast Ring': 'gn_release_trybot_x64', |
| 256 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86', | 258 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86', |
| 259 'Windows Clang deterministic': 'gn_clang_release_bot_minimal_symbols_x86', |
| 257 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', | 260 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', |
| 258 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', | 261 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', |
| 259 }, | 262 }, |
| 260 | 263 |
| 261 'chromium.goma': { | 264 'chromium.goma': { |
| 262 'Chromium Linux Goma Staging': 'gn_release_bot', | 265 'Chromium Linux Goma Staging': 'gn_release_bot', |
| 263 'Chromium Mac Goma Staging': 'gn_release_bot', | 266 'Chromium Mac Goma Staging': 'gn_release_bot', |
| 264 'CrWinGomaStaging': 'gn_release_bot_minimal_symbols_x86', | 267 'CrWinGomaStaging': 'gn_release_bot_minimal_symbols_x86', |
| 265 }, | 268 }, |
| 266 | 269 |
| (...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1313 ], | 1316 ], |
| 1314 | 1317 |
| 1315 'gn_release_trybot': [ | 1318 'gn_release_trybot': [ |
| 1316 'gn', 'release_trybot', | 1319 'gn', 'release_trybot', |
| 1317 ], | 1320 ], |
| 1318 | 1321 |
| 1319 'gn_release_trybot_x64': [ | 1322 'gn_release_trybot_x64': [ |
| 1320 'gn', 'release_trybot', 'x64', | 1323 'gn', 'release_trybot', 'x64', |
| 1321 ], | 1324 ], |
| 1322 | 1325 |
| 1326 'gn_clang_release_bot_minimal_symbols_x86': [ |
| 1327 'gn', 'clang', 'release_bot_minimal_symbols', 'x86', |
| 1328 ], |
| 1329 |
| 1323 'gn_windows_analyze': [ | 1330 'gn_windows_analyze': [ |
| 1324 'gn', 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', | 1331 'gn', 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', |
| 1325 ], | 1332 ], |
| 1326 | 1333 |
| 1327 'gn_ubsan_vptr_release_bot': [ | 1334 'gn_ubsan_vptr_release_bot': [ |
| 1328 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', | 1335 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', |
| 1329 ], | 1336 ], |
| 1330 | 1337 |
| 1331 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ | 1338 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ |
| 1332 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', | 1339 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', |
| (...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2433 }, | 2440 }, |
| 2434 | 2441 |
| 2435 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2442 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2436 | 2443 |
| 2437 'drmemory': { | 2444 'drmemory': { |
| 2438 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2445 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2439 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2446 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2440 }, | 2447 }, |
| 2441 }, | 2448 }, |
| 2442 } | 2449 } |
| OLD | NEW |