-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Colima does not start on Github actions Ubuntu runner #696
Comments
@cristianrgreco can you use the |
Is virtualization enabled by default on Github actions for Linux? |
Thanks for your reply @abiosoft. This is the output when providing
I've just looked into whether GHA Linux runners support nested virtualisation, it seems only the larger ones are capable as of 2 months ago: https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/ Does this mean that Colima cannot run on the normal Linux runners? |
Yeah, colima utilises VMs on Linux as well. |
Hopefully in the future GH will either fix the performance of their MacOS runners, or support nested virtualisation on their normal runners. Thanks for your time @abiosoft |
Description
I run Colima without issue on my local Ubuntu machine.
I am trying to create a Github actions pipeline using Colima on a Ubuntu runner, but it does not start. It times out with the message
"[hostagent] Waiting for the essential requirement 1 of 5: \"ssh\""
The step is simply this:
Is there some example of Colima running on Linux in Github actions? I've tried several different things from other issues (such as installing qemu, different cpu types, etc), but nothing works.
I'm able to run it on macos, but the performance of the macos machines in GHA is terrible. The build takes on average 3x longer than on a linux machine.
Any help greatly appreciated.
Version
Colima Version: 0.5.4
Lima Version: 0.15.0
Qemu Version: 7.2.1
Operating System
Output of
colima status
N/A, cannot start.
Reproduction Steps
Expected behaviour
Colima should start.
Additional context
No response
The text was updated successfully, but these errors were encountered: