Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Side by Side Diff: cr-buildbucket.cfg

Issue 1276553004: sullivan@chromium.org is build bucket WRITER (Closed) Base URL: https://github.com/catapult-project/catapult.git@config
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds 1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds
2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
3 # 3 #
4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
5 # schema of this file and documentation. 5 # schema of this file and documentation.
6 # 6 #
7 # Please keep this list sorted by bucket name. 7 # Please keep this list sorted by bucket name.
8 8
9 buckets { 9 buckets {
10 name: "master.tryserver.client.catapult" 10 name: "master.tryserver.client.catapult"
11 acls { 11 acls {
12 role: READER 12 role: READER
13 group: "all" 13 group: "all"
14 } 14 }
15 acls { 15 acls {
16 role: SCHEDULER 16 role: SCHEDULER
17 group: "service-account-cq" 17 group: "service-account-cq"
18 } 18 }
19 acls { 19 acls {
20 role: WRITER 20 role: WRITER
21 group: "service-account-chromium-tryserver" 21 group: "service-account-chromium-tryserver"
22 } 22 }
23 acls { 23 acls {
24 role: SCHEDULER 24 role: SCHEDULER
25 group: "project-chromium-tryjob-access" 25 group: "project-chromium-tryjob-access"
26 } 26 }
27 acls {
28 role: WRITER
29 identity: "sullivan@chromium.org"
30 }
27 } 31 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698