[infra] Add arm64 simulator heap sandbox builders
Bug: v8:12257 Change-Id: I0c78e692a1712082818e8af32593b0489c4e18ff Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3190103 Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#77121}
This commit is contained in:
parent
01a28ec67e
commit
ab41d9bf37
@ -107,6 +107,7 @@
|
|||||||
'V8 Linux gcc': 'release_x86_gcc',
|
'V8 Linux gcc': 'release_x86_gcc',
|
||||||
# FYI.
|
# FYI.
|
||||||
'V8 iOS - sim': 'release_x64_ios_simulator',
|
'V8 iOS - sim': 'release_x64_ios_simulator',
|
||||||
|
'V8 Linux64 - arm64 - sim - heap sandbox - debug - builder': 'debug_x64_heap_sandbox_arm64_sim',
|
||||||
'V8 Linux64 - cppgc-non-default - debug - builder': 'debug_x64_non_default_cppgc',
|
'V8 Linux64 - cppgc-non-default - debug - builder': 'debug_x64_non_default_cppgc',
|
||||||
'V8 Linux64 - debug - perfetto - builder': 'debug_x64_perfetto',
|
'V8 Linux64 - debug - perfetto - builder': 'debug_x64_perfetto',
|
||||||
'V8 Linux64 - disable runtime call stats': 'release_x64_disable_runtime_call_stats',
|
'V8 Linux64 - disable runtime call stats': 'release_x64_disable_runtime_call_stats',
|
||||||
@ -231,6 +232,7 @@
|
|||||||
'v8_linux64_gcov_coverage': 'release_x64_gcc_coverage',
|
'v8_linux64_gcov_coverage': 'release_x64_gcc_coverage',
|
||||||
'v8_linux64_header_includes_dbg': 'debug_x64_header_includes',
|
'v8_linux64_header_includes_dbg': 'debug_x64_header_includes',
|
||||||
'v8_linux64_heap_sandbox_dbg_ng': 'debug_x64_heap_sandbox',
|
'v8_linux64_heap_sandbox_dbg_ng': 'debug_x64_heap_sandbox',
|
||||||
|
'v8_linux_arm64_sim_heap_sandbox_dbg_ng': 'debug_x64_heap_sandbox_arm64_sim',
|
||||||
'v8_linux64_fyi_rel_ng': 'release_x64_test_features_trybot',
|
'v8_linux64_fyi_rel_ng': 'release_x64_test_features_trybot',
|
||||||
'v8_linux64_nodcheck_rel_ng': 'release_x64',
|
'v8_linux64_nodcheck_rel_ng': 'release_x64',
|
||||||
'v8_linux64_perfetto_dbg_ng': 'debug_x64_perfetto',
|
'v8_linux64_perfetto_dbg_ng': 'debug_x64_perfetto',
|
||||||
@ -572,6 +574,8 @@
|
|||||||
'debug_bot', 'x64', 'v8_check_header_includes'],
|
'debug_bot', 'x64', 'v8_check_header_includes'],
|
||||||
'debug_x64_heap_sandbox': [
|
'debug_x64_heap_sandbox': [
|
||||||
'debug_bot', 'x64', 'v8_enable_heap_sandbox'],
|
'debug_bot', 'x64', 'v8_enable_heap_sandbox'],
|
||||||
|
'debug_x64_heap_sandbox_arm64_sim': [
|
||||||
|
'debug_bot', 'simulate_arm64', 'v8_enable_heap_sandbox'],
|
||||||
'debug_x64_minimal_symbols': [
|
'debug_x64_minimal_symbols': [
|
||||||
'debug_bot', 'x64', 'minimal_symbols'],
|
'debug_bot', 'x64', 'minimal_symbols'],
|
||||||
'debug_x64_non_default_cppgc': [
|
'debug_x64_non_default_cppgc': [
|
||||||
|
@ -593,6 +593,14 @@
|
|||||||
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 12},
|
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 12},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'v8_linux_arm64_sim_heap_sandbox_dbg_ng_triggered': {
|
||||||
|
'swarming_dimensions' : {
|
||||||
|
'os': 'Ubuntu-18.04',
|
||||||
|
},
|
||||||
|
'tests': [
|
||||||
|
{'name': 'v8testing', 'shards': 14},
|
||||||
|
],
|
||||||
|
},
|
||||||
'v8_linux_arm64_rel_ng_triggered': {
|
'v8_linux_arm64_rel_ng_triggered': {
|
||||||
'swarming_dimensions' : {
|
'swarming_dimensions' : {
|
||||||
'os': 'Ubuntu-18.04',
|
'os': 'Ubuntu-18.04',
|
||||||
@ -1889,6 +1897,19 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'V8 Linux64 - arm64 - sim - heap sandbox - debug': {
|
||||||
|
'swarming_dimensions' : {
|
||||||
|
'os': 'Ubuntu-18.04',
|
||||||
|
},
|
||||||
|
'swarming_task_attrs': {
|
||||||
|
'expiration': 14400,
|
||||||
|
'hard_timeout': 7200,
|
||||||
|
'priority': 35,
|
||||||
|
},
|
||||||
|
'tests': [
|
||||||
|
{'name': 'v8testing', 'shards': 14},
|
||||||
|
],
|
||||||
|
},
|
||||||
'V8 Linux - loong64 - sim': {
|
'V8 Linux - loong64 - sim': {
|
||||||
'swarming_dimensions': {
|
'swarming_dimensions': {
|
||||||
'os': 'Ubuntu-18.04',
|
'os': 'Ubuntu-18.04',
|
||||||
|
Loading…
Reference in New Issue
Block a user