You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments