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" }