From 6b42cef98de04e78ad943a61bd3c84082eb883c4 Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Wed, 3 Aug 2016 08:27:03 -0700 Subject: [PATCH] Add linux_arm to tryserver.webrtc. BUG=webrtc:5057 NOTRY=True Review-Url: https://codereview.webrtc.org/2203423002 Cr-Commit-Position: refs/heads/master@{#13625} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index e9820a721c..20d68cdf1b 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -45,6 +45,7 @@ verifiers { builders { name: "ios64_gn_dbg" } builders { name: "ios64_gn_rel" } builders { name: "ios_api_framework" } + builders { name: "linux_arm" } builders { name: "linux_asan" } builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" }