From 053fe8c6b14cb81880e37f9af3ea4fbde99e45fb Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 1 Apr 2016 09:03:10 +0200 Subject: [PATCH] CQ: Disable win_x64_clang_dbg trybot Needed to unblock rolling chromium_revision in WebRTC DEPS. BUG=chromium:595702 TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1850113002 . Cr-Commit-Position: refs/heads/master@{#12189} --- 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 6e09498f82..9596823ae9 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -66,7 +66,8 @@ verifiers { builders { name: "win_compile_dbg" } builders { name: "win_drmemory_light" } builders { name: "win_rel" } - builders { name: "win_x64_clang_dbg" } + # Disabled until http://crbug.com/595702 is fixed. + #builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" } builders { name: "win_x64_gn_dbg" } builders { name: "win_x64_gn_rel" }