-
Notifications
You must be signed in to change notification settings - Fork 30k
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
meta: rerun a separate CI job #20192
Comments
i never knew there was a way to rerun a specific job but i will probably do that in the future 😅 |
My opinion only, but my answer to both questions would be "yes." Use the Rebuild button (that's what I do, anyway) and this should probably be in one of those docs. (Probably doesn't matter much which one. We can always move it.) |
Attempted: #20200 |
You can also do this by filling out the parameters of that specific job (basically just need to fill out the refspec and the commit sha to rebase onto), except for the fanned ones. |
PR-URL: #20200 Fixes: #20192 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Sometimes CI has unrelated failures and I've seen other Collaborators rerun just separate failed jobs, not the full CI, to be sure. So there are 2 questions:
The text was updated successfully, but these errors were encountered: