From 832a6fdc7e53c9611f7ed736bd97053e6417186b Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 28 Mar 2017 06:19:57 +0200 Subject: [PATCH] CQ: Add linux32_rel to default trybots This will prevent breakages like the referenced bug in the future. BUG=webrtc:7413 TBR=lliuu@webrtc.org Review-Url: https://codereview.webrtc.org/2780723003 . Cr-Commit-Position: refs/heads/master@{#17405} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 99fed5b588..149662ae35 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -42,6 +42,7 @@ verifiers { builders { name: "ios64_sim_ios9_dbg" } builders { name: "ios64_sim_ios10_dbg" } builders { name: "ios_api_framework" } + builders { name: "linux32_rel" } builders { name: "linux_arm" } builders { name: "linux_asan" } builders { name: "linux_baremetal" }