-
Notifications
You must be signed in to change notification settings - Fork 580
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
Update cluster-api e2e test package import in e2e tests #2467
Comments
@sedefsavas: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
@sedefsavas FYI I'm running into issues doing this in CAPZ I have
getting
|
Adding
(replace it with your own version of capi) in CAPZ/CAPA go.mod fixes the issue, which was that the replace was only happening locally https://github.com/kubernetes-sigs/cluster-api/blob/55f064d1b9fcf3f0a7b1a32e43559bdff4d3c2cb/test/go.mod#L5 |
I was also doing this and tried by removing
|
/lifecycle active |
Core cluster-api introduced a new module for test package. We should be importing that to use cluster-api e2e methods.
We should be updating cluster-api version to include this change: kubernetes-sigs/cluster-api#4713
/good-first-issue
/milestone v0.7.0
/help
The text was updated successfully, but these errors were encountered: