Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1343)

Side by Side Diff: infra/mb/mb_config.pyl

Issue 2736993004: [build] Add v8gen support for PPC/s390 architecture (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | tools/get_byteorder.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'developer_default': { 11 'developer_default': {
12 'arm.debug': 'default_debug_arm', 12 'arm.debug': 'default_debug_arm',
13 'arm.optdebug': 'default_optdebug_arm', 13 'arm.optdebug': 'default_optdebug_arm',
14 'arm.release': 'default_release_arm', 14 'arm.release': 'default_release_arm',
15 'arm64.debug': 'default_debug_arm64', 15 'arm64.debug': 'default_debug_arm64',
16 'arm64.optdebug': 'default_optdebug_arm64', 16 'arm64.optdebug': 'default_optdebug_arm64',
17 'arm64.release': 'default_release_arm64', 17 'arm64.release': 'default_release_arm64',
18 'ia32.debug': 'default_debug_x86', 18 'ia32.debug': 'default_debug_x86',
19 'ia32.optdebug': 'default_optdebug_x86', 19 'ia32.optdebug': 'default_optdebug_x86',
20 'ia32.release': 'default_release_x86', 20 'ia32.release': 'default_release_x86',
21 'mipsel.debug': 'default_debug_mipsel', 21 'mipsel.debug': 'default_debug_mipsel',
22 'mipsel.optdebug': 'default_optdebug_mipsel', 22 'mipsel.optdebug': 'default_optdebug_mipsel',
23 'mipsel.release': 'default_release_mipsel', 23 'mipsel.release': 'default_release_mipsel',
24 'mips64el.debug': 'default_debug_mips64el', 24 'mips64el.debug': 'default_debug_mips64el',
25 'mips64el.optdebug': 'default_optdebug_mips64el', 25 'mips64el.optdebug': 'default_optdebug_mips64el',
26 'mips64el.release': 'default_release_mips64el', 26 'mips64el.release': 'default_release_mips64el',
27 'ppc.debug': 'default_debug_ppc',
28 'ppc.optdebug': 'default_optdebug_ppc',
29 'ppc.release': 'default_release_ppc',
30 'ppc64.debug': 'default_debug_ppc64',
31 'ppc64.optdebug': 'default_optdebug_ppc64',
32 'ppc64.release': 'default_release_ppc64',
33 's390.debug': 'default_debug_s390',
34 's390.optdebug': 'default_optdebug_s390',
35 's390.release': 'default_release_s390',
36 's390x.debug': 'default_debug_s390x',
37 's390x.optdebug': 'default_optdebug_s390x',
38 's390x.release': 'default_release_s390x',
27 'x64.debug': 'default_debug_x64', 39 'x64.debug': 'default_debug_x64',
28 'x64.optdebug': 'default_optdebug_x64', 40 'x64.optdebug': 'default_optdebug_x64',
29 'x64.release': 'default_release_x64', 41 'x64.release': 'default_release_x64',
30 }, 42 },
31 43
32 'client.dart.fyi': { 44 'client.dart.fyi': {
33 'v8-linux-release': 'gyp_release_x86_disassembler', 45 'v8-linux-release': 'gyp_release_x86_disassembler',
34 'v8-win-release': 'gyp_release_x86_disassembler', 46 'v8-win-release': 'gyp_release_x86_disassembler',
35 'v8-mac-release': 'gyp_release_x86_disassembler', 47 'v8-mac-release': 'gyp_release_x86_disassembler',
36 }, 48 },
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64', 124 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64',
113 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64', 125 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64',
114 'V8 Linux - arm64 - sim - nosnap - debug': 126 'V8 Linux - arm64 - sim - nosnap - debug':
115 'gn_debug_simulate_arm64_no_snap', 127 'gn_debug_simulate_arm64_no_snap',
116 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64', 128 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64',
117 # Mips. 129 # Mips.
118 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n', 130 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n',
119 'V8 Linux - mipsel - sim - builder': 'gn_release_simulate_mipsel', 131 'V8 Linux - mipsel - sim - builder': 'gn_release_simulate_mipsel',
120 'V8 Linux - mips64el - sim - builder': 'gn_release_simulate_mips64el', 132 'V8 Linux - mips64el - sim - builder': 'gn_release_simulate_mips64el',
121 # PPC. 133 # PPC.
122 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc', 134 'V8 Linux - ppc - sim': 'gn_release_simulate_ppc',
Michael Achenbach 2017/03/09 10:32:15 Please reflect this in the CL description. With th
123 'V8 Linux - ppc64 - sim': 'gyp_release_simulate_ppc64', 135 'V8 Linux - ppc64 - sim': 'gn_release_simulate_ppc64',
124 # S390. 136 # S390.
125 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390', 137 'V8 Linux - s390 - sim': 'gn_release_simulate_s390',
126 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x', 138 'V8 Linux - s390x - sim': 'gn_release_simulate_s390x',
127 # X87. 139 # X87.
128 'V8 Linux - x87 - nosnap - debug builder': 'gyp_debug_simulate_x87', 140 'V8 Linux - x87 - nosnap - debug builder': 'gyp_debug_simulate_x87',
129 }, 141 },
130 'client.v8.branches': { 142 'client.v8.branches': {
131 'V8 Linux - beta branch': 'gn_release_x86', 143 'V8 Linux - beta branch': 'gn_release_x86',
132 'V8 Linux - beta branch - debug': 'gn_debug_x86', 144 'V8 Linux - beta branch - debug': 'gn_debug_x86',
133 'V8 Linux - stable branch': 'gn_release_x86', 145 'V8 Linux - stable branch': 'gn_release_x86',
134 'V8 Linux - stable branch - debug': 'gn_debug_x86', 146 'V8 Linux - stable branch - debug': 'gn_debug_x86',
135 'V8 Linux64 - beta branch': 'gn_release_x64', 147 'V8 Linux64 - beta branch': 'gn_release_x64',
136 'V8 Linux64 - beta branch - debug': 'gn_debug_x64', 148 'V8 Linux64 - beta branch - debug': 'gn_debug_x64',
137 'V8 Linux64 - stable branch': 'gn_release_x64', 149 'V8 Linux64 - stable branch': 'gn_release_x64',
138 'V8 Linux64 - stable branch - debug': 'gn_debug_x64', 150 'V8 Linux64 - stable branch - debug': 'gn_debug_x64',
139 'V8 arm - sim - beta branch': 'gn_release_simulate_arm', 151 'V8 arm - sim - beta branch': 'gn_release_simulate_arm',
140 'V8 arm - sim - beta branch - debug': 'gn_debug_simulate_arm', 152 'V8 arm - sim - beta branch - debug': 'gn_debug_simulate_arm',
141 'V8 arm - sim - stable branch': 'gn_release_simulate_arm', 153 'V8 arm - sim - stable branch': 'gn_release_simulate_arm',
142 'V8 arm - sim - stable branch - debug': 'gn_debug_simulate_arm', 154 'V8 arm - sim - stable branch - debug': 'gn_debug_simulate_arm',
143 'V8 mips64el - sim - beta branch': 'gn_release_simulate_mips64el', 155 'V8 mips64el - sim - beta branch': 'gn_release_simulate_mips64el',
144 'V8 mips64el - sim - stable branch': 'gn_release_simulate_mips64el', 156 'V8 mips64el - sim - stable branch': 'gn_release_simulate_mips64el',
145 'V8 mipsel - sim - beta branch': 'gn_release_simulate_mipsel', 157 'V8 mipsel - sim - beta branch': 'gn_release_simulate_mipsel',
146 'V8 mipsel - sim - stable branch': 'gn_release_simulate_mipsel', 158 'V8 mipsel - sim - stable branch': 'gn_release_simulate_mipsel',
147 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc', 159 'V8 ppc - sim - beta branch': 'gn_release_simulate_ppc',
148 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc', 160 'V8 ppc - sim - stable branch': 'gn_release_simulate_ppc',
149 'V8 ppc64 - sim - beta branch': 'gyp_release_simulate_ppc64', 161 'V8 ppc64 - sim - beta branch': 'gn_release_simulate_ppc64',
150 'V8 ppc64 - sim - stable branch': 'gyp_release_simulate_ppc64', 162 'V8 ppc64 - sim - stable branch': 'gn_release_simulate_ppc64',
151 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390', 163 'V8 s390 - sim - beta branch': 'gn_release_simulate_s390',
152 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390', 164 'V8 s390 - sim - stable branch': 'gn_release_simulate_s390',
153 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x', 165 'V8 s390x - sim - beta branch': 'gn_release_simulate_s390x',
154 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x', 166 'V8 s390x - sim - stable branch': 'gn_release_simulate_s390x',
155 }, 167 },
156 'tryserver.v8': { 168 'tryserver.v8': {
157 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot', 169 'v8_linux_rel_ng': 'gn_release_x86_gcmole_trybot',
158 'v8_linux_verify_csa_rel_ng': 'gn_release_x86_verify_csa', 170 'v8_linux_verify_csa_rel_ng': 'gn_release_x86_verify_csa',
159 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot', 171 'v8_linux_avx2_dbg': 'gn_debug_x86_trybot',
160 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols', 172 'v8_linux_nodcheck_rel_ng': 'gn_release_x86_minimal_symbols',
161 'v8_linux_dbg_ng': 'gn_debug_x86_trybot', 173 'v8_linux_dbg_ng': 'gn_debug_x86_trybot',
162 'v8_linux_noi18n_rel_ng': 'gn_release_x86_no_i18n_trybot', 174 'v8_linux_noi18n_rel_ng': 'gn_release_x86_no_i18n_trybot',
163 'v8_linux_gc_stress_dbg': 'gn_debug_x86_trybot', 175 'v8_linux_gc_stress_dbg': 'gn_debug_x86_trybot',
164 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot', 176 'v8_linux_nosnap_rel': 'gn_release_x86_no_snap_trybot',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'gn', 'debug', 'simulate_mipsel', 'v8_enable_slow_dchecks'], 239 'gn', 'debug', 'simulate_mipsel', 'v8_enable_slow_dchecks'],
228 'default_release_mipsel': [ 240 'default_release_mipsel': [
229 'gn', 'release', 'simulate_mipsel'], 241 'gn', 'release', 'simulate_mipsel'],
230 'default_debug_mips64el': [ 242 'default_debug_mips64el': [
231 'gn', 'debug', 'simulate_mips64el', 'v8_enable_slow_dchecks', 243 'gn', 'debug', 'simulate_mips64el', 'v8_enable_slow_dchecks',
232 'v8_full_debug'], 244 'v8_full_debug'],
233 'default_optdebug_mips64el': [ 245 'default_optdebug_mips64el': [
234 'gn', 'debug', 'simulate_mips64el', 'v8_enable_slow_dchecks'], 246 'gn', 'debug', 'simulate_mips64el', 'v8_enable_slow_dchecks'],
235 'default_release_mips64el': [ 247 'default_release_mips64el': [
236 'gn', 'release', 'simulate_mips64el'], 248 'gn', 'release', 'simulate_mips64el'],
249 'default_debug_ppc': [
250 'gn', 'debug', 'simulate_ppc', 'v8_enable_slow_dchecks',
251 'v8_full_debug'],
252 'default_optdebug_ppc': [
253 'gn', 'debug', 'simulate_ppc', 'v8_enable_slow_dchecks'],
254 'default_release_ppc': [
255 'gn', 'release', 'simulate_ppc'],
256 'default_debug_ppc64': [
257 'gn', 'debug', 'simulate_ppc64', 'v8_enable_slow_dchecks',
258 'v8_full_debug'],
259 'default_optdebug_ppc64': [
260 'gn', 'debug', 'simulate_ppc64', 'v8_enable_slow_dchecks'],
261 'default_release_ppc64': [
262 'gn', 'release', 'simulate_ppc64'],
263 'default_debug_s390': [
264 'gn', 'debug', 'simulate_s390', 'v8_enable_slow_dchecks',
265 'v8_full_debug'],
266 'default_optdebug_s390': [
267 'gn', 'debug', 'simulate_s390', 'v8_enable_slow_dchecks'],
268 'default_release_s390': [
269 'gn', 'release', 'simulate_s390'],
270 'default_debug_s390x': [
271 'gn', 'debug', 'simulate_s390x', 'v8_enable_slow_dchecks',
272 'v8_full_debug'],
273 'default_optdebug_s390x': [
274 'gn', 'debug', 'simulate_s390x', 'v8_enable_slow_dchecks'],
275 'default_release_s390x': [
276 'gn', 'release', 'simulate_s390x'],
237 'default_debug_x64': [ 277 'default_debug_x64': [
238 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks', 'v8_full_debug'], 278 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks', 'v8_full_debug'],
239 'default_optdebug_x64': [ 279 'default_optdebug_x64': [
240 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks'], 280 'gn', 'debug', 'x64', 'v8_enable_slow_dchecks'],
241 'default_release_x64': [ 281 'default_release_x64': [
242 'gn', 'release', 'x64'], 282 'gn', 'release', 'x64'],
243 'default_debug_x86': [ 283 'default_debug_x86': [
244 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'], 284 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks', 'v8_full_debug'],
245 'default_optdebug_x86': [ 285 'default_optdebug_x86': [
246 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'], 286 'gn', 'debug', 'x86', 'v8_enable_slow_dchecks'],
(...skipping 26 matching lines...) Expand all
273 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], 313 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'],
274 'gn_release_simulate_arm64_msan_minimal_symbols': [ 314 'gn_release_simulate_arm64_msan_minimal_symbols': [
275 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', 315 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols',
276 'swarming'], 316 'swarming'],
277 'gn_release_simulate_arm64_trybot': [ 317 'gn_release_simulate_arm64_trybot': [
278 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], 318 'gn', 'release_trybot', 'simulate_arm64', 'swarming'],
279 'gn_release_simulate_mipsel': [ 319 'gn_release_simulate_mipsel': [
280 'gn', 'release_bot', 'simulate_mipsel', 'swarming'], 320 'gn', 'release_bot', 'simulate_mipsel', 'swarming'],
281 'gn_release_simulate_mips64el': [ 321 'gn_release_simulate_mips64el': [
282 'gn', 'release_bot', 'simulate_mips64el', 'swarming'], 322 'gn', 'release_bot', 'simulate_mips64el', 'swarming'],
323 'gn_release_simulate_ppc': [
324 'gn', 'release_bot', 'simulate_ppc', 'swarming'],
325 'gn_release_simulate_ppc64': [
326 'gn', 'release_bot', 'simulate_ppc64', 'swarming'],
327 'gn_release_simulate_s390': [
328 'gn', 'release_bot', 'simulate_s390', 'swarming'],
329 'gn_release_simulate_s390x': [
330 'gn', 'release_bot', 'simulate_s390x', 'swarming'],
283 331
284 # GN debug configs for arm. 332 # GN debug configs for arm.
285 'gn_debug_arm': [ 333 'gn_debug_arm': [
286 'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], 334 'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
287 335
288 # GN release configs for arm. 336 # GN release configs for arm.
289 'gn_release_arm': [ 337 'gn_release_arm': [
290 'gn', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], 338 'gn', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
291 'gn_release_android_arm': [ 339 'gn_release_android_arm': [
292 'gn', 'release_bot', 'arm', 'android', 'crosscompile', 340 'gn', 'release_bot', 'arm', 'android', 'crosscompile',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], 449 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'],
402 'gyp_full_debug_x86': [ 450 'gyp_full_debug_x86': [
403 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', 451 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks',
404 'v8_full_debug'], 452 'v8_full_debug'],
405 453
406 # Gyp release configs for mips. 454 # Gyp release configs for mips.
407 'gyp_release_mips_no_snap_no_i18n': [ 455 'gyp_release_mips_no_snap_no_i18n': [
408 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', 456 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n',
409 'v8_snapshot_none'], 457 'v8_snapshot_none'],
410 458
411 # Gyp release configs for simulators.
412 'gyp_release_simulate_ppc': [
413 'gyp', 'release_bot', 'simulate_ppc', 'swarming'],
414 'gyp_release_simulate_ppc64': [
415 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'],
416 'gyp_release_simulate_s390': [
417 'gyp', 'release_bot', 'simulate_s390', 'swarming'],
418 'gyp_release_simulate_s390x': [
419 'gyp', 'release_bot', 'simulate_s390x', 'swarming'],
420
421 # Gyp release configs for x64. 459 # Gyp release configs for x64.
422 'gyp_release_x64': [ 460 'gyp_release_x64': [
423 'gyp', 'release_bot', 'x64', 'swarming'], 461 'gyp', 'release_bot', 'x64', 'swarming'],
424 'gyp_release_x64_asan_minimal_symbols_coverage': [ 462 'gyp_release_x64_asan_minimal_symbols_coverage': [
425 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', 463 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan',
426 'minimal_symbols', 'swarming'], 464 'minimal_symbols', 'swarming'],
427 'gyp_release_x64_cfi_symbolized': [ 465 'gyp_release_x64_cfi_symbolized': [
428 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], 466 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'],
429 'gyp_release_x64_gcc_coverage': [ 467 'gyp_release_x64_gcc_coverage': [
430 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], 468 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'],
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'gn_args': 'target_cpu="x64"', 770 'gn_args': 'target_cpu="x64"',
733 'gyp_defines': 'target_arch=x64', 771 'gyp_defines': 'target_arch=x64',
734 }, 772 },
735 773
736 'x86': { 774 'x86': {
737 'gn_args': 'target_cpu="x86"', 775 'gn_args': 'target_cpu="x86"',
738 'gyp_defines': 'target_arch=ia32', 776 'gyp_defines': 'target_arch=ia32',
739 }, 777 },
740 }, 778 },
741 } 779 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | tools/get_byteorder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698