From 7d43c29c2082f4cdfe9659038f6687f06bad6e5f Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sun, 24 Dec 2023 15:33:56 +0100 Subject: [PATCH] [Awesome Woodpecker] added yet another autoscaler (#3011) Hello there :wave: 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. --- docs/docs/92-awesome.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/92-awesome.md b/docs/docs/92-awesome.md index 951bf9d5e..4eaf81ede 100644 --- a/docs/docs/92-awesome.md +++ b/docs/docs/92-awesome.md @@ -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