Commit c3174b09 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[MB][test] Add builders for RISC-V

No-Try: true
Bug: v8:11233
Change-Id: I391bbd22b4415e9a669795b62b4933fb4b3e9eef
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2575124Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71643}
parent dd20e392
......@@ -169,6 +169,8 @@
# IBM.
'V8 Linux - ppc64 - sim': 'release_simulate_ppc64',
'V8 Linux - s390x - sim': 'release_simulate_s390x',
# RISC-V
'V8 Linux - riscv64 - sim - builder': 'release_simulate_riscv64',
},
'client.v8.branches': {
'V8 Linux - previous branch': 'release_x86',
......@@ -237,6 +239,7 @@
'v8_linux64_cfi_rel_ng': 'release_x64_cfi',
'v8_linux64_fuzzilli_ng': 'release_x64_fuzzilli',
'v8_linux64_msan_rel_ng': 'release_simulate_arm64_msan_minimal_symbols',
'v8_linux64_riscv64_rel_ng': 'release_simulate_riscv64',
'v8_linux64_tsan_rel_ng': 'release_x64_tsan_minimal_symbols',
'v8_linux64_tsan_no_cm_rel_ng': 'release_x64_tsan_no_cm',
'v8_linux64_tsan_isolates_rel_ng':
......@@ -401,6 +404,8 @@
'release_bot', 'simulate_mips64el'],
'release_simulate_ppc64': [
'release_bot', 'simulate_ppc64'],
'release_simulate_riscv64': [
'release_bot', 'simulate_riscv64'],
'release_simulate_s390x': [
'release_bot', 'simulate_s390x'],
......@@ -783,6 +788,10 @@
'gn_args': 'target_cpu="x64" v8_target_cpu="ppc64"',
},
'simulate_riscv64': {
'gn_args': 'target_cpu="x64" v8_target_cpu="riscv64"',
},
'simulate_s390x': {
'gn_args': 'target_cpu="x64" v8_target_cpu="s390x"',
},
......
......@@ -549,6 +549,16 @@
],
},
##############################################################################
# Linux64 with RISC-V simulators
'v8_linux64_riscv64_rel_ng_triggered': {
'swarming_dimensions': {
'os': 'Ubuntu-16.04',
},
'tests': [
{'name': 'v8testing', 'shards': 3},
],
},
##############################################################################
# Odroids with native arm
'v8_odroid_arm_rel_ng_triggered': {
'swarming_dimensions' : {
......@@ -1741,6 +1751,19 @@
{'name': 'v8testing', 'shards': 3},
],
},
'V8 Linux - riscv64 - sim': {
'swarming_dimensions': {
'os': 'Ubuntu-16.04',
},
'swarming_task_attrs': {
'expiration': 14400,
'hard_timeout': 3600,
'priority': 35,
},
'tests': [
{'name': 'v8testing', 'shards': 3},
],
},
'V8 Linux - s390x - sim': {
'swarming_dimensions': {
'os': 'Ubuntu-16.04',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment