From 0ccaacb97023de841f4d521862357044f0608461 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Wed, 31 Aug 2016 12:33:16 +0200 Subject: [PATCH] CQ: Rename iOS GYP trybots BUG=webrtc:5949 TBR=ehmaldonado@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/2293423002 . Cr-Commit-Position: refs/heads/master@{#13990} --- infra/config/cq.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 12dc39b656..1dd8e4362e 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -42,8 +42,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: "ios64_gyp_dbg" } + builders { name: "ios64_gyp_rel" } builders { name: "ios_api_framework" } builders { name: "linux_arm" } builders { name: "linux_asan" }