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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 | 86 |
87 'client.v8.ports': { | 87 'client.v8.ports': { |
88 # Arm. | 88 # Arm. |
89 'V8 Arm - builder': 'gyp_release_arm', | 89 'V8 Arm - builder': 'gyp_release_arm', |
90 'V8 Arm - debug builder': 'gyp_debug_arm', | 90 'V8 Arm - debug builder': 'gyp_debug_arm', |
91 'V8 Android Arm - builder': 'gyp_release_android_arm', | 91 'V8 Android Arm - builder': 'gyp_release_android_arm', |
92 'V8 Linux - arm - sim': 'gyp_release_simulate_arm', | 92 'V8 Linux - arm - sim': 'gyp_release_simulate_arm', |
93 'V8 Linux - arm - sim - debug': 'gyp_debug_simulate_arm', | 93 'V8 Linux - arm - sim - debug': 'gyp_debug_simulate_arm', |
94 # Arm64. | 94 # Arm64. |
95 'V8 Android Arm64 - builder': 'gyp_release_android_arm64', | 95 'V8 Android Arm64 - builder': 'gyp_release_android_arm64', |
96 'V8 Linux - arm64 - sim': 'gyp_release_simulate_arm64', | 96 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64', |
97 'V8 Linux - arm64 - sim - debug': 'gyp_debug_simulate_arm64', | 97 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64', |
98 'V8 Linux - arm64 - sim - nosnap - debug': | 98 'V8 Linux - arm64 - sim - nosnap - debug': |
99 'gyp_debug_simulate_arm64_no_snap', | 99 'gn_debug_simulate_arm64_no_snap', |
100 'V8 Linux - arm64 - sim - gc stress': 'gyp_debug_simulate_arm64', | 100 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64', |
101 # Mips. | 101 # Mips. |
102 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n', | 102 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n', |
103 'V8 Linux - mipsel - sim - builder': 'gyp_release_simulate_mipsel', | 103 'V8 Linux - mipsel - sim - builder': 'gyp_release_simulate_mipsel', |
104 'V8 Linux - mips64el - sim - builder': 'gyp_release_simulate_mips64el', | 104 'V8 Linux - mips64el - sim - builder': 'gyp_release_simulate_mips64el', |
105 # PPC. | 105 # PPC. |
106 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc', | 106 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc', |
107 'V8 Linux - ppc64 - sim': 'gyp_release_simulate_ppc64', | 107 'V8 Linux - ppc64 - sim': 'gyp_release_simulate_ppc64', |
108 # S390. | 108 # S390. |
109 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390', | 109 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390', |
110 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x', | 110 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'v8_mac_rel_ng': 'gn_release_x86_trybot', | 168 'v8_mac_rel_ng': 'gn_release_x86_trybot', |
169 'v8_mac_dbg': 'gn_debug_x86_trybot', | 169 'v8_mac_dbg': 'gn_debug_x86_trybot', |
170 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', | 170 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', |
171 'v8_mac64_rel': 'gn_release_x64_trybot', | 171 'v8_mac64_rel': 'gn_release_x64_trybot', |
172 'v8_mac64_dbg': 'gn_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': 'gn_release_simulate_arm64_trybot', |
179 'v8_linux_arm64_dbg': 'gyp_debug_simulate_arm64', | 179 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64', |
180 'v8_linux_arm64_gc_stress_dbg': 'gyp_debug_simulate_arm64', | 180 'v8_linux_arm64_gc_stress_dbg': 'gn_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', |
183 'v8_android_arm_compile_rel': 'gyp_release_android_arm', | 183 'v8_android_arm_compile_rel': 'gyp_release_android_arm', |
184 }, | 184 }, |
185 }, | 185 }, |
186 | 186 |
187 | 187 |
188 # To ease readability, config values are ordered by: | 188 # To ease readability, config values are ordered by: |
189 # gyp/gn, release/debug, arch type, other values alphabetically. | 189 # gyp/gn, release/debug, arch type, other values alphabetically. |
190 'configs': { | 190 'configs': { |
191 # Developer default configs. | 191 # Developer default configs. |
192 'default_debug_x64': [ | 192 'default_debug_x64': [ |
193 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks', 'v8_full_debug'], | 193 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks', 'v8_full_debug'], |
194 'default_optdebug_x64': [ | 194 'default_optdebug_x64': [ |
195 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks'], | 195 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks'], |
196 'default_release_x64': [ | 196 'default_release_x64': [ |
197 'gn', 'release', 'x64'], | 197 'gn', 'release', 'x64'], |
198 'default_debug_x86': [ | 198 'default_debug_x86': [ |
199 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'], | 199 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'], |
200 'default_optdebug_x86': [ | 200 'default_optdebug_x86': [ |
201 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'], | 201 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'], |
202 'default_release_x86': [ | 202 'default_release_x86': [ |
203 'gn', 'release', 'x86'], | 203 'gn', 'release', 'x86'], |
204 | 204 |
205 | 205 |
| 206 # GN debug configs for simulators. |
| 207 'gn_debug_simulate_arm64': [ |
| 208 'gn', 'debug_bot', 'simulate_arm64', 'swarming'], |
| 209 'gn_debug_simulate_arm64_no_snap': [ |
| 210 'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], |
| 211 |
| 212 # GN release configs for simulators. |
| 213 'gn_release_simulate_arm64': [ |
| 214 'gn', 'release_bot', 'simulate_arm64', 'swarming'], |
| 215 'gn_release_simulate_arm64_trybot': [ |
| 216 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], |
| 217 |
206 # GN release configs for x64. | 218 # GN release configs for x64. |
207 'gn_release_x64': [ | 219 'gn_release_x64': [ |
208 'gn', 'release_bot', 'x64', 'swarming'], | 220 'gn', 'release_bot', 'x64', 'swarming'], |
209 'gn_release_x64_internal': [ | 221 'gn_release_x64_internal': [ |
210 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], | 222 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], |
211 'gn_release_x64_trybot': [ | 223 'gn_release_x64_trybot': [ |
212 'gn', 'release_trybot', 'x64', 'swarming'], | 224 'gn', 'release_trybot', 'x64', 'swarming'], |
213 | 225 |
214 # GN debug configs for x64. | 226 # GN debug configs for x64. |
215 'gn_debug_x64': [ | 227 'gn_debug_x64': [ |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 | 269 |
258 # Gyp debug configs for arm. | 270 # Gyp debug configs for arm. |
259 'gyp_debug_arm': [ | 271 'gyp_debug_arm': [ |
260 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 272 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
261 | 273 |
262 # Gyp debug configs for simulators. | 274 # Gyp debug configs for simulators. |
263 'gyp_debug_simulate_arm': [ | 275 'gyp_debug_simulate_arm': [ |
264 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], | 276 'gyp', 'debug_bot', 'simulate_arm', 'swarming'], |
265 'gyp_debug_simulate_arm_asan_edge': [ | 277 'gyp_debug_simulate_arm_asan_edge': [ |
266 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 278 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
267 'gyp_debug_simulate_arm64': [ | |
268 'gyp', 'debug_bot', 'simulate_arm64', 'swarming'], | |
269 'gyp_debug_simulate_arm64_asan_edge': [ | 279 'gyp_debug_simulate_arm64_asan_edge': [ |
270 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], | 280 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], |
271 'gyp_debug_simulate_arm64_no_snap': [ | |
272 'gyp', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], | |
273 'gyp_debug_simulate_mipsel_asan_edge': [ | 281 'gyp_debug_simulate_mipsel_asan_edge': [ |
274 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], | 282 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], |
275 'gyp_debug_simulate_x87_no_snap': [ | 283 'gyp_debug_simulate_x87_no_snap': [ |
276 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], | 284 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], |
277 | 285 |
278 # Gyp debug configs for x64. | 286 # Gyp debug configs for x64. |
279 'gyp_debug_x64_asan_edge': [ | 287 'gyp_debug_x64_asan_edge': [ |
280 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], | 288 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], |
281 'gyp_debug_x64_minimal_symbols': [ | 289 'gyp_debug_x64_minimal_symbols': [ |
282 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], | 290 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], |
(...skipping 24 matching lines...) Expand all Loading... |
307 # Gyp release configs for mips. | 315 # Gyp release configs for mips. |
308 'gyp_release_mips_no_snap_no_i18n': [ | 316 'gyp_release_mips_no_snap_no_i18n': [ |
309 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', | 317 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', |
310 'v8_snapshot_none'], | 318 'v8_snapshot_none'], |
311 | 319 |
312 # Gyp release configs for simulators. | 320 # Gyp release configs for simulators. |
313 'gyp_release_simulate_arm': [ | 321 'gyp_release_simulate_arm': [ |
314 'gyp', 'release_bot', 'simulate_arm', 'swarming'], | 322 'gyp', 'release_bot', 'simulate_arm', 'swarming'], |
315 'gyp_release_simulate_arm_trybot': [ | 323 'gyp_release_simulate_arm_trybot': [ |
316 'gyp', 'release_trybot', 'simulate_arm', 'swarming'], | 324 'gyp', 'release_trybot', 'simulate_arm', 'swarming'], |
317 'gyp_release_simulate_arm64': [ | |
318 'gyp', 'release_bot', 'simulate_arm64', 'swarming'], | |
319 'gyp_release_simulate_arm64_msan': [ | 325 'gyp_release_simulate_arm64_msan': [ |
320 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], | 326 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], |
321 'gyp_release_simulate_arm64_msan_minimal_symbols': [ | 327 'gyp_release_simulate_arm64_msan_minimal_symbols': [ |
322 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', | 328 'gyp', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', |
323 'swarming'], | 329 'swarming'], |
324 'gyp_release_simulate_arm64_trybot': [ | |
325 'gyp', 'release_trybot', 'simulate_arm64', 'swarming'], | |
326 'gyp_release_simulate_mipsel': [ | 330 'gyp_release_simulate_mipsel': [ |
327 'gyp', 'release_bot', 'simulate_mipsel', 'swarming'], | 331 'gyp', 'release_bot', 'simulate_mipsel', 'swarming'], |
328 'gyp_release_simulate_mips64el': [ | 332 'gyp_release_simulate_mips64el': [ |
329 'gyp', 'release_bot', 'simulate_mips64el', 'swarming'], | 333 'gyp', 'release_bot', 'simulate_mips64el', 'swarming'], |
330 'gyp_release_simulate_ppc': [ | 334 'gyp_release_simulate_ppc': [ |
331 'gyp', 'release_bot', 'simulate_ppc', 'swarming'], | 335 'gyp', 'release_bot', 'simulate_ppc', 'swarming'], |
332 'gyp_release_simulate_ppc64': [ | 336 'gyp_release_simulate_ppc64': [ |
333 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], | 337 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], |
334 'gyp_release_simulate_s390': [ | 338 'gyp_release_simulate_s390': [ |
335 'gyp', 'release_bot', 'simulate_s390', 'swarming'], | 339 'gyp', 'release_bot', 'simulate_s390', 'swarming'], |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'gn_args': 'target_cpu="x64"', | 658 'gn_args': 'target_cpu="x64"', |
655 'gyp_defines': 'target_arch=x64', | 659 'gyp_defines': 'target_arch=x64', |
656 }, | 660 }, |
657 | 661 |
658 'x86': { | 662 'x86': { |
659 'gn_args': 'target_cpu="x86"', | 663 'gn_args': 'target_cpu="x86"', |
660 'gyp_defines': 'target_arch=ia32', | 664 'gyp_defines': 'target_arch=ia32', |
661 }, | 665 }, |
662 }, | 666 }, |
663 } | 667 } |
OLD | NEW |