Commit e2bbc1cd authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Deprecate endurance fuzzing step

NOTRY=true

Bug: v8:8959
Change-Id: I3493487268aa945aab690ee4561678e61b09aace
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1507676Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
Commit-Queue: Tamer Tas <tmrts@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60084}
parent 2a30f632
......@@ -1423,22 +1423,6 @@
'suffix': 'marking',
'test_args': ['--total-timeout-sec=2100', '--stress-marking=1']
},
{
'name': 'numfuzz',
'suffix': 'endurance',
'test_args': [
'--total-timeout-sec=1200',
'--combine-tests',
'--combine-min=10',
'--combine-max=30',
'--stress-delay-tasks=1',
'--stress-compaction=2',
'--stress-gc=6',
'--stress-marking=6',
'--stress-scavenge=4',
'--stress-thread-pool-size=1',
],
},
{
'name': 'numfuzz',
'suffix': 'delay',
......@@ -1485,23 +1469,6 @@
'test_args': ['--total-timeout-sec=2100', '--stress-marking=1'],
'shards': 2
},
{
'name': 'numfuzz',
'suffix': 'endurance',
'test_args': [
'--total-timeout-sec=1200',
'--combine-tests',
'--combine-min=30',
'--combine-max=50',
'--stress-delay-tasks=1',
'--stress-deopt=2',
'--stress-compaction=2',
'--stress-gc=6',
'--stress-marking=6',
'--stress-scavenge=4',
'--stress-thread-pool-size=1',
],
},
{
'name': 'numfuzz',
'suffix': 'delay',
......
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