OLD | NEW |
1 # Copyright 2016 The V8 project authors. All rights reserved. | 1 # Copyright 2016 The V8 project 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 # Bots are ordered by appearance on waterfall. | 9 # Bots are ordered by appearance on waterfall. |
10 'masters': { | 10 'masters': { |
(...skipping 30 matching lines...) Expand all Loading... |
41 'V8 Linux64 - gyp': 'gyp_release_x64', | 41 'V8 Linux64 - gyp': 'gyp_release_x64', |
42 # Windows. | 42 # Windows. |
43 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', | 43 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', |
44 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', | 44 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', |
45 'V8 Win32 - nosnap - shared': | 45 'V8 Win32 - nosnap - shared': |
46 'gyp_release_x86_no_snap_shared_minimal_symbols', | 46 'gyp_release_x86_no_snap_shared_minimal_symbols', |
47 'V8 Win64': 'gyp_release_x64_minimal_symbols', | 47 'V8 Win64': 'gyp_release_x64_minimal_symbols', |
48 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', | 48 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', |
49 'V8 Win64 - clang': 'gyp_release_x64_clang', | 49 'V8 Win64 - clang': 'gyp_release_x64_clang', |
50 # Mac. | 50 # Mac. |
51 'V8 Mac': 'gyp_release_x86', | 51 'V8 Mac': 'gn_release_x86', |
52 'V8 Mac - debug': 'gyp_debug_x86', | 52 'V8 Mac - debug': 'gn_debug_x86', |
53 'V8 Mac64': 'gyp_release_x64', | 53 'V8 Mac64': 'gn_release_x64', |
54 'V8 Mac64 - debug': 'gyp_debug_x64', | 54 'V8 Mac64 - debug': 'gn_debug_x64', |
55 'V8 Mac GC Stress': 'gyp_debug_x86', | 55 'V8 Mac GC Stress': 'gn_debug_x86', |
56 'V8 Mac64 ASAN': 'gyp_release_x64_asan', | 56 'V8 Mac64 ASAN': 'gyp_release_x64_asan', |
57 # Sanitizers. | 57 # Sanitizers. |
58 'V8 Linux64 ASAN': 'gyp_release_x64_asan', | 58 'V8 Linux64 ASAN': 'gyp_release_x64_asan', |
59 'V8 Linux64 TSAN': 'gyp_release_x64_tsan', | 59 'V8 Linux64 TSAN': 'gyp_release_x64_tsan', |
60 'V8 Linux - arm64 - sim - MSAN': 'gyp_release_simulate_arm64_msan', | 60 'V8 Linux - arm64 - sim - MSAN': 'gyp_release_simulate_arm64_msan', |
61 # Clusterfuzz. | 61 # Clusterfuzz. |
62 'V8 Linux64 ASAN no inline - release builder': | 62 'V8 Linux64 ASAN no inline - release builder': |
63 'gyp_release_x64_asan_symbolized_edge_verify_heap', | 63 'gyp_release_x64_asan_symbolized_edge_verify_heap', |
64 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', | 64 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', |
65 'V8 Linux64 ASAN arm64 - debug builder': | 65 'V8 Linux64 ASAN arm64 - debug builder': |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'v8_linux64_sanitizer_coverage_rel': | 158 'v8_linux64_sanitizer_coverage_rel': |
159 'gyp_release_x64_asan_minimal_symbols_coverage', | 159 'gyp_release_x64_asan_minimal_symbols_coverage', |
160 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', | 160 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', |
161 'v8_win_dbg': 'gyp_debug_x86_trybot', | 161 'v8_win_dbg': 'gyp_debug_x86_trybot', |
162 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', | 162 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', |
163 'v8_win_rel_ng': 'gyp_release_x86_trybot', | 163 'v8_win_rel_ng': 'gyp_release_x86_trybot', |
164 'v8_win_nosnap_shared_rel_ng': | 164 'v8_win_nosnap_shared_rel_ng': |
165 'gyp_release_x86_no_snap_shared_minimal_symbols', | 165 'gyp_release_x86_no_snap_shared_minimal_symbols', |
166 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', | 166 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', |
167 'v8_win64_rel_ng': 'gyp_release_x64_trybot', | 167 'v8_win64_rel_ng': 'gyp_release_x64_trybot', |
168 'v8_mac_rel_ng': 'gyp_release_x86_trybot', | 168 'v8_mac_rel_ng': 'gn_release_x86_trybot', |
169 'v8_mac_dbg': 'gyp_debug_x86_trybot', | 169 'v8_mac_dbg': 'gn_debug_x86_trybot', |
170 'v8_mac_gc_stress_dbg': 'gyp_debug_x86_trybot', | 170 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', |
171 'v8_mac64_rel': 'gyp_release_x64_trybot', | 171 'v8_mac64_rel': 'gn_release_x64_trybot', |
172 'v8_mac64_dbg': 'gyp_debug_x64_minimal_symbols', | 172 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', |
173 'v8_mac64_asan_rel': 'gyp_release_x64_asan', | 173 'v8_mac64_asan_rel': 'gyp_release_x64_asan', |
174 'v8_linux_arm_rel_ng': 'gyp_release_simulate_arm_trybot', | 174 'v8_linux_arm_rel_ng': 'gyp_release_simulate_arm_trybot', |
175 'v8_linux_arm_dbg': 'gyp_debug_simulate_arm', | 175 'v8_linux_arm_dbg': 'gyp_debug_simulate_arm', |
176 'v8_linux_arm_armv8a_rel': 'gyp_release_simulate_arm_trybot', | 176 'v8_linux_arm_armv8a_rel': 'gyp_release_simulate_arm_trybot', |
177 'v8_linux_arm_armv8a_dbg': 'gyp_debug_simulate_arm', | 177 'v8_linux_arm_armv8a_dbg': 'gyp_debug_simulate_arm', |
178 'v8_linux_arm64_rel_ng': 'gyp_release_simulate_arm64_trybot', | 178 'v8_linux_arm64_rel_ng': 'gyp_release_simulate_arm64_trybot', |
179 'v8_linux_arm64_dbg': 'gyp_debug_simulate_arm64', | 179 'v8_linux_arm64_dbg': 'gyp_debug_simulate_arm64', |
180 'v8_linux_arm64_gc_stress_dbg': 'gyp_debug_simulate_arm64', | 180 'v8_linux_arm64_gc_stress_dbg': 'gyp_debug_simulate_arm64', |
181 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', | 181 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', |
182 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', | 182 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', |
(...skipping 26 matching lines...) Expand all Loading... |
209 'gn_release_x64_internal': [ | 209 'gn_release_x64_internal': [ |
210 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], | 210 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], |
211 'gn_release_x64_trybot': [ | 211 'gn_release_x64_trybot': [ |
212 'gn', 'release_trybot', 'x64', 'swarming'], | 212 'gn', 'release_trybot', 'x64', 'swarming'], |
213 | 213 |
214 # GN debug configs for x64. | 214 # GN debug configs for x64. |
215 'gn_debug_x64': [ | 215 'gn_debug_x64': [ |
216 'gn', 'debug_bot', 'x64', 'swarming'], | 216 'gn', 'debug_bot', 'x64', 'swarming'], |
217 'gn_debug_x64_custom': [ | 217 'gn_debug_x64_custom': [ |
218 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], | 218 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], |
| 219 'gn_debug_x64_minimal_symbols': [ |
| 220 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], |
219 'gn_debug_x64_trybot': [ | 221 'gn_debug_x64_trybot': [ |
220 'gn', 'debug_trybot', 'x64', 'swarming'], | 222 'gn', 'debug_trybot', 'x64', 'swarming'], |
221 'gn_debug_x64_valgrind': [ | 223 'gn_debug_x64_valgrind': [ |
222 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], | 224 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], |
223 | 225 |
224 # GN debug configs for x86. | 226 # GN debug configs for x86. |
225 'gn_debug_x86': [ | 227 'gn_debug_x86': [ |
226 'gn', 'debug_bot', 'x86', 'swarming'], | 228 'gn', 'debug_bot', 'x86', 'swarming'], |
227 'gn_debug_x86_no_snap': [ | 229 'gn_debug_x86_no_snap': [ |
228 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 230 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
(...skipping 14 matching lines...) Expand all Loading... |
243 'gn_release_x86_gcmole_trybot': [ | 245 'gn_release_x86_gcmole_trybot': [ |
244 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 246 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
245 'gn_release_x86_minimal_symbols': [ | 247 'gn_release_x86_minimal_symbols': [ |
246 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 248 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
247 'gn_release_x86_no_snap': [ | 249 'gn_release_x86_no_snap': [ |
248 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 250 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
249 'gn_release_x86_no_snap_trybot': [ | 251 'gn_release_x86_no_snap_trybot': [ |
250 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 252 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
251 'gn_release_x86_shared_verify_heap': [ | 253 'gn_release_x86_shared_verify_heap': [ |
252 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], | 254 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
| 255 'gn_release_x86_trybot': [ |
| 256 'gn', 'release_trybot', 'x86', 'swarming'], |
253 | 257 |
254 # Gyp debug configs for arm. | 258 # Gyp debug configs for arm. |
255 'gyp_debug_arm': [ | 259 'gyp_debug_arm': [ |
256 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 260 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
257 | 261 |
258 # Gyp debug configs for simulators. | 262 # Gyp debug configs for simulators. |
259 'gyp_debug_simulate_arm': [ | 263 'gyp_debug_simulate_arm': [ |
260 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], | 264 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], |
261 'gyp_debug_simulate_arm_asan_edge': [ | 265 'gyp_debug_simulate_arm_asan_edge': [ |
262 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 266 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
263 'gyp_debug_simulate_arm64': [ | 267 'gyp_debug_simulate_arm64': [ |
264 'gyp', 'debug_bot', 'simulate_arm64', 'swarming'], | 268 'gyp', 'debug_bot', 'simulate_arm64', 'swarming'], |
265 'gyp_debug_simulate_arm64_asan_edge': [ | 269 'gyp_debug_simulate_arm64_asan_edge': [ |
266 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], | 270 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], |
267 'gyp_debug_simulate_arm64_no_snap': [ | 271 'gyp_debug_simulate_arm64_no_snap': [ |
268 'gyp', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], | 272 'gyp', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], |
269 'gyp_debug_simulate_mipsel_asan_edge': [ | 273 'gyp_debug_simulate_mipsel_asan_edge': [ |
270 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], | 274 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], |
271 'gyp_debug_simulate_x87_no_snap': [ | 275 'gyp_debug_simulate_x87_no_snap': [ |
272 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], | 276 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], |
273 | 277 |
274 # Gyp debug configs for x64. | 278 # Gyp debug configs for x64. |
275 'gyp_debug_x64': [ | |
276 'gyp', 'debug_bot', 'x64', 'swarming'], | |
277 'gyp_debug_x64_asan_edge': [ | 279 'gyp_debug_x64_asan_edge': [ |
278 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], | 280 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], |
279 'gyp_debug_x64_minimal_symbols': [ | 281 'gyp_debug_x64_minimal_symbols': [ |
280 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], | 282 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], |
281 | 283 |
282 # Gyp debug configs for x86. | 284 # Gyp debug configs for x86. |
283 'gyp_debug_x86': [ | 285 'gyp_debug_x86': [ |
284 'gyp', 'debug_bot', 'x86', 'swarming'], | 286 'gyp', 'debug_bot', 'x86', 'swarming'], |
285 'gyp_debug_x86_minimal_symbols': [ | 287 'gyp_debug_x86_minimal_symbols': [ |
286 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], | 288 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'gyp_release_x64_minimal_symbols': [ | 359 'gyp_release_x64_minimal_symbols': [ |
358 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], | 360 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], |
359 'gyp_release_x64_tsan': [ | 361 'gyp_release_x64_tsan': [ |
360 'gyp', 'release_bot', 'x64', 'tsan', 'swarming'], | 362 'gyp', 'release_bot', 'x64', 'tsan', 'swarming'], |
361 'gyp_release_x64_tsan_minimal_symbols': [ | 363 'gyp_release_x64_tsan_minimal_symbols': [ |
362 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], | 364 'gyp', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], |
363 'gyp_release_x64_trybot': [ | 365 'gyp_release_x64_trybot': [ |
364 'gyp', 'release_trybot', 'x64', 'swarming'], | 366 'gyp', 'release_trybot', 'x64', 'swarming'], |
365 | 367 |
366 # Gyp release configs for x86. | 368 # Gyp release configs for x86. |
367 'gyp_release_x86': [ | |
368 'gyp', 'release_bot', 'x86', 'swarming'], | |
369 'gyp_release_x86_disassembler': [ | 369 'gyp_release_x86_disassembler': [ |
370 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], | 370 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], |
371 'gyp_release_x86_interpreted_regexp': [ | 371 'gyp_release_x86_interpreted_regexp': [ |
372 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], | 372 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], |
373 'gyp_release_x86_minimal_symbols': [ | 373 'gyp_release_x86_minimal_symbols': [ |
374 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 374 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
375 'gyp_release_x86_no_i18n_trybot': [ | 375 'gyp_release_x86_no_i18n_trybot': [ |
376 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], | 376 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], |
377 'gyp_release_x86_no_snap_shared_minimal_symbols': [ | 377 'gyp_release_x86_no_snap_shared_minimal_symbols': [ |
378 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', | 378 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'gn_args': 'target_cpu="x64"', | 654 'gn_args': 'target_cpu="x64"', |
655 'gyp_defines': 'target_arch=x64', | 655 'gyp_defines': 'target_arch=x64', |
656 }, | 656 }, |
657 | 657 |
658 'x86': { | 658 'x86': { |
659 'gn_args': 'target_cpu="x86"', | 659 'gn_args': 'target_cpu="x86"', |
660 'gyp_defines': 'target_arch=ia32', | 660 'gyp_defines': 'target_arch=ia32', |
661 }, | 661 }, |
662 }, | 662 }, |
663 } | 663 } |
OLD | NEW |