From 1773ecdd764266cfe93521bb5e3a3e6f42dedafd Mon Sep 17 00:00:00 2001 From: Nodir Turakulov Date: Tue, 12 Jan 2016 12:07:18 -0800 Subject: [PATCH] Create master.tryserver.libyuv bucket Also README.md, OWNERS and other std files R=kjellander@chromium.org BUG=551062 Review URL: https://codereview.chromium.org/1576093005 . --- OWNERS | 3 +++ README.md | 2 ++ codereview.settings | 3 +++ cr-buildbucket.cfg | 23 +++++++++++++++++++++++ project.cfg | 5 +++++ 5 files changed, 36 insertions(+) create mode 100644 OWNERS create mode 100644 README.md create mode 100644 codereview.settings create mode 100644 cr-buildbucket.cfg create mode 100644 project.cfg diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..fd704d043 --- /dev/null +++ b/OWNERS @@ -0,0 +1,3 @@ +fbarchard@chromium.org +kjellander@chromium.org +nodir@chromium.org diff --git a/README.md b/README.md new file mode 100644 index 000000000..8f2188c1a --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +This branch contains libyuv project-wide configurations +for chrome-infra services. diff --git a/codereview.settings b/codereview.settings new file mode 100644 index 000000000..a1975984f --- /dev/null +++ b/codereview.settings @@ -0,0 +1,3 @@ +# This file is used by gcl and git-cl to get repository specific information. +CODE_REVIEW_SERVER: codereview.chromium.org +PROJECT: libyuv diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg new file mode 100644 index 000000000..043bcb415 --- /dev/null +++ b/cr-buildbucket.cfg @@ -0,0 +1,23 @@ +# 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.libyuv" + acls { + role: READER + group: "all" + } + acls { + role: SCHEDULER + group: "project-libyuv-tryjob-access" + } + acls { + role: WRITER + identity: "libyuv@chrome-infra-auth.iam.gserviceaccount.com" + } +} diff --git a/project.cfg b/project.cfg new file mode 100644 index 000000000..c50affc1a --- /dev/null +++ b/project.cfg @@ -0,0 +1,5 @@ +# For the schema of this file and documentation, see ProjectCfg message in +# https://luci-config.appspot.com/schemas/projects:project.cfg + +name: "libyuv" +access: "group:all" # public