[tools] Add MB configs for header include bots
R=machenbach@chromium.org Bug: v8:7966 Change-Id: I0f1b09f3aeb7f842aafb73f288a7626c7ff88ae5 Reviewed-on: https://chromium-review.googlesource.com/1146758 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#54623}
This commit is contained in:
parent
04d8053640
commit
b458771e9a
@ -74,6 +74,7 @@
|
||||
'V8 Linux64 - custom snapshot - debug builder': 'debug_x64_custom',
|
||||
'V8 Linux64 - internal snapshot': 'release_x64_internal',
|
||||
'V8 Linux64 - debug - deprecation warnings': 'debug_x64_deprecation_warnings',
|
||||
'V8 Linux64 - debug - header includes': 'debug_x64_header_includes',
|
||||
'V8 Linux64 - verify csa': 'release_x64_verify_csa',
|
||||
# Jumbo.
|
||||
'V8 Linux64 Jumbo': 'release_x64_jumbo',
|
||||
@ -219,6 +220,7 @@
|
||||
'v8_linux_shared_compile_rel': 'release_x86_shared_verify_heap',
|
||||
'v8_linux64_dbg_ng': 'debug_x64_trybot',
|
||||
'v8_linux64_gcc_compile_dbg': 'debug_x64_gcc',
|
||||
'v8_linux64_header_includes_dbg': 'debug_x64_header_includes',
|
||||
'v8_linux64_fyi_rel_ng': 'release_x64_test_features_trybot',
|
||||
'v8_linux64_rel_ng': 'release_x64_test_features_trybot',
|
||||
'v8_linux64_verify_csa_rel_ng': 'release_x64_verify_csa',
|
||||
@ -505,6 +507,8 @@
|
||||
'debug_bot', 'x64', 'v8_snapshot_custom'],
|
||||
'debug_x64_deprecation_warnings': [
|
||||
'debug_bot', 'x64', 'v8_imminent_deprecation_warnings'],
|
||||
'debug_x64_header_includes': [
|
||||
'debug_bot', 'x64', 'v8_check_header_includes'],
|
||||
'debug_x64_fuchsia': [
|
||||
'debug_bot', 'x64', 'fuchsia'],
|
||||
'debug_x64_gcc': [
|
||||
@ -840,6 +844,10 @@
|
||||
'gn_args': 'v8_imminent_deprecation_warnings=true',
|
||||
},
|
||||
|
||||
'v8_check_header_includes': {
|
||||
'gn_args': 'v8_check_header_includes=true',
|
||||
},
|
||||
|
||||
'v8_interpreted_regexp': {
|
||||
'gn_args': 'v8_interpreted_regexp=true',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user