cr-buildbucket.cfg: Use Windows 10 only for CQ

Chromium's //build directory now supports building only on Windows 10,
so request that for our builder.

Bug: None

Change-Id: I10692e20e25d8ea305a6504fb17cf5ac9370b6fc
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/37441
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-01-12 15:32:48 +00:00 committed by Commit Bot service account
parent 7fae6cbf1d
commit fd4d7d261e
1 changed files with 7 additions and 7 deletions

View File

@ -85,7 +85,7 @@ builder_mixins {
}
builder_mixins {
name: "windows",
dimensions: "os:Windows"
dimensions: "os:Windows-10"
recipe {
properties_j: <<EOF
$build/goma: {
@ -204,17 +204,17 @@ buckets {
mixins: "x86"
}
# 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 {
name: "win-msvc-dbg-x64"
dimensions: "os:Windows"
dimensions: "os:Windows-10"
mixins: "no_clang"
mixins: "debug"
mixins: "x64"
}
builders {
name: "win-msvc-rel-x64"
dimensions: "os:Windows"
dimensions: "os:Windows-10"
mixins: "no_clang"
mixins: "release"
mixins: "x64"
@ -335,11 +335,11 @@ buckets: {
mixins: "x86"
}
# 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
builders {
name: "win-msvc-dbg-x64"
dimensions: "os:Windows"
dimensions: "os:Windows-10"
mixins: "no_clang"
mixins: "debug"
mixins: "x64"
@ -347,7 +347,7 @@ buckets: {
# CI Mirror only
builders {
name: "win-msvc-rel-x64"
dimensions: "os:Windows"
dimensions: "os:Windows-10"
mixins: "no_clang"
mixins: "release"
mixins: "x64"