summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cr-buildbucket.cfg30
-rw-r--r--project.cfg4
2 files changed, 34 insertions, 0 deletions
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
new file mode 100644
index 0000000000..b5e16687bb
--- /dev/null
+++ b/cr-buildbucket.cfg
@@ -0,0 +1,30 @@
+# Defines buckets on cr-buildbucket.appspot.com, used by 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.client.pdfium"
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "service-account-cq"
+ }
+ acls {
+ role: WRITER
+ group: "service-account-pdfium"
+ }
+ acls {
+ role: SCHEDULER
+ group: "project-pdfium-tryjob-access"
+ }
+ acls {
+ role: WRITER
+ identity: "dsinclair@chromium.org"
+ }
+}
diff --git a/project.cfg b/project.cfg
new file mode 100644
index 0000000000..a09ce139d7
--- /dev/null
+++ b/project.cfg
@@ -0,0 +1,4 @@
+# For the schema of this file and documentation, see ProjectCfg message in
+# https://luci-config.appspot.com/schemas/projects:project.cfg
+name: "PDFium"
+access: "group:all" # public