-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
Add section on keeping CI green #1215
Conversation
If this still doesn't help with the failure on the PR, you can try | ||
to re-run that particular failed check. Go to the red GitHub Action job, | ||
and find a button on the top right called "Re-run jobs". Select | ||
"Re-run failed jobs". The button will only be present when all other jobs | ||
finished running. |
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.
Only applies to core devs and triagers?
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.
That's also true for the previous paragraph (about merging in main).
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.
Any contributor can merge main
into their PR, for example: python/cpython#105984 (commits)
If this still doesn't help with the failure on the PR, you can try | ||
to re-run that particular failed check. Go to the red GitHub Action job, | ||
and find a button on the top right called "Re-run jobs". Select | ||
"Re-run failed jobs". The button will only be present when all other jobs | ||
finished running. |
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.
That's also true for the previous paragraph (about merging in main).
PR. If you happen to have any insight into the failure, let the author know | ||
in a review comment. CI runs sometimes generate thousands of lines of output. |
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.
They might also be able to fix them themselves.
Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
📚 Documentation preview 📚: https://cpython-devguide--1215.org.readthedocs.build/