Commit 3a838016 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Bump shards on slow arm64 trybot

Also skip slowest test on the slowest extra variant.

TBR=sigurds@chromium.org

Bug: v8:7783
Change-Id: I565fa8edd9c3f20fe15af84e1b9023450ef4593e
Reviewed-on: https://chromium-review.googlesource.com/1170832
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55053}
parent cb588dfb
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
{'name': 'mozilla'}, {'name': 'mozilla'},
{'name': 'test262'}, {'name': 'test262'},
{'name': 'v8testing', 'shards': 9}, {'name': 'v8testing', 'shards': 9},
{'name': 'v8testing', 'variant': 'extra', 'shards': 3}, {'name': 'v8testing', 'variant': 'extra', 'shards': 4},
], ],
}, },
############################################################################## ##############################################################################
......
...@@ -116,10 +116,10 @@ ...@@ -116,10 +116,10 @@
}], # arch == arm64 and msan }], # arch == arm64 and msan
############################################################################## ##############################################################################
['(variant == nooptimization or variant == stress) and (arch == arm or arch == arm64) and simulator_run', { ['(variant == nooptimization or variant == stress or variant == no_liftoff) and (arch == arm or arch == arm64) and simulator_run', {
# Slow tests: https://crbug.com/v8/7783 # Slow tests: https://crbug.com/v8/7783
'dfg-double-vote-fuzz': [SKIP], 'dfg-double-vote-fuzz': [SKIP],
}], # (variant == nooptimization or variant == stress) and (arch == arm or arch == arm64) and simulator_run }], # (variant == nooptimization or variant == stress or variant == no_liftoff) and (arch == arm or arch == arm64) and simulator_run
############################################################################## ##############################################################################
['gcov_coverage', { ['gcov_coverage', {
......
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