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:
parent
7fae6cbf1d
commit
fd4d7d261e
|
@ -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: {
|
||||||
|
@ -204,17 +204,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"
|
||||||
|
@ -335,11 +335,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"
|
||||||
|
@ -347,7 +347,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"
|
||||||
|
|
Loading…
Reference in New Issue