summaryrefslogtreecommitdiffstats
path: root/infra/config
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-06-08 18:17:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-09 01:18:01 +0000
commit5affda5d8bcdb4ac2e3bb01e15c47dfefd6d7085 (patch)
tree32df2561ad15d9503bea4f32af30218493f812de /infra/config
parent6e33fccf366429a8d6f99c64b80bd203e679b532 (diff)
downloadchromium_src-5affda5d8bcdb4ac2e3bb01e15c47dfefd6d7085.zip
chromium_src-5affda5d8bcdb4ac2e3bb01e15c47dfefd6d7085.tar.gz
chromium_src-5affda5d8bcdb4ac2e3bb01e15c47dfefd6d7085.tar.bz2
Update Win8 CQ config to 100% GN-only.
This patch follows up on #333386 as it looks like things are working correctly now. With this patch, the "win8_chromium_ng" bot will be completely on (100%, blocking), and the "win8_chromium_gn_rel" and "win8_chromium_rel" bots will be completely off. TBR=sergeyberezin@chromium.org, phajdan.jr@chromium.org BUG=497423 NOTRY=true Review URL: https://codereview.chromium.org/1169013002 Cr-Commit-Position: refs/heads/master@{#333414}
Diffstat (limited to 'infra/config')
-rw-r--r--infra/config/cq.cfg13
1 files changed, 1 insertions, 12 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index c7552be..92eff3d 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -85,21 +85,10 @@ verifiers {
buckets {
name: "tryserver.chromium.win"
builders {
- name: "win8_chromium_gn_rel"
- experiment_percentage: 0.1
- }
- builders {
- name: "win8_chromium_ng"
- experiment_percentage: 0.5
- }
- builders {
name: "win_chromium_compile_dbg_ng_exp"
experiment_percentage: 0.1
}
- builders {
- name: "win8_chromium_rel"
- experiment_percentage: 0.1
- }
+ builders { name: "win8_chromium_ng" }
builders { name: "win_chromium_compile_dbg_ng" }
builders { name: "win_chromium_rel_ng" }
builders { name: "win_chromium_x64_rel_ng" }