-
Notifications
You must be signed in to change notification settings - Fork 204
/
CODEOWNERS
Validating CODEOWNERS rules...
39 lines (32 loc) · 1.21 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
38
39
#
# Syntax and details are here: https://help.github.com/articles/about-codeowners/
#
# Global code ownership, fallback
* @kad @mythi @bart0sh @tkatila
# CI and building
.github/workflows/ @bart0sh @kad @mythi @tkatila
/scripts/ @bart0sh @kad @mythi
# Binaries
/cmd/ @mythi @bart0sh @tkatila
/cmd/fpga_tool/ @bart0sh @kad @mythi
/cmd/gpu_fakedev/ @tkatila @uniemimu @eero-t
/cmd/gpu_plugin/ @tkatila @bart0sh @uniemimu
/cmd/gpu_nfdhook/ @tkatila @bart0sh @uniemimu
/cmd/qat_plugin/ @hj-johannes-lee @mythi
/cmd/sgx_plugin/ @hj-johannes-lee @mythi
/cmd/dsa_plugin/ @hj-johannes-lee @ozhuraki @mythi
/cmd/iaa_plugin/ @hj-johannes-lee @ozhuraki @mythi
/cmd/dlb_plugin/ @bart0sh @hj-johannes-lee
/cmd/xpumanager_sidecar/ @tkatila @uniemimu
# Framework
/pkg/ @mythi @bart0sh @tkatila
/pkg/topology/ @bart0sh @kad
# Deployments
/deployments/ @hj-johannes-lee @bart0sh @mythi @tkatila
# Demos
/demo/ @tkatila @bart0sh @mythi @kad
# Testing
/test/ @mythi @bart0sh @ozhuraki @hj-johannes-lee
# New dependencies review
/go.sum @kad @mythi @bart0sh @tkatila
/go.mod @kad @mythi @bart0sh @tkatila