-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Jenkins is regularly getting stuck never completing #22435
Comments
This is a dupe of kubernetes-retired/contrib#536 |
cc @fejta |
I'm compiling a list of all PRs that look to be stuck on Jenkins.... |
cc @wojtek-t |
All PRs with #17048 |
#21907 also. That one needed a squash anyway, so I squashed, repushed and re-added LGTM. Will be interesting to see what happens... |
looking at the jenkins 'status' of #21907 it looks like it is going to be ok. The busted ones are linking something like:
And a working PR looks like:
So none of that |
7B and 7D are '{' and '}' - looks like a change from " " to ' ' in some bash script... |
@gmarek but only 'sometimes' :-( which makes me think it might have to do with which builder ? maybe? |
If it happens only for some builds (I thought that we have problems with all of them), then it's certainly one of the builders. @ixdy is probably the best person to ask. |
Its a LOT of them, but not all :-( |
Looking. I'm not really sure what's happening. I upgraded the Github PR plugin last night, to see if it fixed any bugs that may have prevented those few PRs from scheduling, but it seems to have made things worse. I'm currently suspicious of jenkinsci/ghprb-plugin/pull/273, though still looking through recent commits. |
For added fun, PR Jenkins also just fell over. Shaping out to be a great Thursday so far. |
I think it might be jenkinsci/ghprb-plugin#273. It looked neat (it is supposed to cancel builds if a PR is updated, I think), but it looks like it's fundamentally broken:
|
I disabled that feature ("Cancel build on update") and triggered #21907 successfully, so we might be OK. Probably need to explicitly trigger everything with a pending status, though (at least the LG'd ones). |
I re-queued all LGTM'd We probably need to re-queue the rest of the LGTM'd PRs at some point. |
fyi @kubernetes/goog-testing (should've CC'd earlier) |
I just hit up any PR with the 1.2 milestone that was hanging. |
Jenkins seems to be working now, so closing. |
#20851 is still not getting any love :-( |
I will get it retriggered. |
... so PRs hang 'pending' and will never get into the submit queue or will get kicked out after they wait and hour for jenkins to return.
The text was updated successfully, but these errors were encountered: