Commit 7cfcdf06 by Andrii Shyshkalov

Set up infra config folder with CQ configuration.

BUG=503611,577560 Change-Id: I4ecb2c6a01c81f6a93c8ff4a52b89789711b23a5 Reviewed-on: https://chromium-review.googlesource.com/322142Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org> Reviewed-by: 's avatarPaweł Hajdan Jr. <phajdan.jr@chromium.org> Tested-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
parent 45095581
geofflang@chromium.org
phajdan.jr@chromium.org
sergiyb@chromium.org
tandrii@chromium.org
This directory contains configuration files for chrome infrastructure services.
# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the
# documentation of this file format.
version: 1
cq_name: "angle"
cq_status_url: "https://chromium-cq-status.appspot.com"
git_repo_url: "https://chromium.googlesource.com/angle/angle"
# TODO(tandrii): remove this once fully in production.
in_production: true
gerrit {
# TODO(tandrii): this actually isn't used, but is required for now.
cq_verified_label: "Commit-Queue-Verified"
}
verifiers {
try_job {
buckets {
name: "tryserver.chromium.angle"
builders { name: "linux_angle_rel_ng" }
builders { name: "linux_angle_dbg_ng" }
builders { name: "mac_angle_rel_ng" }
builders { name: "mac_angle_dbg_ng" }
builders { name: "win_angle_rel_ng" }
builders { name: "win_angle_dbg_ng" }
builders { name: "win_angle_x64_rel_ng" }
builders { name: "win_angle_x64_dbg_ng" }
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment