From 37286d141956d47c2b019dfee8bb48473809c1ef Mon Sep 17 00:00:00 2001 From: kjellander Date: Tue, 19 Apr 2016 01:33:35 -0700 Subject: [PATCH] Reland of CQ: Disable win_x64_clang_dbg trybot (patchset #1 id:1 of https://codereview.webrtc.org/1897743002/ ) Reason for revert: We got a new error on this again, so I'm removing this trybot from the CQ again: https://build.chromium.org/p/tryserver.webrtc/builders/win_x64_clang_dbg/builds/2335/steps/compile/logs/stdio Original issue's description: > 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 > > Committed: https://crrev.com/079ddd1507906bc030539fc33036dd5f6a9bbae0 > Cr-Commit-Position: refs/heads/master@{#12399} TBR=phoglund@webrtc.org NOTRY=True BUG=chromium:595702 Review URL: https://codereview.webrtc.org/1896003004 Cr-Commit-Position: refs/heads/master@{#12421} --- 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 84498ecd62..d7bc169706 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -65,7 +65,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" }