chore(antithesis): Update endpoint submission - #2147
Conversation
This commit updates the way we submit Antithesis runs to conform to current guidelines from Antithesis. Note that antithesis.source is specific to the Datadog Agent project and should not be used for other projects.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Binary Size Analysis (Agent Data Plane)Baseline: 9a2d58f · Comparison: 0f927d3 · diff ✅ Binary size difference within thresholdChanges by Module
Detailed Symbol Changes |
|
🔄 Datadog auto-retried 1 job - 1 passed on retry 🔗 Commit SHA: 0f927d3 | Docs | Datadog PR Page | Give us feedback! |
Regression Detector (Agent Data Plane)Run ID: Optimization Goals: ✅ No significant changes detectedFine details of change detection per experiment (5)Experiments configured
Bounds Checks: ❌ Failed (5)
ExplanationA change is flagged as a regression when |Δ mean %| > 5.00% in the regressing direction for its optimization goal AND SMP marks the experiment as a regression ( |
There was a problem hiding this comment.
More details
DRY_RUN execution of both general and differential scenarios confirmed all changes are correct: the webhook switches to run_test, source is fixed to datadog_agent, and the two new fault toggles (FORCE_DISABLE_ALL_FAULTS, SIMULTANEOUS_FAULTS) are properly scoped — the former always included at its false default, the latter only appended when FAULT_NODES is non-empty. All env-var overrides work as documented.
📊 Validated against 6 scenarios · Open Bits AI session
🤖 Datadog Autotest · Commit 0f927d3 · What is Autotest? · Any feedback? Reach out in #autotest
## Summary <!-- Please provide a brief summary about what this PR does. This should help the reviewers give feedback faster and with higher quality. --> This commit updates the way we submit Antithesis runs to conform to current guidelines from Antithesis. Note that antithesis.source is specific to the Datadog Agent project and should not be used for other projects. ## Change Type - [ ] Bug fix - [ ] New feature - [x] Non-functional (chore, refactoring, docs) - [ ] Performance ## How did you test this PR? <!-- Please how you tested these changes here --> ## References <!-- Please list any issues closed by this PR. --> <!-- - Closes: <issue link> --> <!-- Any other issues or PRs relevant to this PR? Feel free to list them here. --> ab87b38

Summary
This commit updates the way we submit Antithesis runs to conform to
current guidelines from Antithesis. Note that antithesis.source is
specific to the Datadog Agent project and should not be used for
other projects.
Change Type
How did you test this PR?
References