ec2-github-runner icon indicating copy to clipboard operation
ec2-github-runner copied to clipboard

On-demand self-hosted AWS EC2 runner for GitHub Actions

Results 92 ec2-github-runner issues
Sort by recently updated
recently updated
newest added

I may be mistaken but I didn't find any options to specify a timeout. It seems to me that 2 types of timeouts could be implemented. - Stopping the job...

Hello! I made a fork and added Windows support + multiple runners Still needs some fixes like de-registering the runners but spawning seems to work well! Would be nice to...

To ensure that no more than one instance is running on several consequent pushes, the idea is to cancel the previous still running workflows on a new push, so we...

In my case, I cache a lot of intermediate compilation objects on EBS and I don't want to lose them when a workflow is finished. So I'm wondering if we...

By default it takes the instance type's default storage capacity. Can we add an option to define the storage capacity.

# Notes - in this case, it makes sense to terminate the runner using an idle timeout (e.g. terminate the runner if it doesn't do any job during the last...

enhancement

really like the idea of on-demand runners. spot support will make it more appealing :)

enhancement

It would be great if we could configure the `quietPeriodSeconds` and `retryIntervalSeconds` values. I see my EC2 instance (running Amazon Linux 2) is usually booted up and registered in GitHub...