Commit 82937ed7 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[build] Use default snapshot for all testing variants

Bug: v8:7964
Change-Id: I540aa0f9b64969f70822f3956d5f9d0a0ea0fde2
Reviewed-on: https://chromium-review.googlesource.com/1206710Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55649}
parent ea518290
......@@ -628,14 +628,10 @@
'gn_args': 'is_debug=true v8_enable_backtrace=true',
},
'v8_use_multi_snapshots': {
'gn_args': 'v8_use_multi_snapshots=true',
},
'debug_bot': {
'mixins': [
'debug', 'shared', 'goma', 'v8_enable_slow_dchecks',
'v8_use_multi_snapshots', 'v8_optimized_debug'],
'v8_optimized_debug'],
},
'debug_trybot': {
......@@ -722,7 +718,7 @@
},
'release_bot': {
'mixins': ['release', 'static', 'goma', 'v8_use_multi_snapshots'],
'mixins': ['release', 'static', 'goma'],
},
'release_trybot': {
......
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