garm
garm copied to clipboard
GitHub Actions Runner Manager
Hello, I have found that the current auto scaling mechanism is not taking into account whether a repo is registered to the runner group specified by an org pool. Currently...
We need to update the docs with examples of how to configure GARM when running inside a docker container. Examples should include configuring LXD, the azure provider and the openstack...
As part of https://github.com/cloudbase/garm/pull/143, we also added the ability to override the default runner installation template for providers that leverage the `garm-provider-common` package. We need to document that feature.
The external provider API has suited us fine for the most part, but moving forward we'll need to extend it in order to permit more advanced features like: * Sending...
Just an idea that came to our mind and I wanted to share. Consider the following: * Have a host that is capable of running 20 runners in parallel *...
To get action runners without default-labels, the following things has to be done ### ToDos - [x] garm-provider-common has to make use of the `--no-default-labels` flag :heavy_check_mark: - [x] garm-provider-common...
This PR adds provider interface versioning: - version **v0.1.0** will be the old implementation of external provider interface - version **v0.1.1** will add in each command's Environment the `Interface Version`,...
Dear folks, Im reading through garm codebase and already spotted there’s support for MySQL. Is it enough to configure garm as highly available control plane? my use case is on...
Hello folks, One the challenges about runners and github actions after years it's still observability. I'd like to know if we have plans to work on o11y for garm's webhook....
We'd like to understand more about runner's && providers. We have metrics for the GH API calls, but no metrics for provider calls. We don't currently see if a runner...