Conversation
✅ Dispatcher tests · passed
Batches
0952d3d — GitHub Run.
|
evalya-impact-summaryevalya impact analysis |
|
✅ All CI checks and tests passed. 🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 89a4abe | Docs | View more details | Give us feedback! |
Disk usage changeCommit Uncompressed
Details
Compressed
Details
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 62fd29794d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1 @@ | |||
| Document the mlx5_core RoCE/PFC ethtool metrics collected when GPU monitoring is enabled: per-priority PFC counters tagged `prio:<0-7>`, link-level 802.3x pause counters, PCIe health, FEC and cable health, pause storm, and module health counters, plus the per-ring queue traffic metrics emitted alongside them. | |||
There was a problem hiding this comment.
Replace the placeholder with the actual PR number
For any real PR number, the check_changelog workflow parses the fragment basename using int(entry_pr_num) in ddev/src/ddev/utils/scripts/check_pr.py, so the literal PR_NUMBER raises ValueError and prevents the required quick-check job from completing. Rename this fragment to <actual numeric PR number>.added after the PR is created.
AGENTS.md reference: AGENTS.md:L229-L232
Useful? React with 👍 / 👎.
Validation ReportAll 21 validations passed. Show details
|
What does this PR do?
Add the metadata and config entries to the network check. Related Go change:
DataDog/datadog-agent#56597