From 687392ffba1c9256815d4bc533cf8687ede68d2e Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 29 Mar 2017 14:01:46 -0700 Subject: [PATCH] Revert of CQ: Remove ARM64 trybots until toolchain issues are resolved. (patchset #1 id:1 of https://codereview.webrtc.org/2776393005/ ) Reason for revert: These bots are now fully functional Original issue's description: > CQ: Remove ARM64 trybots until toolchain issues are resolved. > > BUG=webrtc:7024 > TBR=oprypin@webrtc.org > > Review-Url: https://codereview.webrtc.org/2776393005 . > Cr-Commit-Position: refs/heads/master@{#17447} > Committed: https://chromium.googlesource.com/external/webrtc/+/2103f8e59bf90175c775b285803b383eb0782876 TBR=oprypin@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:7024 Review-Url: https://codereview.webrtc.org/2783003002 Cr-Commit-Position: refs/heads/master@{#17455} --- infra/config/cq.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 95d70f28e9..96a69bc867 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -46,9 +46,8 @@ verifiers { # TODO(kjellander): Add when bugs.webrtc.org/7090 is fixed. #builders { name: "linux32_arm_dbg" } builders { name: "linux32_arm_rel" } - # TODO(kjellander): Add back when bugs.webrtc.org/7024 is fixed. - #builders { name: "linux_arm64_dbg" } - #builders { name: "linux_arm64_rel" } + builders { name: "linux_arm64_dbg" } + builders { name: "linux_arm64_rel" } builders { name: "linux_asan" } builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" }