[infra] Make Windows OS version more lenient
The Windows version updated. SkCMS should be pretty agnostic to the
specific version of Windows, so I think it's ok to include only
the main version id, not the subversion.
We don't expect driver versions to cause major diffs and would prefer
not to have to remember to update skcms every month or so.
Bug: b:380037738
Change-Id: I4a2026a8b0e37bd85116247a8306eb1b1fca538d
Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/1003096
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Auto-Submit: Kaylee Lubick <kjlubick@google.com>
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 3843865..388dc5a 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -162,7 +162,11 @@
"win_toolchain",
"clang_win"
],
- "dimensions": ["os:Windows-11-22631.5039", "gpu:none", "pool:Skia"],
+ "dimensions": [
+ "os:Windows-11-22631",
+ "gpu:none",
+ "pool:Skia"
+ ],
"max_attempts": 1,
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
},