chore(ci): Improve CI#3833
Conversation
Add the reverted chages back from "Improve CI and dogfooding practices for dd-trace-go #3727" And also; - Add embedmd to development tools for automatic documentation embedding - Add 'make docs' command to update README files with current help outputs - Add CI check to ensure documentation stays up-to-date - Generate clean, idempotent help outputs for consistent documentation Signed-off-by: Kemal Akkoyun <[email protected]>
BenchmarksBenchmark execution time: 2025-08-01 14:19:49 Comparing candidate commit 6bdd1c8 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 24 metrics, 0 unstable metrics. |
| # our library builds with all of the Go versions we claim to support, | ||
| # without having to download a newer one. | ||
| GOTOOLCHAIN: local | ||
| GODEBUG: "x509negativeserial=1" |
There was a problem hiding this comment.
Just as a reminder, this GODEBUG config is due to #3199, and probably we can upgrade our mssql tests to use the fixed versions instead of keeping this workaround cc @hannahkm
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
Now that #3819 excluded the tool dependencies, this adds the reverted changes back from "Improve CI and dogfooding practices for dd-trace-go #3727"
ref:
And also;
Signed-off-by: Kemal Akkoyun [email protected]