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

Unified Diff: cr-buildbucket.cfg

Issue 2989703002: buildbucket: use acl sets (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cr-buildbucket.cfg
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
index 123c4374c0d24a2c52ed6afb610066d7bd9e9b48..bb44c7017e6453ac51e435d562b70d1c717a315e 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -6,12 +6,14 @@
#
# Please keep this list sorted by bucket name.
-buckets {
- name: "master.chromium.webrtc"
+acl_sets {
+ name: "default"
acls {
role: READER
group: "all"
}
+
+ # Remove this rule after all Buildbot masters are turned down.
acls {
role: WRITER
group: "service-account-webrtc-master"
@@ -19,56 +21,33 @@ buckets {
}
buckets {
+ name: "master.chromium.webrtc"
+ acl_sets: "default"
+}
+
+buckets {
name: "master.chromium.webrtc.fyi"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: WRITER
- group: "service-account-webrtc-master"
- }
+ acl_sets: "default"
}
buckets {
name: "master.client.webrtc"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: WRITER
- group: "service-account-webrtc-master"
- }
+ acl_sets: "default"
}
buckets {
name: "master.client.webrtc.fyi"
- acls {
- role: READER
- group: "all"
- }
- acls {
- role: WRITER
- group: "service-account-webrtc-master"
- }
+ acl_sets: "default"
}
buckets {
name: "master.tryserver.webrtc"
- acls {
- role: READER
- group: "all"
- }
+ acl_sets: "default"
acls {
role: SCHEDULER
group: "service-account-cq"
}
acls {
- role: WRITER
- group: "service-account-webrtc-master"
- }
- acls {
role: SCHEDULER
group: "project-webrtc-tryjob-access"
}
« 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