From 4271224aef70f7d598be139a04da227a057dcfc6 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 4 Apr 2017 08:33:29 +0200 Subject: [PATCH] CQ: Remove linux32_rel from default trybots We need to unblock rolling. BUG=webrtc:7413 TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2794203003 . Cr-Commit-Position: refs/heads/master@{#17519} --- infra/config/cq.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 96a69bc867..e12f3c3096 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -42,7 +42,8 @@ verifiers { builders { name: "ios64_sim_ios9_dbg" } builders { name: "ios64_sim_ios10_dbg" } builders { name: "ios_api_framework" } - builders { name: "linux32_rel" } + # TODO(kjellander): Re-enable when https://bugs.webrtc.org/7413 is fixed. + #builders { name: "linux32_rel" } # TODO(kjellander): Add when bugs.webrtc.org/7090 is fixed. #builders { name: "linux32_arm_dbg" } builders { name: "linux32_arm_rel" }