-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCODEOWNERS
49 lines (35 loc) · 2.41 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
40
41
42
43
44
45
46
47
48
49
# Code owners
# The listed owners will be automatically added as reviewers for PRs,
# to ensure code quality and consistency, and identify
# possible side effects.
# PRs should still be peer-reviewed by the team opening the PR
# See https://help.github.com/articles/about-codeowners/ for syntax
# Rules are matched bottom-to-top, so one team can own subdirectories
# and another the rest of the directory.
* @DataDog/agent-devx-infra
go.env @DataDog/agent-shared-components
.gitlab/kernel-version-testing.yml @DataDog/ebpf-platform @DataDog/agent-devx-infra
.github/workflows/go-update.yml @DataDog/agent-shared-components
tasks/update_go.py @DataDog/agent-shared-components
/entrypoint-sysprobe.sh @DataDog/ebpf-platform @DataDog/agent-devx-infra
/build-container.ps1 @DataDog/windows-agent @DataDog/agent-devx-infra
# eBPF / KMT images
/btf-gen/ @DataDog/ebpf-platform @DataDog/agent-devx-infra
/kernel-version-testing/ @DataDog/ebpf-platform @DataDog/agent-devx-infra
/system-probe_arm64/ @DataDog/ebpf-platform @DataDog/agent-devx-infra
/system-probe_x64/ @DataDog/ebpf-platform @DataDog/agent-devx-infra
# CircleCI image
/circleci/ @DataDog/agent-devx-loops @DataDog/agent-devx-infra
# Linux test & build images
/deb-arm/ @DataDog/agent-devx-loops @DataDog/agent-delivery @DataDog/agent-devx-infra
/deb-x64/ @DataDog/agent-devx-loops @DataDog/agent-delivery @DataDog/agent-devx-infra
/rpm-arm64/ @DataDog/agent-devx-loops @DataDog/agent-delivery @DataDog/agent-devx-infra
/rpm-armhf/ @DataDog/agent-devx-loops @DataDog/agent-delivery @DataDog/agent-devx-infra
/rpm-x64/ @DataDog/agent-devx-loops @DataDog/agent-delivery @DataDog/agent-devx-infra
# Windows test & build images
/windows/ @DataDog/windows-agent @DataDog/agent-devx-infra
# Docker images
/docker-arm64/ @DataDog/container-integrations @DataDog/agent-devx-infra
/docker-x64/ @DataDog/container-integrations @DataDog/agent-devx-infra
/dev-envs/ @DataDog/agent-devx-loops
/devcontainer/ @DataDog/agent-devx-loops @DataDog/container-platform