test-infra icon indicating copy to clipboard operation
test-infra copied to clipboard

Don't rerun linter

Open kit1980 opened this issue 1 year ago • 1 comments

Currently lint jobs are re-run even if it's an actual lint failure, because step.name.toLowerCase().includes("(nonretryable)") doesn't work since moving to Nova.

This PR proposes a simplification of the logic - never re-run lint. This should make sense as lint workflow now uses Docker, so there should not be network-related errors for pip installing stuff.

kit1980 avatar Feb 08 '24 01:02 kit1980

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
torchci ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 7:45pm

vercel[bot] avatar Feb 08 '24 01:02 vercel[bot]