[infra] Only use 1 shard for `blink_wpt_tests` on `mac10.15-blink-rel`
crrev.com/c/4967713 reduced the web (platform) tests run on mac10.15 to
~100, but forgot to reduce the shard count for one of the four affected
exceptions (`mac10.15-blink-rel` and `Mac10.15 Tests` crossed with
`blink_{web,wpt}_tests`).
Bug: 1481304
Change-Id: I249cdad8643db8ec610b08ac0ddd2bf939097dbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5005530
Reviewed-by: Weizhong Xia <[email protected]>
Auto-Submit: Jonathan Lee <[email protected]>
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Brian Sheedy <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1220398}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 81c575e..c8777e7 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -900,7 +900,7 @@
},
'mac10.15-blink-rel': {
'swarming': {
- 'shards': 12,
+ 'shards': 1,
'hard_timeout': 2400,
},
},