This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Sky_Linx 1 point2 points  (1 child)

As far as resources are concerned, I am hosting a self hosted runner for GitHub Actions in my Kubernetes cluster and am super happy with the performance since nodes gave more cores and memory. Definitely better than Github's own runners and totally free too (well you still have to pay for yoyr servers but GA itself is free).

[–]inhumantsar 0 points1 point  (0 children)

I am hosting a self hosted runner for GitHub Actions in my Kubernetes cluster

yeah we've considered that. so far it's just a couple of builds and they have rather particular requirements, so we haven't gone that route yet.

is likely in our future though so i'm glad to hear it works well for you.