diff --git a/infra/config/global/commit-queue.cfg b/infra/config/global/commit-queue.cfg index 89dac1fbf1..7ed5611ab9 100644 --- a/infra/config/global/commit-queue.cfg +++ b/infra/config/global/commit-queue.cfg @@ -51,6 +51,12 @@ config_groups { builders { name: "dawn/try/win-clang-rel-x64" } + builders { + name: "dawn/try/win-msvc-dbg-x64" + } + builders { + name: "dawn/try/win-msvc-rel-x64" + } builders { name: "chromium/try/linux-dawn-rel" } diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg index 509ffe6dd1..13455e5121 100644 --- a/infra/config/global/cr-buildbucket.cfg +++ b/infra/config/global/cr-buildbucket.cfg @@ -350,7 +350,6 @@ buckets: { } # GOMA doesn't support MSVC builds so we don't used the "windows" mixin and # instead list the dimensions: "os:Windows-10" directly. - # CI Mirror only builders { name: "win-msvc-dbg-x64" dimensions: "os:Windows-10" @@ -358,7 +357,6 @@ buckets: { mixins: "debug" mixins: "x64" } - # CI Mirror only builders { name: "win-msvc-rel-x64" dimensions: "os:Windows-10"