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

[build][test] Remove configs for nosnap fuzzers

NOTRY=true

Bug: v8:8457
Change-Id: I9893f675232f47ae1529fd773adb524f60418c92
Reviewed-on: https://chromium-review.googlesource.com/c/1342928Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57643}
parent bfcdff1f
......@@ -121,8 +121,6 @@
'V8 Clusterfuzz Linux64 - release builder':
'release_x64_correctness_fuzzer',
'V8 Clusterfuzz Linux64 - debug builder': 'debug_x64',
'V8 Clusterfuzz Linux64 - nosnap release builder': 'release_x64_no_snap',
'V8 Clusterfuzz Linux64 - nosnap debug builder': 'debug_x64_no_snap',
'V8 Clusterfuzz Linux64 ASAN no inline - release builder':
'release_x64_asan_symbolized_edge_verify_heap',
'V8 Clusterfuzz Linux64 ASAN - debug builder': 'debug_x64_asan_edge',
......@@ -438,8 +436,6 @@
'release_trybot', 'x64', 'jumbo_limited'],
'release_x64_minimal_symbols': [
'release_bot', 'x64', 'minimal_symbols'],
'release_x64_no_snap': [
'release_bot', 'x64', 'v8_snapshot_none'],
'release_x64_pointer_compression': [
'release_bot', 'x64', 'dcheck_always_on', 'v8_enable_slow_dchecks',
'v8_enable_pointer_compression'],
......@@ -485,8 +481,6 @@
'debug_bot', 'x64', 'jumbo_limited'],
'debug_x64_minimal_symbols': [
'debug_bot', 'x64', 'minimal_symbols'],
'debug_x64_no_snap': [
'debug_bot', 'x64', 'v8_snapshot_none'],
'debug_x64_trybot': [
'debug_trybot', 'x64'],
......
......@@ -1485,42 +1485,6 @@
},
],
},
'V8 NumFuzz - nosnap': {
'swarming_task_attrs': {
'expiration': 14400,
'hard_timeout': 3600,
'priority': 35,
},
'tests': [
{
'name': 'numfuzz',
'suffix': 'interrupt-budget',
'test_args': [
'--total-timeout-sec=2100',
'--stress-interrupt-budget=10',
'--stress-deopt=5',
]
},
],
},
'V8 NumFuzz - nosnap debug': {
'swarming_task_attrs': {
'expiration': 14400,
'hard_timeout': 3600,
'priority': 35,
},
'tests': [
{
'name': 'numfuzz',
'suffix': 'interrupt-budget',
'test_args': [
'--total-timeout-sec=2100',
'--stress-interrupt-budget=10',
'--stress-deopt=5',
]
},
],
},
##############################################################################
# Branches.
'V8 Linux - beta branch': {
......
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