Skip to content

Commit

Permalink
Edit a larger runner changes (#54101)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkfortuna authored Jan 30, 2025
1 parent 2897713 commit 74db90a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions data/reusables/actions/resize-larger-runner.md
Original file line number Diff line number Diff line change
@@ -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**.

0 comments on commit 74db90a

Please sign in to comment.