From 5f7d0b3713641edae045c4ce76d742bbb476dd77 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Fri, 18 Mar 2016 16:17:09 -0400 Subject: Add buildbucket configs. R=nodir@chromium.org Review URL: https://codereview.chromium.org/1813363002 . --- cr-buildbucket.cfg | 30 ++++++++++++++++++++++++++++++ project.cfg | 4 ++++ 2 files changed, 34 insertions(+) create mode 100644 cr-buildbucket.cfg create mode 100644 project.cfg 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 -- cgit v1.2.3