Skip to content

Commit

Permalink
Update Win8 CQ config to 100% GN-only.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
dpranke authored and Commit bot committed Jun 9, 2015
1 parent 6e33fcc commit 5affda5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,11 @@ 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" }
Expand Down

0 comments on commit 5affda5

Please sign in to comment.