Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
# any processes/requirements they have in place for the normal Datadog Agent releases.
/.gitlab/release.yml @DataDog/agent-delivery

# Workspaces prebuild image auto-updates
/.devcontainer/datadog/default/ @DataDog/agent-data-plane @robot-github-sre
# Workspaces prebuild image auto-updates
/.devcontainer/datadog/default/ @DataDog/agent-data-plane @robot-github-sre

# tests/antithesis is a shared SMP / ADP testing effort
/test/antithesis @DataDog/single-machine-performance @DataDog/agent-data-plane
4 changes: 2 additions & 2 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
agent-data-plane
aggregate
airlock
antithesis
api
apm stats
app
Expand Down Expand Up @@ -70,9 +71,7 @@ jobs:
heartbeat
host enrichment
integration
internal metrics
io
resource-accounting
metadata
metric router
metrics
Expand All @@ -85,6 +84,7 @@ jobs:
process-memory
prometheus
prometheus-exposition
resource-accounting
stele
stringtheory
test
Expand Down
1 change: 1 addition & 0 deletions ci/tooling/update-pr-title-scopes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COMPONENT_TYPES=(decoders destinations encoders forwarders relays sources transf

# Fixed scopes that aren't derived from the codebase.
FIXED_SCOPES=(
antithesis
ci
correctness
deps
Expand Down
Empty file added test/antithesis/.gitkeep
Empty file.
Loading