-
Notifications
You must be signed in to change notification settings - Fork 94
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
fix: add finch vm settings subcommand #887
Commits on Apr 15, 2024
-
fix: add finch vm settings subcommand
The current implementation requires updating ~/.finch/finch.yaml to change the CPU and Memory settings in the VM. However, the following issue provides a feature request to set the CPU and memory resources to be allocated to the VM from CLI options. - runfinch#683 Therefore, this fix adds the finch vm settings command to add the ability to set the CPU and memory resources allocated to VMs from the CLI. Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fc8df9 - Browse repository at this point
Copy the full SHA 1fc8df9View commit details -
fix: add finch vm settings subcommand
Based on the review, the code has been modified. Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2331c70 - Browse repository at this point
Copy the full SHA 2331c70View commit details -
fix: add finch vm settings subcommand
Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc941d8 - Browse repository at this point
Copy the full SHA dc941d8View commit details -
fix: add finch vm settings subcommand
fix to pass CI Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 687046d - Browse repository at this point
Copy the full SHA 687046dView commit details -
fix: add finch vm settings subcommand
fix to pass CI Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42558fb - Browse repository at this point
Copy the full SHA 42558fbView commit details -
fix: add finch vm settings subcommand
Refactoring so that make test-unit passes. Also, modified and added tests. Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 459935e - Browse repository at this point
Copy the full SHA 459935eView commit details -
fix: add finch vm settings subcommand
Changed the CPUs value of the test to a value smaller than the CPUs allocated to GitHub Actions. Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f31ced - Browse repository at this point
Copy the full SHA 9f31cedView commit details -
fix: add finch vm settings subcommand
We implemented the tests by separating the test cases for macOS and Windows. Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18fabc9 - Browse repository at this point
Copy the full SHA 18fabc9View commit details
Commits on Apr 18, 2024
-
fix: add finch vm settings subcommand
fix to pass CI Signed-off-by: Hayato Kiwata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed3a3c1 - Browse repository at this point
Copy the full SHA ed3a3c1View commit details