mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
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 .
This commit is contained in:
parent
9388904509
commit
1773ecdd76
3
OWNERS
Normal file
3
OWNERS
Normal file
@ -0,0 +1,3 @@
|
||||
fbarchard@chromium.org
|
||||
kjellander@chromium.org
|
||||
nodir@chromium.org
|
||||
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
||||
This branch contains libyuv project-wide configurations
|
||||
for chrome-infra services.
|
||||
3
codereview.settings
Normal file
3
codereview.settings
Normal file
@ -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
|
||||
23
cr-buildbucket.cfg
Normal file
23
cr-buildbucket.cfg
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
5
project.cfg
Normal file
5
project.cfg
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user