-
Notifications
You must be signed in to change notification settings - Fork 83
/
CODEOWNERS
Validating CODEOWNERS rules...
37 lines (28 loc) Β· 1.46 KB
/
CODEOWNERS
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
# DevProd Performance Infrastructure Team
# Operates through the DEVPROD Jira board.
# @mongodb/devprod-performance-infrastructure
# Product Performance Team
# Operates through the PERF Jira board.
# @mongodb/performance
# DevProd Performance Infrastructure owns unowned files. Files that are
# explicitly owned by Performance Infrastructure should be added to this file
# too.
* @mongodb/devprod-performance-infrastructure
# Repository Configuration
/.gitignore @mongodb/devprod-performance-infrastructure james.littlejohn@mongodb.com
/.github @mongodb/devprod-performance-infrastructure james.littlejohn@mongodb.com
/.vscode @mongodb/devprod-performance-infrastructure james.littlejohn@mongodb.com
# Workload Configuration
/src/workloads @mongodb/performance
/src/phases @mongodb/performance
# There is a list of workloads in this file that needs to be kept up to date
src/lamplib/src/genny/tasks/dry_run.py @mongodb/performance
# Genny Core Components
/cmake @mongodb/devprod-performance-infrastructure
/poetry.lock @mongodb/devprod-performance-infrastructure
/pyproject.toml @mongodb/devprod-performance-infrastructure
# Workload-related C++ Components
/src/value_generators @mongodb/performance @mongodb/devprod-performance-infrastructure
# Generated files owned by nobody that don't require review. These files are
# modifiable without review by anybody with write access to the repository.
/docs/generated/**.md