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 <rharrison@chromium.org>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
Ryan Harrison 2021-01-27 19:24:25 +00:00 committed by Commit Bot service account
parent dd69ac3505
commit d5c0b8e851
1 changed files with 7 additions and 7 deletions

View File

@ -85,7 +85,7 @@ builder_mixins {
} }
builder_mixins { builder_mixins {
name: "windows", name: "windows",
dimensions: "os:Windows" dimensions: "os:Windows-10"
recipe { recipe {
properties_j: <<EOF properties_j: <<EOF
$build/goma: { $build/goma: {
@ -209,17 +209,17 @@ buckets {
mixins: "x86" mixins: "x86"
} }
# GOMA doesn't support MSVC builds so we don't used the "windows" mixin and # GOMA doesn't support MSVC builds so we don't used the "windows" mixin and
# instead list the dimensions: "os:Windows" directly. # instead list the dimensions: "os:Windows-10" directly.
builders { builders {
name: "win-msvc-dbg-x64" name: "win-msvc-dbg-x64"
dimensions: "os:Windows" dimensions: "os:Windows-10"
mixins: "no_clang" mixins: "no_clang"
mixins: "debug" mixins: "debug"
mixins: "x64" mixins: "x64"
} }
builders { builders {
name: "win-msvc-rel-x64" name: "win-msvc-rel-x64"
dimensions: "os:Windows" dimensions: "os:Windows-10"
mixins: "no_clang" mixins: "no_clang"
mixins: "release" mixins: "release"
mixins: "x64" mixins: "x64"
@ -340,11 +340,11 @@ buckets: {
mixins: "x86" mixins: "x86"
} }
# GOMA doesn't support MSVC builds so we don't used the "windows" mixin and # GOMA doesn't support MSVC builds so we don't used the "windows" mixin and
# instead list the dimensions: "os:Windows" directly. # instead list the dimensions: "os:Windows-10" directly.
# CI Mirror only # CI Mirror only
builders { builders {
name: "win-msvc-dbg-x64" name: "win-msvc-dbg-x64"
dimensions: "os:Windows" dimensions: "os:Windows-10"
mixins: "no_clang" mixins: "no_clang"
mixins: "debug" mixins: "debug"
mixins: "x64" mixins: "x64"
@ -352,7 +352,7 @@ buckets: {
# CI Mirror only # CI Mirror only
builders { builders {
name: "win-msvc-rel-x64" name: "win-msvc-rel-x64"
dimensions: "os:Windows" dimensions: "os:Windows-10"
mixins: "no_clang" mixins: "no_clang"
mixins: "release" mixins: "release"
mixins: "x64" mixins: "x64"