Commit 0ea6deb
authored
Keep around benchmark artifacts for 10 days in GHA (#1261)
A lifetime of only a single day is prohibitive. If the benchmark jobs
are run 24 hours after the build+test jobs, then the benchmark jobs will
fail because the artifact will have been deleted by then. A stop-gap
solution is to rerun all jobs, but that's not very nice UX. In this
commit, we change retention days to 10.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments