-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Go Modules Migration #2745
Go Modules Migration #2745
Conversation
Fixed #2384 |
I had to run builds with GOPROXY when vendoring on this |
if it makes it easier, i think we can drop the |
@abhinavdahiya what about the other one, |
yes, can be dropped. |
would also love to see updates on https://github.com/openshift/installer/blob/master/docs/dev/dependencies.md#go to cover how to update dependencies? most common ones in-line here would be very useful and pointing to upstream docs for rest. |
The govet test is OOMing |
I believe the unit test fails because |
The duplicate type also makes the e2e tests fail
Oh this actually happens inside the vendored files: Looks like they can't both be initialized at the same time... |
5a860d8
to
d3ff6ad
Compare
/retest |
6 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/lgtm the branching should happen today. |
/hold cancel |
/refresh |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
seeing clone errs which certainly stem from some hickup due to the branching |
/retest |
1 similar comment
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
@LorbusChris: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Migrate Installer to Go 1.13, Modules and flatten vendor dir.
Pending PRs:
Follow Ups:
Fixes: #1914
Fixes: #2384
Closes: #2676