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

[question] GitHub runner executed in AWS CodeBuild? #3479

Closed
pmcenery-bl opened this issue Sep 14, 2023 · 1 comment
Closed

[question] GitHub runner executed in AWS CodeBuild? #3479

pmcenery-bl opened this issue Sep 14, 2023 · 1 comment

Comments

@pmcenery-bl
Copy link

I was wondering if anyone else has ever thought of executing the runner in AWS CodeBuild rather than an EC2 instance. There are a few benefits I can think of to this. These include:

  • Cost - Compared to even spot instances, it looks beneficial.
  • Parallelism - Some matrices result in quite a few jobs, and even increasing the max instances is quite slow.

I'm sure someone can tell me why this is a bad idea, but I was wondering if the scale up lambda could trigger the execution of a "CodeBuild" runner which could pick up and execute a job before terminating similar to this

Thoughts and comments welcome

References:

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Oct 15, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant