testing: use correct target for some tests
This is to fix
https://ci.chromium.org/ui/p/chromium/builders/ci/Win10%20Tests%20x64%20(py2%20less)/683/overview
Bug: 1327534
Change-Id: I959023959f4791f93b98d35fcfc2178db1084299
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3848958
Reviewed-by: Garrett Beaty <[email protected]>
Commit-Queue: Takuto Ikuta <[email protected]>
Auto-Submit: Takuto Ikuta <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1038517}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index e145ba9..a171a4d 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -383,6 +383,15 @@
'Debug_x64',
],
},
+ 'Win10 Tests x64 (py2 less)': {
+ 'args': [
+ '--target',
+ 'Release_x64',
+ ],
+ 'swarming': {
+ "shards": 12
+ },
+ },
'Win11 Tests x64': {
'args': [
'--target',
@@ -678,6 +687,15 @@
'Debug_x64',
],
},
+ 'Win10 Tests x64 (py2 less)': {
+ 'args': [
+ '--target',
+ 'Release_x64',
+ ],
+ 'swarming': {
+ "shards": 18
+ },
+ },
'Win11 Tests x64': {
'args': [
'--target',