-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathJOBOWNERS
More file actions
285 lines (251 loc) · 13.9 KB
/
Copy pathJOBOWNERS
File metadata and controls
285 lines (251 loc) · 13.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
* @DataDog/agent-devx
# CI / DevX
test_and_lint_gitlab_configuration @DataDog/agent-devx
test_gitlab_compare_to @DataDog/agent-devx
invoke_unit_tests @DataDog/agent-devx
skip-ci-check @DataDog/agent-devx
slack_teams_channels_check @DataDog/agent-devx
lint* @DataDog/agent-devx
notify* @DataDog/agent-devx
check_modules_replace @DataDog/agent-devx
# Deps build
build_clang_* @DataDog/ebpf-platform
build_processed_btfhub_archive @DataDog/ebpf-platform
# Deps fetch
fetch_openjdk @DataDog/agent-metric-pipelines
# Source test
# Notifications are handled separately for more fine-grained control on go tests
# tests_* defaults to agent-devx, with overrides below
tests_* @DataDog/agent-devx
tests_ebpf* @DataDog/ebpf-platform
tests_gpu @DataDog/ebpf-platform @DataDog/gpu-monitoring-agent
tests_windows-x64 @DataDog/windows-products
tests_windows_sysprobe* @DataDog/windows-products
tests_windows_secagent* @DataDog/windows-products @DataDog/agent-security
tests_flavor_* @DataDog/agent-runtimes
tests_flavor_dogstatsd* @DataDog/agent-metric-pipelines
tests_rtloader* @DataDog/agent-runtimes
tests_serverless-init* @DataDog/serverless-azure-gcp
security_go_generate_check @DataDog/agent-security
prepare_sysprobe_ebpf_functional_tests* @DataDog/ebpf-platform
prepare_secagent_ebpf_functional_tests* @DataDog/agent-security
test_kmt_local_setup* @DataDog/ebpf-platform
# Send count metrics about Golang dependencies
golang_deps_send_count_metrics @DataDog/agent-runtimes
# Golang dependency diff generation
golang_deps_diff @DataDog/agent-runtimes
golang_deps_commenter @DataDog/agent-runtimes
# Binary build
build_system-probe* @DataDog/ebpf-platform
cluster_agent_cloudfoundry-build* @Datadog/agent-integrations
cluster_agent-build* @DataDog/container-integrations
cluster_agent_fips-build* @DataDog/container-integrations
cws_instrumentation-build* @DataDog/agent-security
secret_generic_connector-build* @DataDog/agent-configuration
build_windows_container_entrypoint @DataDog/windows-products
generate_config_schema-linux @DataDog/agent-configuration
generate_config_schema-macos @DataDog/agent-configuration
generate_config_schema-windows @DataDog/agent-configuration
# Package deps build
generate_minimized_btfs_* @DataDog/ebpf-platform
# Package build
*agent_dmg* @DataDog/agent-build
bazel:* @DataDog/agent-build
datadog-agent-* @DataDog/agent-build
datadog-ot-agent-* @DataDog/agent-build
dogstatsd-* @DataDog/agent-build
installer_* @DataDog/agent-build
iot-agent-* @DataDog/agent-build
agent_suse* @DataDog/agent-build
windows-installer* @DataDog/windows-products
windows_* @DataDog/windows-products
powershell_script_signing @DataDog/windows-products
datadog-otel-agent-* @DataDog/agent-build
# Packaging
agent_deb* @DataDog/agent-build
dogstatsd_deb* @DataDog/agent-build
agent_heroku_deb* @DataDog/agent-build
updater_deb* @DataDog/agent-build
agent_rpm* @DataDog/agent-build
iot_agent_rpm* @DataDog/agent-build
dogstatsd_rpm* @DataDog/agent-build
iot_agent_deb* @DataDog/agent-build
iot_agent_suse* @DataDog/agent-build
dogstatsd_suse* @DataDog/agent-build
agent_oci* @DataDog/agent-build
agent_win_oci @DataDog/windows-products
installer_oci* @DataDog/agent-build
ddot_oci* @DataDog/agent-build
ddot_deb* @DataDog/agent-build
ddot_rpm* @DataDog/agent-build
ddot_suse_rpm* @DataDog/agent-build
ddot_win_oci* @DataDog/windows-products
check_pkg_size @DataDog/agent-build
# Testing package deploy
deploy_deb_testing* @DataDog/agent-delivery
deploy_rpm_testing* @DataDog/agent-delivery
deploy_suse_rpm_testing* @DataDog/agent-delivery
deploy_windows_testing* @DataDog/agent-delivery
deploy_dmg_testing* @DataDog/agent-delivery
# Image build
docker_build* @DataDog/agent-build
# Image scan
scan_* @Datadog/agent-delivery
dca_scan_* @Datadog/agent-delivery
# Check deploy
# Do not notify on these jobs, they're expected to fail on duplicate
# deploy pipelines
check_already_deployed_version_* @DataDog/do-not-notify
# Dev container deploy
dca_dev_branch* @Datadog/agent-delivery
dca_dev_master* @Datadog/agent-delivery
cws_instrumentation_dev_branch* @DataDog/agent-security
dev_branch* @Datadog/agent-delivery
dev_master* @Datadog/agent-delivery
dev_nightly* @Datadog/agent-delivery
dev_branch-host-profiler-standalone @DataDog/profiling-full-host
dev_deploy-host-profiler-devtest @DataDog/profiling-full-host
qa_agent* @DataDog/agent-devx
qa_ot_agent* @DataDog/agent-devx
qa_cws_instrumentation* @DataDog/agent-devx
qa_dca* @DataDog/agent-devx
qa_dogstatsd* @DataDog/agent-devx
# Internal image deploy
publish_internal_container_image* @Datadog/agent-delivery
publish_internal_dca_container_image* @Datadog/agent-delivery
# Internal kubernetes deploy
internal_kubernetes_deploy* @Datadog/agent-delivery
# Deploy packages
deploy_agent* @DataDog/agent-delivery
deploy_host_profiler_to_reliability_env_* @DataDog/profiling-full-host
deploy_installer* @DataDog/agent-delivery
deploy_ddot_oci* @DataDog/agent-delivery
deploy_packages* @DataDog/agent-delivery
deploy_macos_install_script @DataDog/agent-delivery
deploy_staging* @DataDog/agent-delivery
publish_winget* @DataDog/windows-products
powershell_script_signing @DataDog/windows-products
windows_bootstrapper_deploy @DataDog/windows-products
qa_*_oci @DataDog/agent-delivery
qa_installer_script* @DataDog/agent-delivery
# Deploy containers and tags
deploy_containers* @Datadog/agent-delivery
deploy_latest_rc_only @Datadog/agent-delivery
deploy_mutable_image_tags* @Datadog/agent-delivery
deploy_mutable_cws_instrumentation_tags* @Datadog/agent-delivery
deploy_mutable_secret_generic_connector_tags* @Datadog/agent-delivery
deploy_mutable_dca_tags* @Datadog/agent-delivery
deploy_mutable_ot_standalone_tags* @Datadog/agent-delivery
# Deploy CWS instrumentation
deploy_containers-cws-instrumentation* @DataDog/agent-security
# Deploy Secret Generic Connector
deploy_containers-secret-generic-connector* @DataDog/agent-configuration
# Trigger release
trigger_manual_prod_release* @DataDog/agent-delivery
trigger_auto_staging_release* @DataDog/agent-delivery
generate_windows_gitlab_runner_bump_pr* @DataDog/agent-delivery
# Trigger distribution
trigger_distribution* @DataDog/agent-delivery
# Integration test
integration_tests_windows* @DataDog/windows-products
integration_tests_otel @DataDog/opentelemetry-agent
docker_image_build_otel @DataDog/opentelemetry-agent
build_otel_agent_* @DataDog/opentelemetry-agent
build_host_profiler_* @DataDog/opentelemetry-agent @DataDog/profiling-full-host @DataDog/agent-build
profiler_deps_check @DataDog/profiling-full-host
ddot_byoc_* @DataDog/opentelemetry-agent
datadog_otel_components_ocb_build @DataDog/opentelemetry-agent
docker_integration_tests @DataDog/container-integrations
trace_agent_integration_tests @DataDog/agent-apm
# Functional test
static_quality_gates @DataDog/agent-build
manual_gate_threshold_update @DataDog/agent-build
files_inventory_check @DataDog/agent-build
oracle* @DataDog/database-monitoring
# E2E
k8s-e2e-* @DataDog/container-integrations
k8s-e2e-cspm-* @DataDog/agent-security
# New E2E
e2e_pre_test* @DataDog/agent-devx
# new-e2e* defaults to @DataDog/agent-devx
# More detailed rules are following for precise team match
# latest match wins
new-e2e* @DataDog/agent-devx
# --- E2E framework / infra ---
new-e2e-base* @DataDog/agent-devx
new-e2e-unit-tests @DataDog/agent-devx
new-e2e-cleanup-on-failure @DataDog/agent-devx
# --- Agent core ---
new-e2e-agent-configuration* @DataDog/agent-configuration
new-e2e-agent-subcommands* @DataDog/agent-configuration
new-e2e-agent-runtimes* @DataDog/agent-runtimes
new-e2e-agent-health @DataDog/fleet-remediation
new-e2e-fips-compliance-test* @DataDog/agent-runtimes
new-e2e-remote-config @DataDog/remote-config
# --- Containers / orchestration / SSI ---
new-e2e-autoscaling* @DataDog/container-autoscaling
new-e2e-containers* @DataDog/container-integrations @DataDog/container-platform
new-e2e-orchestrator* @DataDog/kubernetes-experiences
new-e2e-language-detection @DataDog/container-experiences
new-e2e-process* @DataDog/container-experiences
new-e2e-ssi* @DataDog/injection-platform
# --- Networking ---
new-e2e-npm* @DataDog/cloud-network-monitoring
new-e2e-netpath* @DataDog/network-path
new-e2e-ndm-netflow* @DataDog/ndm-integrations
new-e2e-ndm-snmp* @DataDog/network-device-monitoring-core
new-e2e-ha-agent* @DataDog/network-device-monitoring-core
# --- Pipelines (metrics / logs / traces) ---
new-e2e-amp @DataDog/agent-metric-pipelines
new-e2e-amp-adp @DataDog/agent-data-plane
new-e2e-alp* @DataDog/agent-log-pipelines
new-e2e-apm* @DataDog/agent-apm
# --- Security ---
new-e2e-cws* @DataDog/agent-security
new-e2e-sbom* @DataDog/agent-security
new-e2e-cspm @DataDog/agent-cspm @DataDog/agent-security
# --- OpenTelemetry ---
new-e2e-otel* @DataDog/opentelemetry-agent
# --- Fleet / installer (non-Windows) ---
new-e2e-fleet* @DataDog/fleet
new-e2e-installer* @DataDog/fleet
# --- Agent packaging (install scripts, step-by-step, package signing) ---
new-e2e-agent-platform-* @DataDog/fleet
new-e2e-platform-integrations-* @DataDog/agent-integrations
new-e2e-package-signing-* @DataDog/agent-delivery
# --- GPU ---
new-e2e-gpu* @DataDog/ebpf-platform @DataDog/gpu-monitoring-agent
# --- Action platform / discovery ---
new-e2e-privateactionrunner @DataDog/action-platform
new-e2e-discovery @DataDog/agent-discovery
# --- Windows-only jobs (single owner: windows-products) ---
new-e2e-windows-* @DataDog/windows-products
# --- Shared-ownership overrides (must come after the per-category rules above) ---
new-e2e-installer-windows* @DataDog/fleet @DataDog/windows-products
new-e2e-windows-security-agent @DataDog/windows-products @DataDog/agent-security
new-e2e-windows-fips-compliance-test* @DataDog/windows-products @DataDog/agent-runtimes
new-e2e-windows-systemprobe* @DataDog/windows-products @DataDog/ebpf-platform
go_e2e_test_binaries @DataDog/agent-devx
all-artifacts @DataDog/agent-devx
# Kernel matrix testing
upload_dependencies* @DataDog/ebpf-platform
upload_minimized_btfs* @DataDog/ebpf-platform
kmt_* @DataDog/ebpf-platform
upload_secagent_tests* @DataDog/ebpf-platform
upload_sysprobe_tests* @DataDog/ebpf-platform
notify_ebpf_complexity_changes @DataDog/ebpf-platform
test_ebpf_complexity_changes @DataDog/ebpf-platform
pull_test_dockers* @DataDog/universal-service-monitoring
# Single machine performance
single_machine_performance* @DataDog/single-machine-performance
single-machine-performance-metal-runners-regression_detector* @DataDog/ebpf-platform
# Dependency Security
software_composition_analysis* @DataDog/sdlc-security
# CodeQL
run_codeql_scan @DataDog/sdlc-security
# Experiment systemd units
validate_experiment_systemd_units @DataDog/fleet
# Fuzz testing
test_fuzz @DataDog/chaos-engineering
# Workspaces
prebuild-workspace-image-check @DataDog/agent-devx