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
Gate the test matrix and retry setup-uv's flaky manifest fetch
The test job's job-level continue-on-error (from #708) made the required
all-green check pass even when test legs failed. Remove it, adding
fail-fast: false to keep the run-all-legs behavior it was incidentally
providing.
With the gate live, setup-uv's single-attempt manifest fetch (hard 5s
timeout, astral-sh/setup-uv#869, unfixed through v8.3.2) would become
merge-blocking, so give each setup-uv step in shared.yml one retry gated
on the step outcome; deterministic install errors still fail both
attempts. Update RELEASE.md accordingly.
No-Verification-Needed: CI workflow config with no local runtime surface; exercised via live CI runs on the PR
0 commit comments