Commit 5d57b24e by Andrii Shyshkalov

Initialize project-wide infrastructure config.

parents
geofflang@chromium.org
phajdan.jr@chromium.org
sergiyb@chromium.org
tandrii@chromium.org
This branch contains project-wide configurations for infra services.
CODE_REVIEW_SERVER: https://chromium-review.googlesource.com/
GERRIT_HOST: True
TRYSERVER_GERRIT_URL: https://chromium-review.googlesource.com/
# Defines buckets on cr-buildbucket.appspot.com, used to schedule builds
# on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
#
# See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
# schema of this file and documentation.
#
# Please keep this list sorted by bucket name.
buckets {
name: "master.tryserver.chromium.angle"
acls {
role: READER
group: "all"
}
acls {
role: SCHEDULER
group: "project-angle-tryjob-access"
}
acls {
role: WRITER
group: "service-account-chromium-tryserver"
}
}
# For the schema of this file and documentation, see ProjectCfg message in
# https://luci-config.appspot.com/schemas/projects:project.cfg
name: "angle"
access: "group:all" # public
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