-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCODEOWNERS
More file actions
43 lines (33 loc) · 1.47 KB
/
CODEOWNERS
File metadata and controls
43 lines (33 loc) · 1.47 KB
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
# CODEOWNERS file for OVMobileBench
# These owners will be the default owners for everything in the repo.
# Global owners
* @ovmobilebench/maintainers
# Core modules
/ovmobilebench/core/ @ovmobilebench/core-team
/ovmobilebench/config/ @ovmobilebench/core-team
# Device implementations
/ovmobilebench/devices/ @ovmobilebench/device-team
/ovmobilebench/devices/android.py @ovmobilebench/android-team
# Build and packaging
/ovmobilebench/builders/ @ovmobilebench/build-team
/ovmobilebench/packaging/ @ovmobilebench/build-team
# Benchmarking and reporting
/ovmobilebench/runners/ @ovmobilebench/perf-team
/ovmobilebench/parsers/ @ovmobilebench/perf-team
/ovmobilebench/report/ @ovmobilebench/perf-team
# CLI and pipeline
/ovmobilebench/cli.py @ovmobilebench/maintainers
/ovmobilebench/pipeline.py @ovmobilebench/maintainers
# CI/CD
/.github/ @ovmobilebench/devops-team
/Makefile @ovmobilebench/devops-team
/.pre-commit-config.yaml @ovmobilebench/devops-team
# Documentation
/README.md @ovmobilebench/docs-team
/CONTRIBUTING.md @ovmobilebench/docs-team
/ARCHITECTURE.md @ovmobilebench/architects
/SECURITY.md @ovmobilebench/security-team
# Tests
/tests/ @ovmobilebench/qa-team
# Configuration examples
/experiments/ @ovmobilebench/maintainers