Commit 9c3d7d63 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[build] Add configs for new nosnap bots

TBR=sergiyb@chromium.org
NOTRY=true

Bug: v8:7012
Change-Id: I9d2a8b4b01f7f682490e9f784c05df4c9eeb8557
Reviewed-on: https://chromium-review.googlesource.com/891324
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50930}
parent dc210a95
......@@ -122,6 +122,8 @@
'gn_debug_x64_asan_no_lsan_static_edge',
'V8 Linux64 - release builder': 'gn_release_x64_correctness_fuzzer',
'V8 Linux64 - debug builder': 'gn_debug_x64',
'V8 Linux64 - nosnap release builder': 'gn_release_x64_no_snap',
'V8 Linux64 - nosnap debug builder': 'gn_debug_x64_no_snap',
'V8 Linux64 ASAN no inline - release builder':
'gn_release_x64_asan_symbolized_edge_verify_heap',
'V8 Linux64 ASAN - debug builder': 'gn_debug_x64_asan_edge',
......@@ -433,6 +435,8 @@
'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'],
'gn_release_x64_minimal_symbols': [
'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'],
'gn_release_x64_no_snap': [
'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_none'],
'gn_release_x64_trybot': [
'gn', 'release_trybot', 'x64', 'swarming'],
'gn_release_x64_test_features_trybot': [
......@@ -473,6 +477,8 @@
'gn', 'debug_bot', 'x64', 'gcc'],
'gn_debug_x64_minimal_symbols': [
'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'],
'gn_debug_x64_no_snap': [
'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_none'],
# GN debug configs for x86.
'gn_debug_x86': [
......
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