From cad5e829eec7e0905c92377361ca9f2961b3841c Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 26 May 2016 06:43:29 +0200 Subject: [PATCH] Add iOS GN trybots to the default set. These bots are finally green after landing https://codereview.webrtc.org/1999723002 BUG=webrtc:5586 NOTRY=True TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/2014663002 . Cr-Commit-Position: refs/heads/master@{#12903} --- infra/config/cq.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 84498ecd62..c26972633d 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -41,6 +41,8 @@ verifiers { builders { name: "ios_rel" } builders { name: "ios32_sim_dbg" } builders { name: "ios64_sim_dbg" } + builders { name: "ios64_gn_dbg" } + builders { name: "ios64_gn_rel" } builders { name: "linux_asan" } builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" }