-
Notifications
You must be signed in to change notification settings - Fork 2.2k
CI: migrate Vagrant + Cirrus to Lima + GHA #4664
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
Conversation
AkihiroSuda
commented
Mar 6, 2025
- Unlike proprietary Vagrant, Lima remains to be an open source project
- GHA now natively supports nested virt on Linux runners
575844d to
8014f55
Compare
This comment was marked as resolved.
This comment was marked as resolved.
8014f55 to
75ec26d
Compare
rata
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM, left one question about the instance size
- Unlike proprietary Vagrant, Lima remains to be an open source project - GHA now natively supports nested virt on Linux runners Signed-off-by: Akihiro Suda <[email protected]>
75ec26d to
135552e
Compare
| # CPUs: min(4, host CPU cores) | ||
| # RAM: min(4 GiB, half of host memory) | ||
| # Disk: 100 GiB | ||
| run: limactl start --plain --name=default template://fedora |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lima autodetects mem and CPU, then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@AkihiroSuda the fedora test didn't start, so I can't merge. Can you repush to see if that is all or if it is somehow related to this PR? |
|
The fedora test (on Cirrus CI) is being removed as part of this PR (replaced with fedora on gha). I will modify CI reqs and merge. |