aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/project-config/cr-buildbucket.cfg
diff options
context:
space:
mode:
authorGravatar nodir <nodir@chromium.org>2015-06-01 09:39:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-01 09:39:11 -0700
commit038b01c081d16e3e3ec3e874c816ee866ab73508 (patch)
tree60b5a51710f7f8751b6376b842250f37a7423af1 /infra/project-config/cr-buildbucket.cfg
parent1bfcaa463650dc4c51cef074dd770a7158b096b7 (diff)
/infra directory
Added /infra directory, it will contain chrome-infra specific files, in particular configs for chrome infra services. /infra/project-config/cr-buildbucket.cfg defines buckets on cr-buildbucket.appspot.com R=borenet@google.com BUG=skia: Review URL: https://codereview.chromium.org/1164633002
Diffstat (limited to 'infra/project-config/cr-buildbucket.cfg')
-rw-r--r--infra/project-config/cr-buildbucket.cfg71
1 files changed, 71 insertions, 0 deletions
diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg
new file mode 100644
index 0000000000..02644cab28
--- /dev/null
+++ b/infra/project-config/cr-buildbucket.cfg
@@ -0,0 +1,71 @@
+# 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.client.skia"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "service-account-cq"
+ }
+ acls {
+ role: WRITER
+ group: "service-account-skia-master"
+ }
+}
+
+buckets {
+ name: "master.client.skia.android"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "service-account-cq"
+ }
+ acls {
+ role: WRITER
+ group: "service-account-skia-master"
+ }
+}
+
+buckets {
+ name: "master.client.skia.compile"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "service-account-cq"
+ }
+ acls {
+ role: WRITER
+ group: "service-account-skia-master"
+ }
+}
+
+buckets {
+ name: "master.client.skia.fyi"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "service-account-cq"
+ }
+ acls {
+ role: WRITER
+ group: "service-account-skia-master"
+ }
+}