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

Unified Diff: cr-buildbucket.cfg

Issue 1576093005: Create master.tryserver.libyuv bucket (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@config
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: cr-buildbucket.cfg
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..043bcb415fe9b8691def3fee14d76814ffb4b809
--- /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"
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
+ acls {
+ role: READER
+ group: "all"
+ }
+ acls {
+ role: SCHEDULER
+ group: "project-libyuv-tryjob-access"
+ }
+ acls {
+ role: WRITER
+ identity: "libyuv@chrome-infra-auth.iam.gserviceaccount.com"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698