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}
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index 9a8bd03..02250f4 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -40,9 +40,8 @@
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" }