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': { |
11 'client.dart.fyi': { | 11 'client.dart.fyi': { |
12 'v8-linux-release': 'gyp_release_x86_disassembler', | 12 'v8-linux-release': 'gyp_release_x86_disassembler', |
13 'v8-win-release': 'gyp_release_x86_disassembler', | 13 'v8-win-release': 'gyp_release_x86_disassembler', |
14 'v8-mac-release': 'gyp_release_x86_disassembler', | 14 'v8-mac-release': 'gyp_release_x86_disassembler', |
15 }, | 15 }, |
16 'client.dynamorio': { | 16 'client.dynamorio': { |
17 'linux-v8-dr': 'gyp_release_x64', | 17 'linux-v8-dr': 'gyp_release_x64', |
18 }, | 18 }, |
19 'client.v8': { | 19 'client.v8': { |
20 # Linux. | 20 # Linux. |
21 'V8 Linux - builder': 'gn_release_x86_gcmole', | 21 'V8 Linux - builder': 'gn_release_x86_gcmole', |
22 'V8 Linux - debug builder': 'gn_debug_x86', | 22 'V8 Linux - debug builder': 'gn_debug_x86', |
23 'V8 Linux - nosnap builder': 'gyp_release_x86_no_snap', | 23 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', |
24 'V8 Linux - nosnap debug builder': 'gyp_debug_x86_no_snap', | 24 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', |
25 'V8 Linux - shared': 'gyp_release_x86_shared_verify_heap', | 25 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', |
26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', | 26 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', |
27 # Linux64. | 27 # Linux64. |
28 'V8 Linux64 - builder': 'gn_release_x64', | 28 'V8 Linux64 - builder': 'gn_release_x64', |
29 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', | 29 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', |
30 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', | 30 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', |
31 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', | 31 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', |
32 # Windows. | 32 # Windows. |
33 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', | 33 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', |
34 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', | 34 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', |
35 'V8 Win32 - nosnap - shared': | 35 'V8 Win32 - nosnap - shared': |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x', | 128 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x', |
129 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x', | 129 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x', |
130 }, | 130 }, |
131 'tryserver.v8': { | 131 'tryserver.v8': { |
132 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', | 132 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', |
133 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', | 133 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', |
134 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', | 134 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', |
135 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', | 135 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', |
136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', | 136 'v8_linux_noi18n_rel_ng': 'gyp_release_x86_no_i18n_trybot', |
137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', | 137 'v8_linux_gc_stress_dbg': 'gyp_debug_x86_trybot', |
138 'v8_linux_nosnap_rel': 'gyp_release_x86_no_snap_trybot', | 138 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', |
139 'v8_linux_nosnap_dbg': 'gyp_debug_x86_no_snap_trybot', | 139 'v8_linux_nosnap_dbg': 'gn_debug_x86_no_snap_trybot', |
140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', | 140 'v8_linux_gcc_compile_rel': 'gyp_release_x86_gcc_minimal_symbols', |
141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', | 141 'v8_linux_gcc_rel': 'gyp_release_x86_gcc_minimal_symbols', |
142 'v8_linux64_rel_ng': 'gn_release_x64_trybot', | 142 'v8_linux64_rel_ng': 'gn_release_x64_trybot', |
143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', | 143 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', |
144 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', | 144 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', |
145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', | 145 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', |
146 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', | 146 'v8_linux64_msan_rel': 'gyp_release_simulate_arm64_msan_minimal_symbols', |
147 'v8_linux64_sanitizer_coverage_rel': | 147 'v8_linux64_sanitizer_coverage_rel': |
148 'gyp_release_x64_asan_minimal_symbols_coverage', | 148 'gyp_release_x64_asan_minimal_symbols_coverage', |
149 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', | 149 'v8_linux64_tsan_rel': 'gyp_release_x64_tsan_minimal_symbols', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'gn_debug_x64_custom': [ | 189 'gn_debug_x64_custom': [ |
190 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], | 190 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], |
191 'gn_debug_x64_trybot': [ | 191 'gn_debug_x64_trybot': [ |
192 'gn', 'debug_trybot', 'x64', 'swarming'], | 192 'gn', 'debug_trybot', 'x64', 'swarming'], |
193 'gn_debug_x64_valgrind': [ | 193 'gn_debug_x64_valgrind': [ |
194 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], | 194 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], |
195 | 195 |
196 # GN debug configs for x86. | 196 # GN debug configs for x86. |
197 'gn_debug_x86': [ | 197 'gn_debug_x86': [ |
198 'gn', 'debug_bot', 'x86', 'swarming'], | 198 'gn', 'debug_bot', 'x86', 'swarming'], |
| 199 'gn_debug_x86_no_snap': [ |
| 200 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 201 'gn_debug_x86_no_snap_trybot': [ |
| 202 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
199 'gn_debug_x86_trybot': [ | 203 'gn_debug_x86_trybot': [ |
200 'gn', 'debug_trybot', 'x86', 'swarming'], | 204 'gn', 'debug_trybot', 'x86', 'swarming'], |
201 | 205 |
202 # GN release configs for x86. | 206 # GN release configs for x86. |
203 'gn_release_x86_gcmole': [ | 207 'gn_release_x86_gcmole': [ |
204 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], | 208 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], |
205 'gn_release_x86_gcmole_trybot': [ | 209 'gn_release_x86_gcmole_trybot': [ |
206 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 210 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
207 'gn_release_x86_minimal_symbols': [ | 211 'gn_release_x86_minimal_symbols': [ |
208 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 212 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
| 213 'gn_release_x86_no_snap': [ |
| 214 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 215 'gn_release_x86_no_snap_trybot': [ |
| 216 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 217 'gn_release_x86_shared_verify_heap': [ |
| 218 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
209 | 219 |
210 # Gyp debug configs for arm. | 220 # Gyp debug configs for arm. |
211 'gyp_debug_arm': [ | 221 'gyp_debug_arm': [ |
212 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 222 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
213 | 223 |
214 # Gyp debug configs for simulators. | 224 # Gyp debug configs for simulators. |
215 'gyp_debug_simulate_arm': [ | 225 'gyp_debug_simulate_arm': [ |
216 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], | 226 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], |
217 'gyp_debug_simulate_arm_asan_edge': [ | 227 'gyp_debug_simulate_arm_asan_edge': [ |
218 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 228 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
(...skipping 18 matching lines...) Expand all Loading... |
237 | 247 |
238 # Gyp debug configs for x86. | 248 # Gyp debug configs for x86. |
239 'gyp_debug_x86': [ | 249 'gyp_debug_x86': [ |
240 'gyp', 'debug_bot', 'x86', 'swarming'], | 250 'gyp', 'debug_bot', 'x86', 'swarming'], |
241 'gyp_debug_x86_minimal_symbols': [ | 251 'gyp_debug_x86_minimal_symbols': [ |
242 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], | 252 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], |
243 'gyp_debug_x86_trybot': [ | 253 'gyp_debug_x86_trybot': [ |
244 'gyp', 'debug_trybot', 'x86', 'swarming'], | 254 'gyp', 'debug_trybot', 'x86', 'swarming'], |
245 'gyp_debug_x86_no_i18n': [ | 255 'gyp_debug_x86_no_i18n': [ |
246 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'], | 256 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'], |
247 'gyp_debug_x86_no_snap': [ | |
248 'gyp', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], | |
249 'gyp_debug_x86_no_snap_trybot': [ | |
250 'gyp', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | |
251 'gyp_debug_x86_vtunejit': [ | 257 'gyp_debug_x86_vtunejit': [ |
252 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], | 258 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], |
253 'gyp_full_debug_x86': [ | 259 'gyp_full_debug_x86': [ |
254 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', | 260 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', |
255 'v8_full_debug'], | 261 'v8_full_debug'], |
256 | 262 |
257 # Gyp release configs for arm. | 263 # Gyp release configs for arm. |
258 'gyp_release_arm': [ | 264 'gyp_release_arm': [ |
259 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 265 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
260 'gyp_release_android_arm': [ | 266 'gyp_release_android_arm': [ |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 'gyp_release_x86_gcc': [ | 337 'gyp_release_x86_gcc': [ |
332 'gyp', 'release_bot', 'x86', 'gcc'], | 338 'gyp', 'release_bot', 'x86', 'gcc'], |
333 'gyp_release_x86_gcc_minimal_symbols': [ | 339 'gyp_release_x86_gcc_minimal_symbols': [ |
334 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], | 340 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], |
335 'gyp_release_x86_interpreted_regexp': [ | 341 'gyp_release_x86_interpreted_regexp': [ |
336 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], | 342 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], |
337 'gyp_release_x86_minimal_symbols': [ | 343 'gyp_release_x86_minimal_symbols': [ |
338 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 344 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
339 'gyp_release_x86_no_i18n_trybot': [ | 345 'gyp_release_x86_no_i18n_trybot': [ |
340 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], | 346 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], |
341 'gyp_release_x86_no_snap': [ | |
342 'gyp', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | |
343 'gyp_release_x86_no_snap_shared_minimal_symbols': [ | 347 'gyp_release_x86_no_snap_shared_minimal_symbols': [ |
344 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', | 348 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
345 'v8_snapshot_none'], | 349 'v8_snapshot_none'], |
346 'gyp_release_x86_no_snap_trybot': [ | |
347 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | |
348 'gyp_release_x86_predictable': [ | 350 'gyp_release_x86_predictable': [ |
349 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], | 351 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], |
350 'gyp_release_x86_shared_verify_heap': [ | |
351 'gyp', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], | |
352 'gyp_release_x86_trybot': [ | 352 'gyp_release_x86_trybot': [ |
353 'gyp', 'release_trybot', 'x86', 'swarming'], | 353 'gyp', 'release_trybot', 'x86', 'swarming'], |
354 }, | 354 }, |
355 | 355 |
356 'mixins': { | 356 'mixins': { |
357 'android': { | 357 'android': { |
358 'gn_args': 'target_os="android"', | 358 'gn_args': 'target_os="android"', |
359 'gyp_defines': 'OS=android', | 359 'gyp_defines': 'OS=android', |
360 }, | 360 }, |
361 | 361 |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 'gn_args': 'target_cpu="x64"', | 624 'gn_args': 'target_cpu="x64"', |
625 'gyp_defines': 'target_arch=x64', | 625 'gyp_defines': 'target_arch=x64', |
626 }, | 626 }, |
627 | 627 |
628 'x86': { | 628 'x86': { |
629 'gn_args': 'target_cpu="x86"', | 629 'gn_args': 'target_cpu="x86"', |
630 'gyp_defines': 'target_arch=ia32', | 630 'gyp_defines': 'target_arch=ia32', |
631 }, | 631 }, |
632 }, | 632 }, |
633 } | 633 } |
OLD | NEW |