From e376f0f2dfcbe46274dd79807a56715aea956fbd Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 16 Dec 2015 22:54:52 -0800 Subject: [PATCH] Add Windows Clang trybots to the default set. BUG=chromium:568952 NOTRY=True Review URL: https://codereview.webrtc.org/1528303002 Cr-Commit-Position: refs/heads/master@{#11063} --- infra/config/cq.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 439f826fcf..38842eb662 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -58,9 +58,13 @@ verifiers { builders { name: "mac_x64_rel" } builders { name: "presubmit" } builders { name: "win_baremetal" } + builders { name: "win_clang_dbg" } + builders { name: "win_clang_rel" } builders { name: "win_compile_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_gn_dbg" } builders { name: "win_x64_gn_rel" } builders { name: "win_x64_rel" }