From 36b35ff04f256bf824a9fb73ebb759fcd3e81157 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 22 Mar 2016 14:57:05 -0400 Subject: Make win_clang_x64_dbg experimental again. Four of the bots's slaves had to be taken offline for maintenance and now it can't keep up with the load -- lots of pending tasks. Will turn this on again once there's some more capacity. BUG=588518 TBR=tandrii Review URL: https://codereview.chromium.org/1824573004 . Cr-Commit-Position: refs/heads/master@{#382624} --- infra/config/cq.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index f993567..091b991 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -83,7 +83,10 @@ verifiers { builders { name: "win_chromium_compile_dbg_ng" } builders { name: "win_chromium_rel_ng" } builders { name: "win_chromium_x64_rel_ng" } - builders { name: "win_clang_x64_dbg" } + builders { + name: "win_clang_x64_dbg" + experiment_percentage: 100 + } } } -- cgit v1.1