From 079ddd1507906bc030539fc33036dd5f6a9bbae0 Mon Sep 17 00:00:00 2001 From: kjellander Date: Sun, 17 Apr 2016 20:22:51 -0700 Subject: [PATCH] Revert of CQ: Disable win_x64_clang_dbg trybot (patchset #1 id:1 of https://codereview.webrtc.org/1850113002/ ) Reason for revert: I think the bug has been making enough progress for us to turn this back on (Chrome turned on their trybot). I fired of builds and now have 6 green ones in a row. Original issue's description: > CQ: Disable win_x64_clang_dbg trybot > > Needed to unblock rolling chromium_revision in WebRTC DEPS. > > BUG=chromium:595702 > TBR=phoglund@webrtc.org > > Committed: https://chromium.googlesource.com/external/webrtc/+/053fe8c6b14cb81880e37f9af3ea4fbde99e45fb TBR=phoglund@webrtc.org NOTRY=True BUG=chromium:595702 Review URL: https://codereview.webrtc.org/1897743002 Cr-Commit-Position: refs/heads/master@{#12399} --- infra/config/cq.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index d7bc169706..84498ecd62 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -65,8 +65,7 @@ verifiers { builders { name: "win_compile_dbg" } builders { name: "win_drmemory_light" } builders { name: "win_rel" } - # Disabled until http://crbug.com/595702 is fixed. - #builders { name: "win_x64_clang_dbg" } + builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" } builders { name: "win_x64_gn_dbg" } builders { name: "win_x64_gn_rel" }