-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
cross-build: PR 56036 causing cross build failure #56238
Comments
I'm lost - the PR in question adds an argument and fixes the call-site - what is broken? |
Ahh, I see. |
How did that PR get through, if it is so obviously broken on Cross? |
@thockin Cross build doesn't run 100% of the time as a pre-submit (because it takes so long), and it can't block. It's something sig-testing is tracking, but there isn't a quick fix yet. |
Looks like "pull-kubernetes-cross Skipped" not sure why yet. |
Cross runs when a file matching: Additionally cross is not blocking (kubernetes/test-infra#5584), the underlying bug should be fixed now though so once we get the fix in to k/k we can make it blocking when it does run. |
I find @thockin has already sent a PR. Thanks! |
Automatic merge from submit-queue (batch tested with PRs 56249, 56118, 56255, 56252, 56256). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. kube-proxy: Fix NewProxyServer Different OSes need different args. This is not a great fix, but better than adding an arg to Windows which doesn't need it. Fixes #56238 ```release-note NONE ```
kubernetes/cmd/kube-proxy/app/server_windows.go
Line 49 in 4e2f5e2
#56036
https://k8s-testgrid.appspot.com/sig-release-misc#cross-build&graph-metrics=test-duration-minutes
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-cross-build/3958
cc: @kubernetes/sig-network-bugs @kubernetes/sig-network-test-failures @m1093782566 @thockin
/kind bug
/priority failing-test
The text was updated successfully, but these errors were encountered: