From ee674431fb5dd180ff14be58cd69132305acbc07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Tue, 31 Oct 2017 17:40:47 +0100 Subject: [PATCH] Link win_rel with LUCI win_rel. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This, presumably, will make LUCI tryjobs run for people opted into the experiment. Bug: chromium:749455,chromium:776347 Change-Id: I25e3a011810aa47e5f245e1eb0ea2547e29fa3ff Reviewed-on: https://webrtc-review.googlesource.com/16420 Commit-Queue: Patrik Höglund Reviewed-by: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20506} --- infra/config/cq.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 8484c40d67..ee073824a1 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -67,7 +67,14 @@ verifiers { builders { name: "win_clang_dbg" } builders { name: "win_clang_rel" } builders { name: "win_dbg" } - builders { name: "win_rel" } + builders { + name: "win_rel" + equivalent_to { + bucket: "luci.webrtc.try" + owner_whitelist_group: "project-webrtc-luci-dogfood" + percentage: 100 + } + } builders { name: "win_msvc_rel" } builders { name: "win_x64_clang_dbg" } builders { name: "win_x64_clang_rel" }