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

Side by Side Diff: cr-buildbucket.cfg

Issue 2987913002: remove master.internal.tryserver.corp.webrtc bucket (Closed)
Patch Set: Created 3 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. Some of them are used by CQ to schedule tryjobs. 2 # on buildbot. Some of them are used by CQ 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.chromium.webrtc" 10 name: "master.chromium.webrtc"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 role: READER 48 role: READER
49 group: "all" 49 group: "all"
50 } 50 }
51 acls { 51 acls {
52 role: WRITER 52 role: WRITER
53 group: "service-account-webrtc-master" 53 group: "service-account-webrtc-master"
54 } 54 }
55 } 55 }
56 56
57 buckets { 57 buckets {
58 name: "master.internal.tryserver.corp.webrtc"
59 acls {
60 role: READER
61 group: "all"
62 }
63 acls {
64 role: SCHEDULER
65 group: "service-account-cq"
66 }
67 acls {
68 role: WRITER
69 group: "service-account-webrtc-master"
70 }
71 acls {
72 role: SCHEDULER
73 group: "project-webrtc-tryjob-access"
74 }
75 acls {
76 role: WRITER
77 group: "service-account-webrtc-master-internal"
78 }
79 }
80
81 buckets {
82 name: "master.tryserver.webrtc" 58 name: "master.tryserver.webrtc"
83 acls { 59 acls {
84 role: READER 60 role: READER
85 group: "all" 61 group: "all"
86 } 62 }
87 acls { 63 acls {
88 role: SCHEDULER 64 role: SCHEDULER
89 group: "service-account-cq" 65 group: "service-account-cq"
90 } 66 }
91 acls { 67 acls {
92 role: WRITER 68 role: WRITER
93 group: "service-account-webrtc-master" 69 group: "service-account-webrtc-master"
94 } 70 }
95 acls { 71 acls {
96 role: SCHEDULER 72 role: SCHEDULER
97 group: "project-webrtc-tryjob-access" 73 group: "project-webrtc-tryjob-access"
98 } 74 }
99 } 75 }
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