| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'CrWinClngLLDdbg tester': 'none', | 198 'CrWinClngLLDdbg tester': 'none', |
| 199 'Headless Linux (dbg)': | 199 'Headless Linux (dbg)': |
| 200 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', | 200 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', |
| 201 'LTO Linux Perf': 'gn_official_goma_lto', | 201 'LTO Linux Perf': 'gn_official_goma_lto', |
| 202 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', | 202 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', |
| 203 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', | 203 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', |
| 204 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', | 204 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', |
| 205 'Linux ARM': 'swarming_gyp_release_bot_arm', | 205 'Linux ARM': 'swarming_gyp_release_bot_arm', |
| 206 'Site Isolation Linux': 'gn_release_trybot', | 206 'Site Isolation Linux': 'gn_release_trybot', |
| 207 'Site Isolation Win': 'gyp_release_trybot_x64', | 207 'Site Isolation Win': 'gyp_release_trybot_x64', |
| 208 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', |
| 208 'Vista Tests (dbg)(1)': 'none', | 209 'Vista Tests (dbg)(1)': 'none', |
| 209 'Vista Tests (dbg)(2)': 'none', | 210 'Vista Tests (dbg)(2)': 'none', |
| 210 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', | 211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', |
| 211 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', | 212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', |
| 212 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', | 213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', |
| 213 'Win8 Tests (1)': 'none', | 214 'Win8 Tests (1)': 'none', |
| 214 'Win8 Tests (2)': 'none', | 215 'Win8 Tests (2)': 'none', |
| 215 'Windows Browser (DrMemory light) (1)': 'none', | 216 'Windows Browser (DrMemory light) (1)': 'none', |
| 216 'Windows Browser (DrMemory light) (2)': 'none', | 217 'Windows Browser (DrMemory light) (2)': 'none', |
| 217 | 218 |
| (...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1155 ], | 1156 ], |
| 1156 | 1157 |
| 1157 'gn_release_trybot': [ | 1158 'gn_release_trybot': [ |
| 1158 'gn', 'release_trybot', | 1159 'gn', 'release_trybot', |
| 1159 ], | 1160 ], |
| 1160 | 1161 |
| 1161 'gn_release_trybot_x86': [ | 1162 'gn_release_trybot_x86': [ |
| 1162 'gn', 'release_trybot', 'x86', | 1163 'gn', 'release_trybot', 'x86', |
| 1163 ], | 1164 ], |
| 1164 | 1165 |
| 1166 'gn_ubsan_vptr_release_bot': [ |
| 1167 'gn', 'ubsan_vptr', 'release_bot', |
| 1168 ], |
| 1169 |
| 1165 'gyp_asan_lsan_edge_fuzzer_debug_bot': [ | 1170 'gyp_asan_lsan_edge_fuzzer_debug_bot': [ |
| 1166 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot', | 1171 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot', |
| 1167 ], | 1172 ], |
| 1168 | 1173 |
| 1169 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ | 1174 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ |
| 1170 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', | 1175 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', |
| 1171 ], | 1176 ], |
| 1172 | 1177 |
| 1173 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ | 1178 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ |
| 1174 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', | 1179 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', |
| (...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2186 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2191 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2187 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2192 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2188 }, | 2193 }, |
| 2189 | 2194 |
| 2190 'valgrind': { | 2195 'valgrind': { |
| 2191 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck | 2196 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck |
| 2192 'gyp_defines': 'build_for_tool=memcheck', | 2197 'gyp_defines': 'build_for_tool=memcheck', |
| 2193 } | 2198 } |
| 2194 }, | 2199 }, |
| 2195 } | 2200 } |
| OLD | NEW |