Multi Org self-hosted runners #1916
Replies: 2 comments 8 replies
-
If your orgs are all part of the same "enterprise" you can host runners at that level and share them between orgs. I dont think anyone does this yet and it may need some implementation in the module to accommodate. But it might be useful for you. Failing that i suggest you create an instance of the module per org and runner configuration so yes you would end up with 9. There has also been some discussion of the module being able to manage multiple runner configs in a single deployment. |
Beta Was this translation helpful? Give feedback.
-
Since this discussion has not progressed for a long time. Is there any chance that this topic has a future or is it already in the "trashcan" ;-)? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have successfully used the module to host the runners (multiple types) for single Github Org.
Next, we would like to host runners for multi github orgs which may run in multiple AWS accounts.
We are looking for a direction/help/suggestion on the best approach.
Currently, one possible approach is to have one terraform main file per org and per environment.
Assume, we need to host 3 types of runners across 3 Orgs in single AWS account then there would be 9 stacks running.
Features to consider in design:
We would also like to understand how other companies or teams have set up runners for multi org / multi accounts ?
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions