[infra] Add compile only CI/CQ builders with runtime call stats disabled
Bug: v8:11980 Change-Id: Ic861186b7457990dea2d4f8f9c0b702e4837895f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3026721 Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#75749}
This commit is contained in:
parent
7ce43b703e
commit
9e9ed6204d
@ -104,6 +104,7 @@
|
||||
# FYI.
|
||||
'V8 iOS - sim': 'release_x64_ios_simulator',
|
||||
'V8 Linux64 - debug - perfetto - builder': 'debug_x64_perfetto',
|
||||
'V8 Linux64 - disable runtime call stats': 'release_x64_disable_runtime_call_stats',
|
||||
'V8 Linux64 - debug - single generation - builder': 'debug_x64_single_generation',
|
||||
'V8 Linux64 - pointer compression': 'release_x64_pointer_compression',
|
||||
'V8 Linux64 - pointer compression without dchecks':
|
||||
@ -215,6 +216,7 @@
|
||||
'release_simulate_arm64_pointer_compression',
|
||||
'v8_linux64_dbg_ng': 'debug_x64_trybot',
|
||||
'v8_linux64_dict_tracking_dbg_ng': 'debug_x64_dict_tracking_trybot',
|
||||
'v8_linux64_disable_runtime_call_stats_rel': 'release_x64_disable_runtime_call_stats',
|
||||
'v8_linux64_external_code_space_dbg_ng': 'debug_x64_external_code_space',
|
||||
'v8_linux64_gc_stress_custom_snapshot_dbg_ng': 'debug_x64_trybot_custom',
|
||||
'v8_linux64_gcc_compile_dbg': 'debug_x64_gcc',
|
||||
@ -483,6 +485,8 @@
|
||||
'release_bot_no_goma', 'x64', 'minimal_symbols', 'msvc'],
|
||||
'release_x64_correctness_fuzzer' : [
|
||||
'release_bot', 'x64', 'v8_correctness_fuzzer'],
|
||||
'release_x64_disable_runtime_call_stats': [
|
||||
'release_bot', 'x64', 'v8_disable_runtime_call_stats'],
|
||||
'release_x64_fuchsia': [
|
||||
'release_bot', 'x64', 'fuchsia'],
|
||||
'release_x64_fuchsia_trybot': [
|
||||
@ -876,6 +880,10 @@
|
||||
'gn_args': 'v8_control_flow_integrity=true',
|
||||
},
|
||||
|
||||
'v8_disable_runtime_call_stats': {
|
||||
'gn_args': 'v8_enable_runtime_call_stats=false',
|
||||
},
|
||||
|
||||
'v8_enable_heap_sandbox': {
|
||||
'gn_args': 'v8_enable_heap_sandbox=true',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user