From 74db90a6cb7d81402dd293f070b4fba43933b3f7 Mon Sep 17 00:00:00 2001 From: Larissa Fortuna <56982181+lkfortuna@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:55:23 -0800 Subject: [PATCH] Edit a larger runner changes (#54101) --- .../about-larger-runners.md | 2 +- .../managing-larger-runners.md | 30 +++++++++++++++++++ .../reusables/actions/resize-larger-runner.md | 2 ++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 data/reusables/actions/resize-larger-runner.md diff --git a/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md index c006e8f68091..7a40bf7f7c98 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md @@ -87,7 +87,7 @@ You can choose from several specifications for {% data variables.actions.hosted_ | 64 | 208 GB | 2040 GB | arm64 | Ubuntu, Windows | | 64 | 256 GB | 2040 GB | x64 | Ubuntu, Windows | ->[!NOTE] The 4-vCPU Windows runner only works with the Windows 11 Desktop image. +>[!NOTE] The 4-vCPU Windows runner only works with the Windows Server 2025 or Windows 11 Desktop image. ### Specifications for GPU {% data variables.actions.hosted_runners %} diff --git a/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md index 7a2d78ddbcc9..11c872eb3821 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md @@ -93,6 +93,36 @@ You can edit the name of your {% data variables.actions.hosted_runner %}s. {% data reusables.actions.rename-larger-runner %} {% endif %} +## Changing the size of a {% data variables.actions.hosted_runner %} + +{% ifversion ghec %} +You can edit the size of your {% data variables.actions.hosted_runner %}s. + +* [Changing the size of an organization runner](#changing-the-size-of-an-organization-runner) +* [Changing the size of an enterprise runner](#changing-the-size-of-an-enterprise-runner) + +### Changing the size of an organization runner + +{% endif %} + +{% data reusables.organizations.navigate-to-org %} +{% data reusables.organizations.org_settings %} +{% data reusables.organizations.settings-sidebar-actions-runners %} +{% data reusables.actions.select-a-larger-runner %} +{% data reusables.actions.resize-larger-runner %} + +{% ifversion ghec %} + +### Changing the size of an enterprise runner + +{% data reusables.enterprise-accounts.access-enterprise %} +{% data reusables.enterprise-accounts.policies-tab %} +{% data reusables.enterprise-accounts.actions-tab %} +{% data reusables.enterprise-accounts.actions-runners-tab %} +{% data reusables.actions.select-a-larger-runner %} +{% data reusables.actions.resize-larger-runner %} +{% endif %} + ## Configuring autoscaling for {% data variables.actions.hosted_runner %}s You can control the maximum number of jobs allowed to run concurrently for specific runner sets. Setting this field to a higher value can help prevent workflows being blocked due to parallelism. diff --git a/data/reusables/actions/resize-larger-runner.md b/data/reusables/actions/resize-larger-runner.md new file mode 100644 index 000000000000..bb1098fe57bf --- /dev/null +++ b/data/reusables/actions/resize-larger-runner.md @@ -0,0 +1,2 @@ +1. Select a new size for the runner from the list of available options under "Size." The available sizes depend on the image that is installed on the runner. +1. Click **Save**.