Skip to content

Commit 8f646ec

Browse files
author
Martin Lopes
committed
Added updates from pairing
1 parent 224d859 commit 8f646ec

File tree

7 files changed

+15
-17
lines changed

7 files changed

+15
-17
lines changed

content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ shortTitle: Using runner groups
2121

2222
{% ifversion ghec or ghes or ghae %}
2323

24-
## Creating a runner group for an organization
24+
## Creating a self-hosted runner group for an organization
25+
26+
{%- ifversion ghec or ghes %}
2527

26-
{%- ifversion ghes %}
2728
{% data reusables.actions.self-hosted-runner-security-admonition %}
29+
2830
{%- endif %}
2931

3032
{% data reusables.actions.creating-a-runner-group-for-an-organization %}
3133

32-
## Creating a runner group for an enterprise
34+
## Creating a self-hosted runner group for an enterprise
3335

3436
{%- ifversion ghec or ghes %}
3537

@@ -41,7 +43,7 @@ shortTitle: Using runner groups
4143

4244
{% endif %}
4345

44-
## Changing the access policy of a runner group
46+
## Changing the access policy of a self-hosted runner group
4547

4648
{%- ifversion fpt or ghec or ghes %}
4749

@@ -56,15 +58,15 @@ shortTitle: Using runner groups
5658
{% data reusables.actions.changing-the-name-of-a-runner-group %}
5759

5860
{% ifversion ghec or ghes or ghae %}
59-
## Automatically adding a runner to a group
61+
## Automatically adding a self-hosted runner to a group
6062

6163
{% data reusables.actions.automatically-adding-a-runner-to-a-group %}
6264

63-
## Moving a runner to a group
65+
## Moving a self-hosted runner to a group
6466

6567
{% data reusables.actions.moving-a-runner-to-a-group %}
6668

67-
## Removing a runner group
69+
## Removing a self-hosted runner group
6870

6971
{% data reusables.actions.removing-a-runner-group %}
7072

content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Controlling access to larger runners
33
intro: You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise.
4+
product: '{% data reusables.gated-features.hosted-runners %}'
45
versions:
56
feature: 'actions-hosted-runners'
67
type: tutorial
78
shortTitle: Controlling access to {% data variables.actions.hosted_runner %}s
89
---
910

10-
{% data reusables.actions.hosted-runners-beta %}
1111
{% data reusables.actions.enterprise-beta %}
1212
{% data reusables.actions.enterprise-github-hosted-runners %}
1313

content/actions/using-github-hosted-runners/using-larger-runners.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
title: Using larger runners
33
intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.'
44
miniTocMaxHeadingLevel: 3
5+
product: '{% data reusables.gated-features.hosted-runners %}'
56
versions:
67
feature: 'actions-hosted-runners'
78
shortTitle: Using {% data variables.actions.hosted_runner %}s
89
---
910

10-
{% data reusables.actions.hosted-runners-beta %}
11-
1211
## Overview of {% data variables.actions.hosted_runner %}s
1312

14-
In addition to the [standard {% data variables.product.prodname_dotcom %}-hosted runners](/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources), {% data variables.product.prodname_dotcom %} also offers a Enterprise and Team plan customers a range of {% data variables.actions.hosted_runner %}s with more RAM and CPU. These runners are hosted by {% data variables.product.prodname_dotcom %} and have the runner application and other tools preinstalled.
13+
In addition to the [standard {% data variables.product.prodname_dotcom %}-hosted runners](/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources), {% data variables.product.prodname_dotcom %} also offers {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_team %} plan customers a range of {% data variables.actions.hosted_runner %}s with more RAM and CPU. These runners are hosted by {% data variables.product.prodname_dotcom %} and have the runner application and other tools preinstalled.
1514

1615
When you add a {% data variables.actions.hosted_runner %} to an organization, you are defining a type of machine from a selection of available hardware specifications and operating system images. {% data variables.product.prodname_dotcom %} will then create multiple instances of this runner that scale up and down to match the job demands of your organization, based on the autoscaling limits you define.
1716

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Reference: #6458
22
# Larger GitHub-hosted runners
33
versions:
4+
fpt: '*'
45
ghec: '*'
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
You can choose an operating system and a hardware configuration from the list of available options. When new instances of this runner are deployed through autoscaling, they'll use the same operating system and hardware configuration you've defined here.
22

3-
You can also define the labels that identify the runner, which is how your workflows will be able to send jobs to the runners for processing (using `runs-on`). New runners are automatically assigned to the default group, or you can choose which group the runners must join during the creation process. In addition, you can modify the runner's group membership after you've registered the runner. For more information, see "[Controlling access to {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/controlling-access-to-larger-runners)."
3+
You can also define the labels that identify the runner, which is how your workflows will be able to send jobs to the runners for processing (using `runs-on`). New runners are automatically assigned to the default group, or you can choose which group the runners must join during the runner creation process. In addition, you can modify the runner's group membership after you've registered the runner. For more information, see "[Controlling access to {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/controlling-access-to-larger-runners)."

data/reusables/actions/hosted-runners-beta.md

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The {% data variables.actions.hosted_runner %}s feature is currently in beta for organizations and enterprises using the {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %} plans, and is subject to change.

0 commit comments

Comments
 (0)