-
Notifications
You must be signed in to change notification settings - Fork 99
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
🌱 Rewrite fetch_manifest.sh into golang #2109
base: main
Are you sure you want to change the base?
🌱 Rewrite fetch_manifest.sh into golang #2109
Conversation
2f02d44
to
241eae8
Compare
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.
This is already an improvement over calling the script from the code. However, it would be even better if we can reuse the function that CAPI already did and get rid of exec.Command
at the same time.
See this: https://github.com/kubernetes-sigs/cluster-api/blob/90311aeabd7a1d8f6f47e14259b4c3d34d2b1b07/test/framework/alltypes_helpers.go#L120
Do you think it would be feasible to do?
This PR does something similar in BMO and could be helpful: metal3-io/baremetal-operator#1939 |
241eae8
to
918b193
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is a good idea! I implemented something similar here now. |
Signed-off-by: peppi-lotta <[email protected]>
918b193
to
90a5609
Compare
/test metal3-ubuntu-e2e-integration-test-main metal3-centos-e2e-integration-test-main |
/retest |
@peppi-lotta: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
@peppi-lotta: The following test failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
What this PR does / why we need it: Rewrite fetch_manifest.sh into golang.