From 4978917c6dc73124da6bd73b91d9710ac9d66840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Hajdan=2C=20Jr?= Date: Mon, 10 Jul 2017 16:04:07 +0200 Subject: [PATCH] Adjust CQ config for luci.infra.try -> luci.infra.depot_tools.try bucket move MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://chromium-review.googlesource.com/c/565402/ for context. Bug: 644609 Change-Id: I8edacafdb3bc969e3d0d2fb4589b3ba3fcf9f5d6 Reviewed-on: https://chromium-review.googlesource.com/565412 Reviewed-by: Sergiy Byelozyorov Commit-Queue: Paweł Hajdan Jr. --- infra/config/cq.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 2d12964db0..9027c98c6b 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -23,12 +23,8 @@ verifiers { try_job { buckets { - name: "luci.infra.try" + name: "luci.infra.depot_tools.try" builders { name: "Depot Tools Presubmit" } - builders { - name: "Recipe Roll Downstream Tester" - experiment_percentage: 100 - } } } }