Increase swarming shards for timing out ubsan test suites.
These test suites are timing out, double shards for each of the timing
out test suites.
Bug: 1394755
Change-Id: I5d04792d254d4f1c8f1b1b6e3b70893d072cede9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4917277
Reviewed-by: Erik Staab <[email protected]>
Commit-Queue: Ian Struiksma <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1208299}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index cf35b13..628c641 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1241,6 +1241,11 @@
'shards': 20,
},
},
+ 'linux-ubsan-fyi-rel': {
+ 'swarming': {
+ 'shards': 20,
+ }
+ },
'mac-code-coverage': {
'args': [
'--coverage-continuous-mode=1',
@@ -2124,6 +2129,11 @@
# crbug.com/1475852
'retry_only_failed_tests': True,
},
+ 'linux-ubsan-fyi-rel': {
+ 'swarming': {
+ 'shards': 16,
+ }
+ },
'mac-code-coverage': {
'args': [
'--coverage-continuous-mode=1',
@@ -3178,6 +3188,11 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.interactive_ui_tests.filter',
],
},
+ 'linux-ubsan-fyi-rel': {
+ 'swarming': {
+ 'shards': 6,
+ }
+ },
'mac-code-coverage': {
'args': [
'--coverage-continuous-mode=1',
@@ -4445,6 +4460,11 @@
},
},
},
+ 'linux-ubsan-fyi-rel': {
+ 'swarming': {
+ 'shards': 2,
+ }
+ },
'win-arm64-rel': {
'args': [
'--top-chrome-touch-ui=disabled',
@@ -4990,6 +5010,11 @@
'shards': 2,
},
},
+ 'linux-ubsan-fyi-rel': {
+ 'swarming': {
+ 'shards': 2,
+ }
+ },
'win10-code-coverage': {
'swarming': {
'shards': 4,