-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Bors: 422 Update is not a fast forward #43535
Comments
cc servo/homu#24. Could bors (homu) automatically wait for 5 seconds, and then push again in case of 422? |
If we can track down where in the code this come from, I will try and add a retry. |
Is the error that is being cout there thrown by github_set_ref? If so can we add a retry in github_set_ref, as it already has 422 special cases? |
retry if 422 Update is not a fast forward As @kennytm suggested in rust-lang/rust#43535 This is a quick fix to try and suppress the [intermittent 422 errors.](#24) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/homu/134) <!-- Reviewable:end -->
Move to close? |
Triage: Still seems to be an issue according to rust-lang/homu#75 |
Periodically we'll see bors not manage to push the built PR into master for some reason.
This is possibly because of submodules not being synchronized? Wild stab in the dark.
The text was updated successfully, but these errors were encountered: