Commit fa788ac
authored
Enable performance SLO change tracking (#9447)
* feat: add dd-octo-sts trust policy for GitLab CI GitHub access
Add read-only trust policy to enable GitLab CI jobs to access GitHub API
for SLO change tracking. Policy allows all branches and tags from the
DataDog/apm-reliability/dd-trace-java project.
* feat: update check-slo-breaches job to use dd-octo-sts for GitHub access
- Add id_tokens configuration for dd-octo-sts authentication
- Fetch GitHub token in before_script using dd-octo-sts
- Export GITHUB_TOKEN before running bp-runner for SLO tracking
- Revoke token in after_script for security
* add newline to trust policy
* fix: scope trust policy to master branch only
* fix: broaden trust policy scope to support manual runs on any branch
* feat: Remove notify-slo-breaches version pin to use improved notifications
* feat: update check-slo-breaches to use a template
* trigger pipeline
* trigger pipeline1 parent c4c1019 commit fa788ac
File tree
2 files changed
+13
-5
lines changed- .github/chainguard
- .gitlab
2 files changed
+13
-5
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
82 | | - | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments