From 3133857266925d4bc66e0bddef8c9a1fefc3a060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Tue, 13 Mar 2018 14:42:37 +0100 Subject: [PATCH] Temporarily disable ios_api_framework. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It needs a recipe update + testing so let's not stop CQ CLs for now. TBR=oprypin@webrtc.org Bug: chromium:821309 Change-Id: If06faddcb11e9fcc03e6910f137e42fac0b1beee Reviewed-on: https://webrtc-review.googlesource.com/61428 Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#22400} --- 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 7e820e3d4e..dac091df44 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -38,7 +38,8 @@ verifiers { builders { name: "ios32_sim_ios9_dbg" } builders { name: "ios64_sim_ios9_dbg" } builders { name: "ios64_sim_ios10_dbg" } - builders { name: "ios_api_framework" } + # TODO(phoglund): re-enable when crbug.com/821309 is fixed. + # builders { name: "ios_api_framework" } # TODO(kjellander): Re-enable when https://bugs.webrtc.org/7413 is fixed. #builders { name: "linux32_rel" } builders { name: "linux32_dbg" }