From 88860d1cedf9cea99dd87db399261692d7c3c4ee Mon Sep 17 00:00:00 2001 From: Austin Eng Date: Tue, 11 Jun 2019 16:51:24 +0000 Subject: [PATCH] Add 32 bit Linux/Windows builders to the Dawn CQ We need a 32-bit Dawn CQ builders to catch build breakages on those platforms. Bug: dawn:168 Change-Id: Iafc1af9002992fbf16c9ca996fd578dc21aa516d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/8040 Reviewed-by: Kai Ninomiya Commit-Queue: Austin Eng --- infra/config/global/commit-queue.cfg | 6 ++++++ infra/config/global/cr-buildbucket.cfg | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/infra/config/global/commit-queue.cfg b/infra/config/global/commit-queue.cfg index 1b56f9a4c6..a01d0d7144 100644 --- a/infra/config/global/commit-queue.cfg +++ b/infra/config/global/commit-queue.cfg @@ -29,6 +29,9 @@ config_groups { builders { name: "dawn/try/linux-clang-dbg-x64" } + builders { + name: "dawn/try/linux-clang-dbg-x86" + } builders { name: "dawn/try/linux-clang-rel-x64" } @@ -41,6 +44,9 @@ config_groups { builders { name: "dawn/try/win-clang-dbg-x64" } + builders { + name: "dawn/try/win-clang-dbg-x86" + } builders { name: "dawn/try/win-clang-rel-x64" } diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg index 19864c7890..6dca5f6416 100644 --- a/infra/config/global/cr-buildbucket.cfg +++ b/infra/config/global/cr-buildbucket.cfg @@ -231,7 +231,7 @@ buckets: { mixins: "debug" mixins: "x64" } - # CI Mirror only + # Actually on the CQ builders { name: "linux-clang-dbg-x86" dimensions: "os:Ubuntu-14.04" @@ -274,7 +274,7 @@ buckets: { mixins: "debug" mixins: "x64" } - # CI Mirror only + # Actually on the CQ builders { name: "win-clang-dbg-x86" dimensions: "os:Windows"