Skip to content

Commit

Permalink
[Awesome Woodpecker] added yet another autoscaler (#3011)
Browse files Browse the repository at this point in the history
Hello there 👋 

we tried a few different autoscaler implementations along out in k8s
runners on arm, but most of them do not play well with a mix of build
agents. so we just build our own.
maybe some other folks find it beneficial so i would propose to list it
here as well.
  • Loading branch information
Lerentis committed Dec 24, 2023
1 parent 04d1f9f commit 7d43c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/92-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ If you have some missing resources, please feel free to [open a pull-request](ht
- [Hetzner cloud](https://www.hetzner.com/cloud) based [Woodpecker compatible autoscaler](https://git.ljoonal.xyz/ljoonal/hetzner-ci-autoscaler) - Creates and destroys VPS instances based on the count of pending & running jobs.
- [woodpecker-lint](https://git.schmidl.dev/schtobia/woodpecker-lint) - A repository for linting a woodpecker config file via pre-commit hook
- [Grafana Dashboard](https://github.com/Janik-Haag/woodpecker-grafana-dashboard) - A dashboard visualizing information exposed by the woodpecker prometheus endpoint.
- [woodpecker-autoscaler](https://github.com/Lerentis/woodpecker-autoscaler) - Yet another woodpecker autoscaler currently targeting [Hetzner cloud](https://www.hetzner.com/cloud) that works in parallel to other autoscaler implementations.

## Configuration Services

Expand Down

0 comments on commit 7d43c29

Please sign in to comment.