Relative Content

Tag Archive for github-actionsgithub-actions-self-hosted-runners

Allocate runner resources based on number of processes

I have several projects in an organisation on GitHub that all share the same self-hosted runners, which in turn all run on the same machine with (say) 64 cores. The CI/CD workflow for these projects vary greatly, from requiring 1 to 32 cores. I want to be able to allocate based on the number of cores used, capping at 64. Is there any way to do this?