From 1f8ed10aaec9da78dd2c31e62076be583e09ce9e Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Fri, 5 Aug 2016 01:58:36 -0700 Subject: [PATCH] Add win trybots to the default trybot set. Adds win_x64_dbg to the default trybot set. Replaces win_compile_dbg with win_dbg. This is to cover 32 bit and 64 bit debug configuration in the default trybot set. BUG=webrtc:6178 NOTRY=True Review-Url: https://codereview.webrtc.org/2219763002 Cr-Commit-Position: refs/heads/master@{#13651} --- infra/config/cq.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 20d68cdf1b..02250f4566 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -67,11 +67,12 @@ verifiers { builders { name: "win_baremetal" } builders { name: "win_clang_dbg" } builders { name: "win_clang_rel" } - builders { name: "win_compile_dbg" } + builders { name: "win_dbg" } builders { name: "win_drmemory_light" } builders { name: "win_rel" } builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" } + builders { name: "win_x64_dbg" } builders { name: "win_x64_gn_dbg" } builders { name: "win_x64_gn_rel" } builders { name: "win_x64_rel" }