Skip to content

Commit

Permalink
cq: enable more LUCI try builders
Browse files Browse the repository at this point in the history
Bump experimental percentage of linux_chromium_rel_ng on LUCI to 5%
Enable {win,mac}_chromium_rel_ng builders

[email protected], [email protected]
BUG=
NOPRESUBMIT=true
NOTRY=true

Review-Url: https://codereview.chromium.org/2809313002
Cr-Commit-Position: refs/heads/master@{#463832}
  • Loading branch information
nodirt authored and Commit bot committed Apr 11, 2017
1 parent 0a3ff88 commit bee3ee0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,19 @@ verifiers {
try_job {
buckets {
name: "luci.chromium.try"
# Builders in this bucket are defined in
# https://chromium.googlesource.com/chromium/src/+/infra/config/cr-buildbucket.cfg
builders {
name: "LUCI linux_chromium_rel_ng"
experiment_percentage: 1
experiment_percentage: 5
}
builders {
name: "LUCI mac_chromium_rel_ng"
experiment_percentage: 5
}
builders {
name: "LUCI win_chromium_rel_ng"
experiment_percentage: 5
}
}
buckets {
Expand Down

0 comments on commit bee3ee0

Please sign in to comment.