summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2016-03-22 14:57:05 -0400
committerNico Weber <thakis@chromium.org>2016-03-22 18:59:07 +0000
commit36b35ff04f256bf824a9fb73ebb759fcd3e81157 (patch)
treecd8fd973e1e9cf4c1fcdcd2e0961a69d05b75d52 /infra
parentb0969cf832c013ffdbcdeb34a576d918cce91b48 (diff)
downloadchromium_src-36b35ff04f256bf824a9fb73ebb759fcd3e81157.zip
chromium_src-36b35ff04f256bf824a9fb73ebb759fcd3e81157.tar.gz
chromium_src-36b35ff04f256bf824a9fb73ebb759fcd3e81157.tar.bz2
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}
Diffstat (limited to 'infra')
-rw-r--r--infra/config/cq.cfg5
1 files changed, 4 insertions, 1 deletions
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
+ }
}
}