From 8f646ec122158086cfa9f546b575530a9f7c24f9 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Thu, 1 Sep 2022 15:28:04 +1000 Subject: [PATCH] Added updates from pairing --- ...access-to-self-hosted-runners-using-groups.md | 16 +++++++++------- .../controlling-access-to-larger-runners.md | 2 +- .../using-larger-runners.md | 5 ++--- data/features/actions-hosted-runners.yml | 1 + .../actions/add-hosted-runner-overview.md | 2 +- data/reusables/actions/hosted-runners-beta.md | 5 ----- data/reusables/gated-features/hosted-runners.md | 1 + 7 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 data/reusables/actions/hosted-runners-beta.md create mode 100644 data/reusables/gated-features/hosted-runners.md diff --git a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index 918bff3582..c75d2cffb3 100644 --- a/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -21,15 +21,17 @@ shortTitle: Using runner groups {% ifversion ghec or ghes or ghae %} -## Creating a runner group for an organization +## Creating a self-hosted runner group for an organization + +{%- ifversion ghec or ghes %} -{%- ifversion ghes %} {% data reusables.actions.self-hosted-runner-security-admonition %} + {%- endif %} {% data reusables.actions.creating-a-runner-group-for-an-organization %} -## Creating a runner group for an enterprise +## Creating a self-hosted runner group for an enterprise {%- ifversion ghec or ghes %} @@ -41,7 +43,7 @@ shortTitle: Using runner groups {% endif %} -## Changing the access policy of a runner group +## Changing the access policy of a self-hosted runner group {%- ifversion fpt or ghec or ghes %} @@ -56,15 +58,15 @@ shortTitle: Using runner groups {% data reusables.actions.changing-the-name-of-a-runner-group %} {% ifversion ghec or ghes or ghae %} -## Automatically adding a runner to a group +## Automatically adding a self-hosted runner to a group {% data reusables.actions.automatically-adding-a-runner-to-a-group %} -## Moving a runner to a group +## Moving a self-hosted runner to a group {% data reusables.actions.moving-a-runner-to-a-group %} -## Removing a runner group +## Removing a self-hosted runner group {% data reusables.actions.removing-a-runner-group %} diff --git a/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md b/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md index 9255db15ce..d151d4c532 100644 --- a/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md +++ b/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md @@ -1,13 +1,13 @@ --- title: Controlling access to larger runners intro: You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise. +product: '{% data reusables.gated-features.hosted-runners %}' versions: feature: 'actions-hosted-runners' type: tutorial shortTitle: Controlling access to {% data variables.actions.hosted_runner %}s --- -{% data reusables.actions.hosted-runners-beta %} {% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/content/actions/using-github-hosted-runners/using-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners.md index 2091ff2fbf..b00f227ab9 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners.md @@ -2,16 +2,15 @@ title: Using larger runners intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.' miniTocMaxHeadingLevel: 3 +product: '{% data reusables.gated-features.hosted-runners %}' versions: feature: 'actions-hosted-runners' shortTitle: Using {% data variables.actions.hosted_runner %}s --- -{% data reusables.actions.hosted-runners-beta %} - ## Overview of {% data variables.actions.hosted_runner %}s -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. +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. 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. diff --git a/data/features/actions-hosted-runners.yml b/data/features/actions-hosted-runners.yml index 6d4f2df315..d7b08dee74 100644 --- a/data/features/actions-hosted-runners.yml +++ b/data/features/actions-hosted-runners.yml @@ -1,4 +1,5 @@ # Reference: #6458 # Larger GitHub-hosted runners versions: + fpt: '*' ghec: '*' diff --git a/data/reusables/actions/add-hosted-runner-overview.md b/data/reusables/actions/add-hosted-runner-overview.md index 7d899eabf2..bdd66230ca 100644 --- a/data/reusables/actions/add-hosted-runner-overview.md +++ b/data/reusables/actions/add-hosted-runner-overview.md @@ -1,3 +1,3 @@ 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. -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)." \ No newline at end of file +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)." \ No newline at end of file diff --git a/data/reusables/actions/hosted-runners-beta.md b/data/reusables/actions/hosted-runners-beta.md deleted file mode 100644 index e8b311656d..0000000000 --- a/data/reusables/actions/hosted-runners-beta.md +++ /dev/null @@ -1,5 +0,0 @@ -{% note %} - -**Note**: The {% data variables.actions.hosted_runner %} feature is currently in beta and subject to change. - -{% endnote %} \ No newline at end of file diff --git a/data/reusables/gated-features/hosted-runners.md b/data/reusables/gated-features/hosted-runners.md new file mode 100644 index 0000000000..4f1e2137bb --- /dev/null +++ b/data/reusables/gated-features/hosted-runners.md @@ -0,0 +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. \ No newline at end of file