From 1aa6e4e0958791d206bb426ba2ba76b3237a9edc Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 6 Jan 2016 09:14:42 -0800 Subject: [PATCH] Update default trybot names for changed Mac bots BUG=chromium:574320 TBR=phoglund@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/1563883002 Cr-Commit-Position: refs/heads/master@{#11155} --- 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 59abd190ad..66770f3e56 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -54,9 +54,8 @@ verifiers { builders { name: "mac_compile_dbg" } builders { name: "mac_compile_x64_dbg" } builders { name: "mac_rel" } - builders { name: "mac_x64_gn_dbg" } - builders { name: "mac_x64_gn_rel" } - builders { name: "mac_x64_rel" } + builders { name: "mac_gn_dbg" } + builders { name: "mac_gn_rel" } builders { name: "presubmit" } builders { name: "win_baremetal" } builders { name: "win_clang_dbg" }