From 90d05e9230d69071eaf0600d93c42a7be7ab5759 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Fri, 25 May 2018 11:04:46 +0200 Subject: [PATCH] Switch ios_api_framework bot to LUCI because it's not broken there TBR: phoglund@webrtc.org No-Try: True Bug: None Change-Id: Idc32d2f3e531937ffaa00bf408d6bd3755045ce1 Reviewed-on: https://webrtc-review.googlesource.com/78881 Reviewed-by: Oleh Prypin Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#23394} --- infra/config/cq.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 75ea7af6d6..012ad0a810 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -38,7 +38,6 @@ 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(kjellander): Re-enable when https://bugs.webrtc.org/7413 is fixed. #builders { name: "linux32_rel" } builders { name: "linux32_dbg" } @@ -87,6 +86,7 @@ verifiers { buckets { name: "luci.webrtc.try" + builders { name: "ios_api_framework" } builders { name: "win_x64_clang_dbg" } } }