Open sdarwin opened 1 year ago
Can you explain more about the use of AWS-hosted runners? Are we working with AWS to get resources to build? I work at AWS, so if we need to strengthen the relationship, let me know.
Can you explain more about the use of AWS-hosted runners?
https://github.com/philips-labs/terraform-aws-github-runner enables AWS-hosted runners. I implemented this and it's used on beast, unordered, url.
Instructions: https://github.com/cppalliance/githubactions
However, before going any further, it will be preferable if the above mentioned pull request 3491 is solved. And then adjust runner labels.
I might work on that myself and send them another PR.
If regular GHA hosted runners are consistently slow, it could be interesting to use AWS.
If regular GHA hosted runners are available, self-hosted AWS runners represent a large expense without much advantage. So, it's not definitely a "win". But something to explore.
Okay, I might need some data from you at some point about what the load is, but I'll go talk to some folks to see how AWS can help serve this community better.
There are multiple ways to add AWS-hosted runners to boostorg/boost-ci.
or
or
In the meantime anyone is welcome to experiment with the self-hosted runners https://github.com/cppalliance/githubactions however the config will need to be modified.