[infra] Improve shards on slow bots
Improve testing shards on windows, which is the second slowest configuration. On the slowest config (linux32) we can't do much as the bottleneck is gcmole. But the collection of gcmole data is now moved to the end, which should save ~30 seconds per build at least. That's what it costs to collect the other tests that run before. Bug: v8:11428 Change-Id: I0a4f484b37396d4883b4f1d937a476e125c84c00 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3978090 Auto-Submit: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Almothana Athamneh <almuthanna@chromium.org> Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/main@{#83906}
This commit is contained in:
parent
84cc145f98
commit
c33edebc8b
@ -161,7 +161,6 @@
|
||||
'tests': [
|
||||
{'name': 'benchmarks'},
|
||||
{'name': 'benchmarks', 'variant': 'extra'},
|
||||
{'name': 'gcmole'},
|
||||
{'name': 'mjsunit_sp_frame_access'},
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'mozilla', 'variant': 'extra'},
|
||||
@ -180,6 +179,7 @@
|
||||
],
|
||||
'shards': 4,
|
||||
},
|
||||
{'name': 'gcmole'},
|
||||
],
|
||||
},
|
||||
'v8_linux_optional_rel_ng_triggered': {
|
||||
@ -847,7 +847,7 @@
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'test262', 'variant': 'default', 'shards': 2},
|
||||
{'name': 'v8testing', 'shards': 2},
|
||||
{'name': 'v8testing', 'variant': 'extra'},
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
||||
],
|
||||
},
|
||||
##############################################################################
|
||||
@ -989,7 +989,6 @@
|
||||
'tests': [
|
||||
{'name': 'benchmarks'},
|
||||
{'name': 'benchmarks', 'variant': 'extra'},
|
||||
{'name': 'gcmole'},
|
||||
{'name': 'mjsunit_sp_frame_access'},
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'mozilla', 'variant': 'extra'},
|
||||
@ -1051,6 +1050,7 @@
|
||||
'test_args': ['--extra-flags', '--noenable-avx'],
|
||||
'shards': 2
|
||||
},
|
||||
{'name': 'gcmole'},
|
||||
],
|
||||
},
|
||||
'V8 Linux - arm64 - sim - CFI': {
|
||||
@ -1807,8 +1807,8 @@
|
||||
'tests': [
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'test262', 'variant': 'default'},
|
||||
{'name': 'v8testing'},
|
||||
{'name': 'v8testing', 'variant': 'extra'},
|
||||
{'name': 'v8testing', 'shards': 2},
|
||||
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
||||
],
|
||||
},
|
||||
'V8 Win64 - debug': {
|
||||
@ -1829,7 +1829,7 @@
|
||||
'tests': [
|
||||
{'name': 'mozilla'},
|
||||
{'name': 'test262', 'variant': 'default'},
|
||||
{'name': 'v8testing'},
|
||||
{'name': 'v8testing', 'shards': 2},
|
||||
],
|
||||
},
|
||||
'V8 Win64 ASAN': {
|
||||
|
Loading…
Reference in New Issue
Block a user