Commit eb743426 authored by Al Muthanna Athamina's avatar Al Muthanna Athamina Committed by V8 LUCI CQ

Add bots for RISC-V32

Bug: v8:13033
Change-Id: Ic2c13359a1e22846750d67342b2a682f6351b7da
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3743484Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81520}
parent ec9fa436
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
'V8 Linux - ppc64 - sim - builder': 'release_simulate_ppc64', 'V8 Linux - ppc64 - sim - builder': 'release_simulate_ppc64',
'V8 Linux - s390x - sim - builder': 'release_simulate_s390x', 'V8 Linux - s390x - sim - builder': 'release_simulate_s390x',
# RISC-V # RISC-V
'V8 Linux - riscv32 - sim - builder': 'release_simulate_riscv32',
'V8 Linux - riscv64 - sim - builder': 'release_simulate_riscv64', 'V8 Linux - riscv64 - sim - builder': 'release_simulate_riscv64',
# Loongson # Loongson
'V8 Linux - loong64 - sim - builder': 'release_simulate_loong64', 'V8 Linux - loong64 - sim - builder': 'release_simulate_loong64',
...@@ -253,6 +254,7 @@ ...@@ -253,6 +254,7 @@
'v8_linux64_fuzzilli_ng': 'release_x64_fuzzilli', 'v8_linux64_fuzzilli_ng': 'release_x64_fuzzilli',
'v8_linux64_loong64_rel_ng': 'release_simulate_loong64', 'v8_linux64_loong64_rel_ng': 'release_simulate_loong64',
'v8_linux64_msan_rel_ng': 'release_simulate_arm64_msan_minimal_symbols', 'v8_linux64_msan_rel_ng': 'release_simulate_arm64_msan_minimal_symbols',
'v8_linux_riscv32_rel_ng': 'release_simulate_riscv32',
'v8_linux64_riscv64_rel_ng': 'release_simulate_riscv64', 'v8_linux64_riscv64_rel_ng': 'release_simulate_riscv64',
'v8_linux64_tsan_rel_ng': 'release_x64_tsan_minimal_symbols', '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_no_cm_rel_ng': 'release_x64_tsan_no_cm',
...@@ -443,6 +445,8 @@ ...@@ -443,6 +445,8 @@
'release_bot', 'simulate_mips64el'], 'release_bot', 'simulate_mips64el'],
'release_simulate_ppc64': [ 'release_simulate_ppc64': [
'release_bot', 'simulate_ppc64'], 'release_bot', 'simulate_ppc64'],
'release_simulate_riscv32': [
'release_bot', 'simulate_riscv32'],
'release_simulate_riscv64': [ 'release_simulate_riscv64': [
'release_bot', 'simulate_riscv64'], 'release_bot', 'simulate_riscv64'],
'release_simulate_s390x': [ 'release_simulate_s390x': [
...@@ -878,6 +882,10 @@ ...@@ -878,6 +882,10 @@
'gn_args': 'target_cpu="x64" v8_target_cpu="ppc64"', 'gn_args': 'target_cpu="x64" v8_target_cpu="ppc64"',
}, },
'simulate_riscv32': {
'gn_args': 'target_cpu="x86" v8_target_cpu="riscv32"',
},
'simulate_riscv64': { 'simulate_riscv64': {
'gn_args': 'target_cpu="x64" v8_target_cpu="riscv64"', 'gn_args': 'target_cpu="x64" v8_target_cpu="riscv64"',
}, },
......
...@@ -648,7 +648,15 @@ ...@@ -648,7 +648,15 @@
], ],
}, },
############################################################################## ##############################################################################
# Linux64 with RISC-V simulators # Linux with RISC-V simulators
'v8_linux_riscv32_rel_ng_triggered': {
'swarming_dimensions': {
'os': 'Ubuntu-18.04',
},
'tests': [
{'name': 'v8testing', 'shards': 3},
],
},
'v8_linux64_riscv64_rel_ng_triggered': { 'v8_linux64_riscv64_rel_ng_triggered': {
'swarming_dimensions': { 'swarming_dimensions': {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-18.04',
...@@ -1976,6 +1984,19 @@ ...@@ -1976,6 +1984,19 @@
{'name': 'v8testing', 'shards': 3}, {'name': 'v8testing', 'shards': 3},
], ],
}, },
'V8 Linux - riscv32 - sim': {
'swarming_dimensions': {
'os': 'Ubuntu-18.04',
},
'swarming_task_attrs': {
'expiration': 14400,
'hard_timeout': 3600,
'priority': 35,
},
'tests': [
{'name': 'v8testing', 'shards': 3},
],
},
'V8 Linux - riscv64 - sim': { 'V8 Linux - riscv64 - sim': {
'swarming_dimensions': { 'swarming_dimensions': {
'os': 'Ubuntu-18.04', 'os': 'Ubuntu-18.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