-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add build info for CAPX #1313
Add build info for CAPX #1313
Conversation
Hi @thunderboltsid. Thanks for your PR. I'm waiting for a aws member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
48e2010
to
b6dd175
Compare
Can you please add a presubmits job for CAPX here. /ok-to-test |
@thunderboltsid could you please list the steps in description if any make commands were used to generate any of these files or in general how were these filed created even if they were referenced from some other project for information |
ea78bc3
to
17b01f6
Compare
Please see the README.md checked-in along with the changes |
Sure. |
7d160c5
to
00e5e86
Compare
/assign abhinavmpandey08 |
00e5e86
to
e6fe25f
Compare
projects/nutanix-cloud-native/cluster-api-provider-nutanix/Makefile
Outdated
Show resolved
Hide resolved
e6fe25f
to
da94fe3
Compare
/hold |
out of curiosity, can you elaborate on the changes needed? |
It's mainly setting CI pipelines which will handle CAPX builds and creating ECR repos where the CAPX images will be published |
projects/nutanix-cloud-native/cluster-api-provider-nutanix/build/create_manifests.sh
Outdated
Show resolved
Hide resolved
projects/nutanix-cloud-native/cluster-api-provider-nutanix/expected_artifacts
Outdated
Show resolved
Hide resolved
projects/nutanix-cloud-native/cluster-api-provider-nutanix/build/create_manifests.sh
Outdated
Show resolved
Hide resolved
/unhold |
build::common::use_go_version "1.19" | ||
GOBIN=${GOPATH}/go1.19/bin go install github.com/google/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without this the make commands default togo1.16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to take care of it as mentioned here google/go-licenses#128
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the latest run, switching to 1.0.0 doesn't seem to have an effect on the CI run. I don't see this locally on my machine but I have the 1.0.0 version of the binary. Switching the local binary to 1.2.1 I am able to repro the issue.
9e68c29
to
c4c6e4c
Compare
/retest-required |
Seems like it ends up using 1.16 when passing 1.19; this wasn't happening with 1.17. Any ideas @abhinavmpandey08 @jaxesn ?
|
CAPX is Nutanix's Cluster API provider.
Use go1.19 for gather licenses if present.
cddb657
to
c98fad5
Compare
This is fixed now by ensuring the right go version 1.19 has it's own case in the build scripts. |
The current issue we have seems to stem from the go-licenses version. It looks like the go-licenses version set in the 1.19 case is not the one being used.
I'd have expected the path added to be |
/retest-required |
Looking inside the builder base image
The latest tag has the same issue.
@abhinavmpandey08 @jaxesn I think we might need a new builder-base image with |
projects/nutanix-cloud-native/cluster-api-provider-nutanix/README.md
Outdated
Show resolved
Hide resolved
…DME.md Co-authored-by: Abhinav Pandey <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhay-krishna The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/woof |
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. |
CAPX is Nutanix's Cluster API provider.