From cddbb25322ffffcd55d4aa1b56aa078bb87c6b24 Mon Sep 17 00:00:00 2001 From: Alix Lourme Date: Thu, 6 Jan 2022 22:22:54 +0100 Subject: [PATCH 1/2] Fix #13741 : Self hosted Pull-based scale update --- .../autoscaling-with-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md index ed2c6cc905c0..cb7512d48952 100644 --- a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md @@ -32,7 +32,7 @@ Each solution has certain specifics that may be important to consider: | Runtime | Kubernetes | Linux and Windows VMs | | Supported Clouds | Azure, Amazon Web Services, Google Cloud Platform, on-premises | Amazon Web Services | | Where runners can be scaled | Enterprise, organization, and repository levels. By runner label and runner group. | Organization and repository levels. By runner label and runner group. | -| Pull-based autoscaling support | Yes | No | +| Pull-based autoscaling support | Yes | [Yes](https://github.com/philips-labs/terraform-aws-github-runner#simple-pool) (org-level runners) | ## Using ephemeral runners for autoscaling From d8f65f2ccc2ccfd027bcac0d520813c9e8e61124 Mon Sep 17 00:00:00 2001 From: Alix Lourme Date: Wed, 12 Jan 2022 16:12:23 +0100 Subject: [PATCH 2/2] Fix #13741 : Reorient self runners Pull-based feat --- .../autoscaling-with-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md index cb7512d48952..bd33f411610f 100644 --- a/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md @@ -32,7 +32,7 @@ Each solution has certain specifics that may be important to consider: | Runtime | Kubernetes | Linux and Windows VMs | | Supported Clouds | Azure, Amazon Web Services, Google Cloud Platform, on-premises | Amazon Web Services | | Where runners can be scaled | Enterprise, organization, and repository levels. By runner label and runner group. | Organization and repository levels. By runner label and runner group. | -| Pull-based autoscaling support | Yes | [Yes](https://github.com/philips-labs/terraform-aws-github-runner#simple-pool) (org-level runners) | +| How runners can be scaled | Webhook events, Scheduled, Pull-based | Webhook events, Scheduled (org-level runners only) | ## Using ephemeral runners for autoscaling