Skip to content
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

🌱 test VM configure RAM and CPUs #690

Merged
merged 2 commits into from
Jan 20, 2023
Merged

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Jan 19, 2023

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 CPU=4 ISO=.../kairos/kairos-...iso CREATE_VM=true  ginkgo run tests/

Fix #689

Signed-off-by: Oz Tiram oz@spectrocloud.com

@oz123 oz123 requested a review from a team January 19, 2023 21:14
@netlify
Copy link

netlify bot commented Jan 19, 2023

Deploy Preview for kairos-io ready!

Name Link
🔨 Latest commit a1a5927
🔍 Latest deploy log https://app.netlify.com/sites/kairos-io/deploys/63c9b8bd999fba000974b2fa
😎 Deploy Preview https://deploy-preview-690--kairos-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@oz123 oz123 force-pushed the feature/customize-vm-ram-cpu branch from 2e3949d to d085d3b Compare January 19, 2023 21:15
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 #689

Signed-off-by: Oz Tiram <oz@spectrocloud.com>
@oz123 oz123 force-pushed the feature/customize-vm-ram-cpu branch from 4505b33 to 6ea0811 Compare January 19, 2023 21:38
@jimmykarily jimmykarily merged commit 1dbd14f into master Jan 20, 2023
@jimmykarily jimmykarily deleted the feature/customize-vm-ram-cpu branch January 20, 2023 07:30
oz123 added a commit that referenced this pull request Jan 25, 2023
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 #689

Signed-off-by: Oz Tiram <oz@spectrocloud.com>

Signed-off-by: Oz Tiram <oz@spectrocloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifying test VM RAM and CPU
2 participants