-
Notifications
You must be signed in to change notification settings - Fork 107
[mergebot] Add ignore current flag #3882
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The flag is deprecated and is being removed in pytorch/test-infra#3882 Pull Request resolved: #97033 Approved by: https://github.com/huydhn
with pytorch/test-infra#3882 Add -ic/--ignore-current flag for merge. It ignores the currently failing checks but will stop when there is a new failure. If there are no pending checks, it fails and tells you to use -f/--force. Doesn't work on ghstacks with more than 1 PR. Pull Request resolved: #96756 Approved by: https://github.com/huydhn
"Merge while ignore the currently failing jobs. If there are no pending checks, use -f/--force " + | ||
"since this will fail.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Merge while ignore the currently failing jobs. If there are no pending checks, use -f/--force since this will fail.",
Suggestion: If there are no pending checks, can we not make it fail? Just ignore the currently failed checks instead. It would be nice to get devs to forget we have a -f parameter.
The flag is deprecated and is being removed in pytorch/test-infra#3882 Pull Request resolved: pytorch/pytorch#97033 Approved by: https://github.com/huydhn
with pytorch/test-infra#3882 Add -ic/--ignore-current flag for merge. It ignores the currently failing checks but will stop when there is a new failure. If there are no pending checks, it fails and tells you to use -f/--force. Doesn't work on ghstacks with more than 1 PR. Pull Request resolved: pytorch/pytorch#96756 Approved by: https://github.com/huydhn
The flag is deprecated and is being removed in pytorch/test-infra#3882 Pull Request resolved: pytorch/pytorch#97033 Approved by: https://github.com/huydhn
with pytorch/test-infra#3882 Add -ic/--ignore-current flag for merge. It ignores the currently failing checks but will stop when there is a new failure. If there are no pending checks, it fails and tells you to use -f/--force. Doesn't work on ghstacks with more than 1 PR. Pull Request resolved: pytorch/pytorch#96756 Approved by: https://github.com/huydhn
Also remove green and landchecks
with pytorch/pytorch#96756