From 2a7580124bccbd6fa98f8ab927bbcd26b89a6b52 Mon Sep 17 00:00:00 2001 From: kjellander Date: Mon, 15 Aug 2016 09:19:38 -0700 Subject: [PATCH] Revert of CQ: Temporarily disable iOS Simulator trybots (patchset #1 id:1 of https://codereview.webrtc.org/2244183002/ ) Reason for revert: The try server has been reconfigured to not use remote_run for the webrtc/ios recipe now, and builds are passing. Original issue's description: > CQ: Temporarily disable iOS Simulator trybots > > BUG=637666 > TBR=ehmaldonado@webrtc.org > NOTRY=True > > Committed: https://crrev.com/414eb181d26a794e17f8e0206fa4a7efc116f75a > Cr-Commit-Position: refs/heads/master@{#13738} TBR=ehmaldonado@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=637666 Review-Url: https://codereview.webrtc.org/2242173002 Cr-Commit-Position: refs/heads/master@{#13755} --- infra/config/cq.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 9a8bd03ef8..02250f4566 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -40,9 +40,8 @@ verifiers { builders { name: "ios_arm64_rel" } builders { name: "ios_dbg" } builders { name: "ios_rel" } - # Temporarily disabled: crbug.com/637666 - #builders { name: "ios32_sim_dbg" } - #builders { name: "ios64_sim_dbg" } + builders { name: "ios32_sim_dbg" } + builders { name: "ios64_sim_dbg" } builders { name: "ios64_gn_dbg" } builders { name: "ios64_gn_rel" } builders { name: "ios_api_framework" }