Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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. | |
| 3 # | |
| 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for | |
| 5 # schema of this file and documentation. | |
| 6 # | |
| 7 # Please keep this list sorted by bucket name. | |
| 8 | |
| 9 buckets { | |
| 10 name: "master.tryserver.libyuv" | |
|
kjellander_chromium
2016/01/12 17:43:22
No bucket needed for master.client.libyuv? I notic
nodir
2016/01/12 17:46:37
what will trigger builds on client bucket?
kjellander_chromium
2016/01/12 18:07:56
Only the Gitiles poller (but that's the same for W
nodir
2016/01/12 18:16:56
Buildbucket is a transport to buildbot for those r
kjellander_chromium
2016/01/12 20:01:17
Thanks for explaining. That's how I thought it wor
| |
| 11 acls { | |
| 12 role: READER | |
| 13 group: "all" | |
| 14 } | |
| 15 acls { | |
| 16 role: SCHEDULER | |
| 17 group: "project-libyuv-tryjob-access" | |
| 18 } | |
| 19 acls { | |
| 20 role: WRITER | |
| 21 identity: "libyuv@chrome-infra-auth.iam.gserviceaccount.com" | |
| 22 } | |
| 23 } | |
| OLD | NEW |