Skip to content

Commit

Permalink
cq.cfg: add equivalent builder for LUCI linux_chromium_rel_ng.
Browse files Browse the repository at this point in the history
Bug: 
No-Try: True
Change-Id: I3e377897c170947dd0259dc3f856b502e19cf9e4
Reviewed-on: https://chromium-review.googlesource.com/539615
Commit-Queue: Erik Staab <estaab@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#480778}
  • Loading branch information
Erik Staab authored and Commit Bot committed Jun 20, 2017
1 parent 3210c81 commit 37ed5e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ verifiers {
# chrome-eng-review per
# https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configurations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue
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"
equivalent_to {
bucket: "master.tryserver.chromium.linux"
builder: "linux_chromium_rel_ng"
owner_whitelist_group: "luci-chromium-cq-dogfood"
percentage: 100
}
}
}
buckets {
name: "master.tryserver.chromium.android"
builders { name: "android_arm64_dbg_recipe" }
Expand Down

0 comments on commit 37ed5e0

Please sign in to comment.