From 2103f8e59bf90175c775b285803b383eb0782876 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 29 Mar 2017 16:05:09 +0200 Subject: [PATCH] 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} --- infra/config/cq.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 96a69bc867..95d70f28e9 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -46,8 +46,9 @@ verifiers { # TODO(kjellander): Add when bugs.webrtc.org/7090 is fixed. #builders { name: "linux32_arm_dbg" } builders { name: "linux32_arm_rel" } - builders { name: "linux_arm64_dbg" } - builders { name: "linux_arm64_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_asan" } builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" }