-
Notifications
You must be signed in to change notification settings - Fork 5.6k
/
Copy pathcode_lockdown.yml
226 lines (221 loc) · 8.18 KB
/
code_lockdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
defaults:
overall:
thresholds:
hot_bf:
count: 30
grace_period_days: 7
cold_bf:
count: 100
grace_period_days: 7
perf_bf:
count: 30
grace_period_days: 7
slack_tags:
- "<!here>"
group:
thresholds:
hot_bf:
count: 8
grace_period_days: 7
cold_bf:
count: 32
grace_period_days: 7
perf_bf:
count: 8
grace_period_days: 14
slack_tags: []
team:
thresholds:
hot_bf:
count: 3
grace_period_days: 2
cold_bf:
count: 10
grace_period_days: 2
perf_bf:
count: 3
grace_period_days: 2
slack_tags: []
groups:
#######################################################################
# Group configuration example #
#######################################################################
# - name: "Group Name"
# teams:
# - "Team Name 1" # Should exactly match "Assigned Teams" Jira BF field value
# - "Team Name 2"
# - "Team Name 3"
# thresholds: # Optional, group default thresholds will be used if absent
# hot_bf:
# count: 15
# grace_period_days: 7
# cold_bf:
# count: 50
# grace_period_days: 7
# perf_bf:
# count: 15
# grace_period_days: 7
# slack_tags: # Optional, group default slack_tags will be used if absent
# - "<!here>" # This is equivalent to "@here"
# - "<@{slack-member-id}>" # How to find Slack member ID: https://forums.slackcommunity.com/s/question/0D5Hq00009mZfnuKAC/hello-i-am-a-slack-newbie-how-do-i-find-my-slack-id?language=en_US
#######################################################################
# Core Server Team VP orgs as described on https://wiki.corp.mongodb.com/pages/viewpage.action?spaceKey=KERNEL&title=Server+Home
- name: "Clusters & Integrations"
teams:
- "Server Security"
- "Networking & Observability"
- "Workload Scheduling"
- "Server Programmability"
- "Cluster Scalability"
- "Catalog and Routing"
slack_tags:
- "<@U03J9P66LRW>" # [email protected] - VP
- "<@U23L5FVFH>" # [email protected] - Director
- "<@U0V2RMB1N>" # [email protected] - Director
- "<@U01ALSK50HH>" # [email protected] - Director
- name: "Durable Transactions & Availability"
teams:
- "Replication"
- "Storage Execution"
- "RSS Sydney"
- "Storage Engines"
slack_tags:
- "<@U032DKCUWQ4>" # [email protected] - VP
- "<@U0XPWJ72R>" # [email protected] - Director
- "<@U06QP4BJRD2>" # [email protected] - Director
- name: "Query"
teams:
- "Query Execution"
- "Query Optimization"
- "Query Integration"
slack_tags:
- "<@U067K23N0RL>" # [email protected] - VP
- "<@U0X6DK154>" # [email protected] - Director
- "<@U02QV8TTGG0>" # [email protected] - Director
- "<@U0294T002>" # [email protected] - Director
- name: "Developer Productivity"
teams:
- "Evergreen UI"
- "Evergreen App"
- "Services & Integrations"
- "Runtime Environments"
- "DevProd Infrastructure"
- "Release Infrastructure"
- "Performance Infrastructure"
- "Performance Analysis"
- "Build"
- "Correctness"
slack_tags:
- "<@U03F4KZUYP5>" # [email protected] - VP
- "<@U05RNJZ9212>" # [email protected] - Director
- "<@U064RTDGS2W>" # [email protected] - Director
- "<@U03D3JHNB1C>" # [email protected] - Director
teams:
#######################################################################
# Team configuration example #
#######################################################################
# - name: "Team Name" # Should exactly match "Assigned Teams" Jira BF field value
# thresholds: # Optional, team default thresholds will be used if absent
# hot_bf:
# count: 3
# grace_period_days: 2
# cold_bf:
# count: 10
# grace_period_days: 2
# perf_bf:
# count: 5
# grace_period_days: 2
# slack_tags: # Optional, team default slack_tags will be used if absent
# - "<!here>" # This is equivalent to "@here"
# - "<@{slack-member-id}>" # How to find Slack member ID: https://forums.slackcommunity.com/s/question/0D5Hq00009mZfnuKAC/hello-i-am-a-slack-newbie-how-do-i-find-my-slack-id?language=en_US
#######################################################################
# Core Server Teams as described on https://wiki.corp.mongodb.com/pages/viewpage.action?spaceKey=KERNEL&title=Server+Home
- name: "Server Security"
slack_tags:
- "<@U23L5FVFH>" # [email protected] - Director
- name: "Networking & Observability"
slack_tags:
- "<@U23L5FVFH>" # [email protected] - Director
- name: "Workload Scheduling"
slack_tags:
- "<@U23L5FVFH>" # [email protected] - Director
- name: "Server Programmability"
slack_tags:
- "<@U0V2RMB1N>" # [email protected] - Director
- name: "Cluster Scalability"
slack_tags:
- "<@U0V2RMB1N>" # [email protected] - Director
- name: "Catalog and Routing"
slack_tags:
- "<@U01ALSK50HH>" # [email protected] - Director
- name: "Replication"
slack_tags:
- "<@U0XPWJ72R>" # [email protected] - Director
- "<!subteam^S07K4GQ447P>" # @leads-replication - Leads
- name: "Storage Execution"
slack_tags:
- "<@U0XPWJ72R>" # [email protected] - Director
- "<!subteam^S02P8DH4XNH>" # @leads-storage-execution - Leads
- name: "RSS Sydney"
slack_tags:
- "<@U0XPWJ72R>" # [email protected] - Director
- "<@UCBGYHB6X>" # [email protected] - Lead
- name: "Storage Engines"
slack_tags:
- "<@U06QP4BJRD2>" # [email protected] - Director
- "<!subteam^S05UGLCB76U>" # @leads-storage-engines - Leads
- name: "Query Execution"
slack_tags:
- "<@U0X6DK154>" # [email protected] - Director
- "<!subteam^S088MANHJCW>" # @leads-query-execution - Leads
- name: "Query Optimization"
slack_tags:
- "<@U02QV8TTGG0>" # [email protected] - Director
- "<@UFX9FEFDG>" # [email protected] - Senior Lead
- name: "Query Integration"
slack_tags:
- "<@U0294T002>" # [email protected] - Director
- "<!subteam^S080PEJEYUW>" # @leads-staff-query-integration - Leads + Staff
- name: "Server Triage"
slack_tags:
- "<@U0V9XLF8R>" # [email protected] - Director
- name: "Product Performance"
slack_tags:
- "<@U0V9XLF8R>" # [email protected] - Director
- name: "Build Baron"
slack_tags:
- "<@U0V9XLF8R>" # [email protected] - Director
- name: "Server Release"
slack_tags:
- "<@U0V9XLF8R>" # [email protected] - Director
# R&D Productivity Teams as described on https://wiki.corp.mongodb.com/pages/viewpage.action?pageId=88587938
- name: "Evergreen UI"
slack_tags:
- "<@U05RNJZ9212>" # [email protected] - Director
- name: "Evergreen App"
slack_tags:
- "<@U05RNJZ9212>" # [email protected] - Director
- name: "Services & Integrations"
slack_tags:
- "<@U05RNJZ9212>" # [email protected] - Director
- name: "Runtime Environments"
slack_tags:
- "<@U064RTDGS2W>" # [email protected] - Director
- name: "DevProd Infrastructure"
slack_tags:
- "<@U064RTDGS2W>" # [email protected] - Director
- name: "Release Infrastructure"
slack_tags:
- "<@U064RTDGS2W>" # [email protected] - Director
- name: "Performance Infrastructure"
slack_tags:
- "<@U03D3JHNB1C>" # [email protected] - Director
- name: "Performance Analysis"
slack_tags:
- "<@U03D3JHNB1C>" # [email protected] - Director
- name: "Build"
slack_tags:
- "<@U03D3JHNB1C>" # [email protected] - Director
- name: "Correctness"
slack_tags:
- "<@U03D3JHNB1C>" # [email protected] - Director