From b371370eb9807d437bdc150d6a63e89e74ab2470 Mon Sep 17 00:00:00 2001 From: "tandrii@chromium.org" Date: Fri, 4 Mar 2016 13:42:32 +0000 Subject: [PATCH] cq.cfg: use presubmit builder to tryserver.infra. Corresponding build CL: https://codereview.chromium.org/1759553007, land OR revert both Cls in tandem. TBR=phajdan.jr@chromium.org BUG= Review URL: https://codereview.chromium.org/1763013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299098 0039d316-1c4b-4281-b951-d872f2087c98 --- 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 2da2fb7f9..bb0f98fc6 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -29,9 +29,9 @@ verifiers { try_job { buckets { - name: "tryserver.chromium.linux" + name: "tryserver.infra" builders { - name: "depot_tools_presubmit" + name: "Depot Tools Presubmit" } } }