/infra-config directory
Added /infra with chrome-infra specific files. /infra/project-config/cr-buildbucket.cfg defines v8 buckets on cr-buildbucket.appspot.com R=tandrii@chromium.org, machenbach@chromium.org, sergiyb@chromium.org BUG= Review URL: https://codereview.chromium.org/1161143002 Cr-Commit-Position: refs/heads/master@{#28736}
This commit is contained in:
parent
88b1c9170a
commit
db18b77836
3
infra/OWNERS
Normal file
3
infra/OWNERS
Normal file
@ -0,0 +1,3 @@
|
||||
machenbach@chromium.org
|
||||
sergiyb@chromium.org
|
||||
tandrii@chromium.org
|
1
infra/README.md
Normal file
1
infra/README.md
Normal file
@ -0,0 +1 @@
|
||||
This directory contains infra-specific files.
|
1
infra/project-config/README.md
Normal file
1
infra/project-config/README.md
Normal file
@ -0,0 +1 @@
|
||||
This directory contains v8 project-wide configurations for infra services.
|
23
infra/project-config/cr-buildbucket.cfg
Normal file
23
infra/project-config/cr-buildbucket.cfg
Normal file
@ -0,0 +1,23 @@
|
||||
# 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.v8"
|
||||
acls {
|
||||
role: READER
|
||||
group: "all"
|
||||
}
|
||||
acls {
|
||||
role: SCHEDULER
|
||||
group: "service-account-cq"
|
||||
}
|
||||
acls {
|
||||
role: WRITER
|
||||
group: "service-account-v8-master"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user