Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove linter rerun logic #4934

Merged
merged 4 commits into from
May 21, 2024
Merged

Remove linter rerun logic #4934

merged 4 commits into from
May 21, 2024

Conversation

kit1980
Copy link
Member

@kit1980 kit1980 commented Feb 8, 2024

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 removes the lint retrying logic in conjunction with removing lint from retryable workflows in pytorch/pytorch#126806

@kit1980 kit1980 requested a review from huydhn February 8, 2024 01:48
Copy link

vercel bot commented Feb 8, 2024

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 8, 2024
@kit1980 kit1980 requested a review from a team February 8, 2024 01:49
@kit1980 kit1980 changed the title Don't rerun linter Remove linter rerun logic May 21, 2024
pytorchmergebot pushed a commit to pytorch/pytorch that referenced this pull request May 21, 2024
Related to pytorch/test-infra#4934

Lint workflow now uses Docker, so there should not be network-related errors for pip installing stuff.
Pull Request resolved: #126806
Approved by: https://github.com/seemethere, https://github.com/ZainRizvi, https://github.com/huydhn
@kit1980 kit1980 merged commit 1c7a085 into main May 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants