summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2016-03-18 16:17:09 -0400
committerdan sinclair <dj2@everburning.com>2016-03-18 16:17:09 -0400
commit5f7d0b3713641edae045c4ce76d742bbb476dd77 (patch)
tree93a8a8a3bc730c5dd204dc5ed8d5efe47044c9c7
parent27f341ca608eaad491f6ac4abd7d98bc76a94aa8 (diff)
downloadpdfium-5f7d0b3713641edae045c4ce76d742bbb476dd77.tar.xz
Add buildbucket configs.
R=nodir@chromium.org Review URL: https://codereview.chromium.org/1813363002 .
-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