From be77920021bfe93746bdb204ef05d2eb29372fb2 Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 6 Apr 2017 03:07:02 -0700 Subject: [PATCH] Revert of CQ: Remove Linux ARM64 Debug trybot from default set. (patchset #1 id:1 of https://codereview.webrtc.org/2790263003/ ) Reason for revert: The build config is now working again. Original issue's description: > CQ: Remove Linux ARM64 Debug trybot from default set. > > It appears recent changes in Chromium (crbug.com/708104) is causing > this to fail. > Need to disable this to unblock rolling. > > BUG=webrtc:7024 > TBR=oprypin@webrtc.org > > Review-Url: https://codereview.webrtc.org/2790263003 . > Cr-Commit-Position: refs/heads/master@{#17521} > Committed: https://chromium.googlesource.com/external/webrtc/+/5115645c01e15a590bca43487552a8d8da83d611 TBR=oprypin@webrtc.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=webrtc:7024 Review-Url: https://codereview.webrtc.org/2805603003 Cr-Commit-Position: refs/heads/master@{#17560} --- 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 64560e4ea6..e12f3c3096 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -47,8 +47,7 @@ verifiers { # TODO(kjellander): Add when bugs.webrtc.org/7090 is fixed. #builders { name: "linux32_arm_dbg" } builders { name: "linux32_arm_rel" } - # TODO(kjellander): Re-enable when it builds again (crbug.com/708104). - #builders { name: "linux_arm64_dbg" } + builders { name: "linux_arm64_dbg" } builders { name: "linux_arm64_rel" } builders { name: "linux_asan" } builders { name: "linux_baremetal" }