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