From 12d3a93120bee28d629d74535b858f0b69318922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Wed, 10 Jan 2018 14:28:27 +0100 Subject: [PATCH] Remove luci win trybot for now. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's has been timing out in a lot of my jobs recently, and for others too, it appears. Bug: chromium:749455 Change-Id: I7ee9b70328696d61a2bf41b798a92a55396bad70 Reviewed-on: https://webrtc-review.googlesource.com/38620 Commit-Queue: Patrik Höglund Reviewed-by: Edward Lemur Cr-Commit-Position: refs/heads/master@{#21551} --- infra/config/cq.cfg | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 51b7f7e1a9..211abff3e7 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -69,14 +69,7 @@ verifiers { builders { name: "win_clang_dbg" } builders { name: "win_clang_rel" } builders { name: "win_dbg" } - builders { - name: "win_rel" - equivalent_to { - bucket: "luci.webrtc.try" - owner_whitelist_group: "project-webrtc-luci-dogfood" - percentage: 100 - } - } + builders { name: "win_rel" } builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" } builders { name: "win_x64_dbg" }