-
Notifications
You must be signed in to change notification settings - Fork 727
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (30 loc) · 1.33 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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# rules are explained here
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, # @Azure/sonic-fundamentals
# will be requested for review when someone opens a pull request.
* @Azure/sonic-fundamentals
# Ansible
# Documents
docs @wangxin @yxieca
# spytest
spytest @ramakristipati @lolyu @yxieca
# test reporting
test_reporting @wangxin
# tests
tests/platform_tests @sujinmkang
tests/platform_tests/mellanox @keboliu @Junchao-Mellanox
tests/platform_tests/fwutil @sujinmkang @alexrallen
tests/platform_tests/files @sujinmkang @Junchao-Mellanox
tests/platform_tests/test_auto_negotiation.py @sujinmkang @Junchao-Mellanox
tests/platform_tests/thermal_control_test_helper.py @sujinmkang @Junchao-Mellanox
tests/system_health @sujinmkang @Junchao-Mellanox
tests/show_techsupport @yxieca @noaOrMlnx
tests/qos/test_buffer.py @neethajohn @stephenxs
tests/qos/test_buffer_traditional.py @neethajohn @stephenxs
tests/qos/files/dynamic_buffer_param.json @neethajohn @stephenxs
tests/qos/files/mellanox @stephenxs @keboliu
tests/qos/args @neethajohn @stephenxs
tests/common/mellanox_data.py @keboliu @Junchao-Mellanox