-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathCODEOWNERS
25 lines (20 loc) · 962 Bytes
/
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
# Default owner. Later matches take precedence. Refer to the below link for additional details.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
* @edwarddavidbaker
# TMA and Atom TMA.
TMA_Metrics* @ayasini @vdaneti
Atom_TMA* @claudiaromo @rpmclaug
E-core_TMA* @claudiaromo @rpmclaug
# Platform metrics.
**/metrics @1perrytaylor @calebbiggers @kshiprab
# Platform events.
**/events @edwarddavidbaker @kshiprab
# Create Perf JSON scripting.
scripts/create_perf_json.py @captain5050 @kliang2
scripts/metric.py @captain5050 @kliang2
scripts/config/perf*.csv @captain5050 @kliang2
scripts/unittesting/metric_test.py @captain5050 @kliang2
# Perf converter scripting.
scripts/perf_format_converter.py @1perrytaylor @calebbiggers
scripts/config/replacements_config.json @1perrytaylor @calebbiggers
scripts/unittesting/test_perf_format_converter.py @1perrytaylor @calebbiggers