From c5614798414aa72f8232fd14947f3c0bc35fe69a Mon Sep 17 00:00:00 2001 From: kjellander Date: Tue, 17 May 2016 01:06:35 -0700 Subject: [PATCH] Revert of CQ: Disable win_x64_clang_dbg trybot (patchset #1 id:1 of https://codereview.webrtc.org/1896003004/ ) Reason for revert: With https://bugs.chromium.org/p/chromium/issues/detail?id=595702 being fixed 2 weeks ago and no new errors being reported. I'm attempting to re-enable this again. I ran a couple of trial tryjobs for our win_x64_clang_dbg trybot and it seems to compile fine. Original issue's description: > 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 > > Committed: https://crrev.com/37286d141956d47c2b019dfee8bb48473809c1ef > Cr-Commit-Position: refs/heads/master@{#12421} TBR=phoglund@webrtc.org NOTRY=True BUG=chromium:595702 Review-Url: https://codereview.webrtc.org/1986753002 Cr-Commit-Position: refs/heads/master@{#12766} --- 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 8a243f3a67..b7e26cc898 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -66,8 +66,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" }