Files
mongo/etc/code_lockdown.yml
Mikhail Shchatko cfa71f3776 SERVER-93515 Apply new VP and Overall quotas for the code lockdown (#26106)
GitOrigin-RevId: 56309603a6e1d87c9caa8b78b3208104d9e76866
2024-08-14 15:34:13 +00:00

64 lines
1.8 KiB
YAML

overall_thresholds:
hot_bf_count: 30
cold_bf_count: 100
perf_bf_count: 30
include_bfs_older_than_hours: 168 # 7 days
team_default_thresholds:
hot_bf_count: 3
cold_bf_count: 10
perf_bf_count: 5
include_bfs_older_than_hours: 48
team_groups:
######################################################################
# Team 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:
# hot_bf_count: 3
# cold_bf_count: 10
# perf_bf_count: 5
# include_bfs_older_than_hours: 168 # 7 days
######################################################################
# Core Server Team VP orgs as described in 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
thresholds:
hot_bf_count: 15
cold_bf_count: 50
perf_bf_count: 15
include_bfs_older_than_hours: 168 # 7 days
- name: "Durable Transactions & Availability"
teams:
- Replication
- Storage Execution
- RSS Sydney
- Storage Engines
thresholds:
hot_bf_count: 15
cold_bf_count: 50
perf_bf_count: 15
include_bfs_older_than_hours: 168 # 7 days
- name: "Query"
teams:
- Query Execution
- Query Optimization
- Query Integration
thresholds:
hot_bf_count: 15
cold_bf_count: 50
perf_bf_count: 15
include_bfs_older_than_hours: 168 # 7 days