Lcore dev improvements#125
Conversation
Simply ignore the `kubeconfig` and `kuttl-report-openstack-lightspeed.xml` files that are generated during a kuttl test run (eg: `make kuttl-test-ocp`).
Similar to `kuttl-test-ocp` that deploys and runs kuttl we now add a couple of convenient make targets to help development: - `ocp-deploy` - `ocp-deploy-cleanup`
Right now when we build the container (make docker-build) or the controller (make build) the go compiler will try to use all the CPUs on the machine. This can become problematic in some systems that may suffer starvation (eg: audio problems), so we add support for the `GOMAXPROCS` env var to be passed to those 2 make targets.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Akrog The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Just some small improvements for developers:
ocp-deployandocp-deploy-cleanuptargetsGOMAXPROCSsupport to limit parallel processes during golang compilationSummary by CodeRabbit
New Features
Bug Fixes
Chores