Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 test VM configure RAM and CPUs (kairos-io#690)
seedling: test VM configure RAM and CPUs Allow adding more CPU and RAM for the test machine. This improves perfomance of tests. You can now run the suite with the following command to create a test VM with more CPUs and RAM: ``` MEMORY=9048 CPUS=4 ISO=.../kairos/kairos-...iso CREATE_VM=true ginkgo run tests/ ``` Fix kairos-io#689 Signed-off-by: Oz Tiram <oz@spectrocloud.com> Signed-off-by: Oz Tiram <oz@spectrocloud.com>
- Loading branch information