From b9b4da5a00270b8f9fc02e5730ddb5bda85c2b41 Mon Sep 17 00:00:00 2001 From: Alexander Schulze Date: Mon, 20 Dec 2021 11:50:36 +0000 Subject: [PATCH] [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 Reviewed-by: Liviu Rau Commit-Queue: Liviu Rau Cr-Commit-Position: refs/heads/main@{#78410} --- infra/testing/PRESUBMIT.py | 2 +- infra/testing/builders.pyl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/testing/PRESUBMIT.py b/infra/testing/PRESUBMIT.py index 46ae05163d..11bdedd625 100644 --- a/infra/testing/PRESUBMIT.py +++ b/infra/testing/PRESUBMIT.py @@ -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): diff --git a/infra/testing/builders.pyl b/infra/testing/builders.pyl index e8fc04653b..14424379d1 100644 --- a/infra/testing/builders.pyl +++ b/infra/testing/builders.pyl @@ -1575,7 +1575,7 @@ 'priority': 35, }, 'tests': [ - {'name': 'v8testing', 'shards': 14}, + {'name': 'v8testing', 'shards': 20}, {'name': 'v8testing', 'variant': 'future', 'shards': 4}, ], },