From d5c0b8e851d26422b09ef59211b5af297b5c5c92 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Wed, 27 Jan 2021 19:24:25 +0000 Subject: [PATCH] Restrict Windows to Win10 bots Win7 is not supported by Chromium builds anymore, so upstream has introduced breaking changes. BUG=tint:465 Change-Id: I6856f706bacf353808a2f7c536fbf8bb84ae9acd Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/39064 Commit-Queue: Ryan Harrison Commit-Queue: dan sinclair Auto-Submit: Ryan Harrison Reviewed-by: Austin Eng Reviewed-by: dan sinclair --- infra/config/global/cr-buildbucket.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg index fa6afb9f52..66b70ee965 100644 --- a/infra/config/global/cr-buildbucket.cfg +++ b/infra/config/global/cr-buildbucket.cfg @@ -85,7 +85,7 @@ builder_mixins { } builder_mixins { name: "windows", - dimensions: "os:Windows" + dimensions: "os:Windows-10" recipe { properties_j: <