[infra] Bumped shards on slow builders

Bug: chromium:1279426
Change-Id: Ia8ce4598da5f5f31fa282c9e7ff330b39caa68d2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3350451
Auto-Submit: Alexander Schulze <alexschulze@chromium.org>
Reviewed-by: Liviu Rau <liviurau@chromium.org>
Commit-Queue: Liviu Rau <liviurau@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78410}
This commit is contained in:
Alexander Schulze 2021-12-20 11:50:36 +00:00 committed by V8 LUCI CQ
parent 5b91f448a4
commit b9b4da5a00
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ def _check_test(error_msg, test):
# Limit shards to 14 to avoid erroneous resource exhaustion.
errors += _check_int_range(
error_msg, test, 'shards', lower_bound=1, upper_bound=14)
error_msg, test, 'shards', lower_bound=1, upper_bound=20)
variant = test.get('variant', 'default')
if not variant or not isinstance(variant, basestring):

View File

@ -1575,7 +1575,7 @@
'priority': 35,
},
'tests': [
{'name': 'v8testing', 'shards': 14},
{'name': 'v8testing', 'shards': 20},
{'name': 'v8testing', 'variant': 'future', 'shards': 4},
],
},