ci: reactivate tracer-release with dd-sts for test optimization#4647
ci: reactivate tracer-release with dd-sts for test optimization#4647
Conversation
BenchmarksBenchmark execution time: 2026-04-13 15:51:24 Comparing candidate commit 980a129 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 216 metrics, 8 unstable metrics.
|
4ee1cd4 to
bb1cb20
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 980a129 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
4d27f0f to
0382d7b
Compare
Summary
Migrates system-tests CI to use dd-sts for Datadog Test Optimization instead of long-lived API keys.
All repositories now share a single
system-testspolicy (see dd-source#408172) — no per-repo policy is needed.Depends on DataDog/system-tests#6726.
Changes
id-token: writepermission to the system-tests reusable workflow call so it can obtain short-lived credentials via OIDC1e5d6b709(currentmain, pre-migration) to allow a controlled rollout: repos stay on the pre-migration workflow until their pin is explicitly updated to the post-merge SHAHow to review
The only functional change is adding
id-token: write. It has no effect at the pinned SHA (dd-sts is not yet used there) but will be required once each repo's pin is updated after DataDog/system-tests#6726 merges.