From 7542bf80e2ec4cce6ccdcd70843521e59a62101c Mon Sep 17 00:00:00 2001 From: kjellander Date: Mon, 21 Aug 2017 09:51:47 -0700 Subject: [PATCH] CQ: Add win_msvc_rel to default trybot set. BUG=chromium:757293 TBR=mbonadei@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/3002063002 Cr-Commit-Position: refs/heads/master@{#19434} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index b43f586f7a..cbcdfe8f48 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -77,6 +77,7 @@ verifiers { builders { name: "win_clang_rel" } builders { name: "win_dbg" } builders { name: "win_rel" } + builders { name: "win_msvc_rel" } builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" } builders { name: "win_x64_dbg" }