-
Notifications
You must be signed in to change notification settings - Fork 166
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
post-build-status-update not working with nodejs/node #1016
Comments
Is happening with the other server as well: |
phillipj
added a commit
to phillipj/github-bot
that referenced
this issue
Nov 27, 2017
After the Jenkins IP whitelist was activated, the inline PR status reports for nodejs/node seems to be broken. Seems like the issue here is that IPv4 remote addresses are converted to IPv6, which wasn't expected too happen.. Stripping any IPv6 parts off the remote addresses should make our IPv4 comparisons work as expected. Refs nodejs/build#1016 Refs nodejs/build#985
phillipj
added a commit
to nodejs/github-bot
that referenced
this issue
Nov 27, 2017
After the Jenkins IP whitelist was activated, the inline PR status reports for nodejs/node seems to be broken. Seems like the issue here is that IPv4 remote addresses are converted to IPv6, which wasn't expected too happen.. Stripping any IPv6 parts off the remote addresses should make our IPv4 comparisons work as expected. Refs nodejs/build#1016 Refs nodejs/build#985
This seems to be working again, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original issue: nodejs/node#17358
Culprit looks like it's #985, but it's kind of confusing. It seems like the IP addresses are setup correctly, but getting this error in the github-bot logs:
Maybe it's the "::ffff:" that's throwing things off?
cc @phillipj
The text was updated successfully, but these errors were encountered: