Skip to content

Commit

Permalink
cq.cfg: add equivalent {mac,win}_chromium}_rel_ng builders on LUCI
Browse files Browse the repository at this point in the history
Bug: 731543, 731573
Change-Id: I16970ff1342f485405e00e9846b161f20c01a523
No-Try: true
No-Presubmit: true
Reviewed-on: https://chromium-review.googlesource.com/646494
Reviewed-by: Erik Staab <estaab@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Cr-Commit-Position: refs/heads/master@{#499027}
  • Loading branch information
nodirt authored and Commit Bot committed Aug 31, 2017
1 parent 21b1c8f commit c233a79
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,32 @@ verifiers {
experiment_percentage: 10
}
builders { name: "mac_chromium_compile_dbg_ng" }
builders { name: "mac_chromium_rel_ng" }
builders {
name: "mac_chromium_rel_ng"
equivalent_to {
# Builders in this bucket are defined in
# https://chromium.googlesource.com/chromium/src/+/infra/config/cr-buildbucket.cfg
bucket: "luci.chromium.try"
builder: "LUCI mac_chromium_rel_ng"
owner_whitelist_group: "luci-chromium-cq-dogfood"
percentage: 100
}
}
}
buckets {
name: "master.tryserver.chromium.win"
builders { name: "win_chromium_compile_dbg_ng" }
builders { name: "win_chromium_rel_ng" }
builders {
name: "win_chromium_rel_ng"
equivalent_to {
# Builders in this bucket are defined in
# https://chromium.googlesource.com/chromium/src/+/infra/config/cr-buildbucket.cfg
bucket: "luci.chromium.try"
builder: "LUCI win_chromium_rel_ng"
owner_whitelist_group: "luci-chromium-cq-dogfood"
percentage: 100
}
}
# crbug.com/753184 - take out of the CQ temporarily.
# builders { name: "win_chromium_x64_rel_ng" }
builders { name: "win_clang" }
Expand Down

0 comments on commit c233a79

Please sign in to comment.