shapehq / tartelet

⚙️💻 A macOS app that makes it a breeze to manage multiple GitHub Actions runners in ephemeral virtual machines on a single host machine. The benefits are that runners can run in parallel, and each job runs in an isolated environment.
MIT License
501 stars 15 forks source link

Restarts virtual machine when SSH connection fails #67

Closed simonbs closed 4 months ago

simonbs commented 4 months ago

This PR follows up on #66 to ensure the virtual machine is restarted if establishing an SSH connection fails after a number of retries, which means that the virtual machine is shut down and rebooted if the connection cannot be established. This case should not happen but is added as a fail-safe.