Increase shards for linux-lacros-asan-lsan-rel
Recently we enabled a lot of tests in interactive_ui_tests
and lacros_chrome_browsertests_run_in_series.
So increasing the shard to avoid timing out.
Fixed: 1466416, 1465278
Change-Id: Ifde6016217087e82bd17561ba86246ebed07741c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4705851
Auto-Submit: Sven Zheng <[email protected]>
Commit-Queue: Sven Zheng <[email protected]>
Commit-Queue: Jenny Zhang <[email protected]>
Reviewed-by: Jenny Zhang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1173112}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 36b8a2e..e7a248e 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -3187,6 +3187,11 @@
'shards': 32, # Adjusted for testing, see https://crbug.com/1179567
},
},
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
'linux-rel-cft': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/linux.linux-rel-cft.interactive_ui_tests.filter',
@@ -3245,6 +3250,42 @@
},
},
},
+ 'interactive_ui_tests Lacros version skew testing ash beta': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
+ 'interactive_ui_tests Lacros version skew testing ash canary': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
+ 'interactive_ui_tests Lacros version skew testing ash dev': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
+ 'interactive_ui_tests Lacros version skew testing ash stable': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
'interactive_ui_tests amd64-generic': {
'remove_from': [
# TODO(crbug.com/1204231): Re-enable.
@@ -3285,6 +3326,42 @@
},
},
},
+ 'lacros_chrome_browsertests_run_in_series Lacros version skew testing ash beta': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
+ 'lacros_chrome_browsertests_run_in_series Lacros version skew testing ash canary': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
+ 'lacros_chrome_browsertests_run_in_series Lacros version skew testing ash dev': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
+ 'lacros_chrome_browsertests_run_in_series Lacros version skew testing ash stable': {
+ 'modifications': {
+ 'linux-lacros-asan-lsan-rel': {
+ 'swarming': {
+ 'shards': 5,
+ },
+ },
+ },
+ },
'leveldb_unittests': {
'remove_from': [
# TODO(https://crbug.com/1432753): Runs too slowly in this configuration.