From a927ed576a486f9f2f2875a85c70a898ed8bbc6b Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Thu, 24 May 2018 13:38:41 +0200 Subject: [PATCH] Switch one try builder (win_x64_clang_dbg) to LUCI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No-Try: True Bug: chromium:749455 Change-Id: Ib87c1415baa094366cd4910c99390f6d72e10508 Reviewed-on: https://webrtc-review.googlesource.com/78760 Commit-Queue: Oleh Prypin Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#23382} --- infra/config/cq.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 9c045bc01b..75ea7af6d6 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -70,7 +70,6 @@ verifiers { builders { name: "win_clang_rel" } builders { name: "win_dbg" } builders { name: "win_rel" } - builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" } builders { name: "win_x64_dbg" } builders { name: "win_x64_rel" } @@ -85,5 +84,10 @@ verifiers { } } } + + buckets { + name: "luci.webrtc.try" + builders { name: "win_x64_clang_dbg" } + } } }