nutanix-cloud-native / cluster-api-provider-nutanix

Kubernetes-native declarative infrastructure provider for Nutanix AHV
https://opendocs.nutanix.com/capx/latest/getting_started/
Apache License 2.0
42 stars 22 forks source link

build: Migrate to devbox for tooling configurations #338

Closed jimmidyson closed 10 months ago

jimmidyson commented 12 months ago

What this PR does / why we need it: This PR switches to using devbox to provide configure developer tooling, which in my experience results in a more consistent environment between dev and test machines.

This also updates the release process to use goreleaser.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

How Has This Been Tested?:

I have tested the builds and release process in my own fork and it all worked smoothly, although I haven't been able to launch e2e tests so that could be broken - any help testing those would be appreciated 🙏

Special notes for your reviewer:

Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

Release note:

nutanix-cn-prow-bot[bot] commented 12 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

jimmidyson commented 12 months ago

/test all

jimmidyson commented 12 months ago

/test all

jimmidyson commented 12 months ago

/test all

jimmidyson commented 12 months ago

/test all

nutanix-cn-prow-bot[bot] commented 12 months ago

@jimmidyson: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-ncn-1-calico-k8s-v1.26.1 26377927aa41a319e279fd4b4199d58549d384f4 link false /test e2e-ncn-1-calico-k8s-v1.26.1

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
jimmidyson commented 10 months ago

Closing in deference to #358.