Skip to content

Commit 86c77cd

Browse files
authored
Merge pull request #33544 from github/repo-sync
Repo sync
2 parents 64f0532 + bb5c24d commit 86c77cd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Compared to standard {% data variables.product.prodname_dotcom %}-hosted runners
4242
| | Ubuntu | Windows | macOS |
4343
| ------------------- | ------ | ------- | ----- |
4444
| Static IP addresses | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
45+
| Azure private networking | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4546
| Autoscaling | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4647
| Runner groups | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
4748

data/reusables/actions/about-larger-runners.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Customers on {% data variables.product.prodname_team %} and {% data variables.pr
22

33
* More RAM, CPU, and disk space
44
* Static IP addresses
5+
{%- ifversion actions-private-networking-azure-vnet %}
6+
* Azure private networking
7+
{%- endif %}
58
* The ability to group runners
69
* Autoscaling to support concurrent workflows
710
* GPU-powered and ARM-powered runners

data/reusables/actions/larger-runners-troubleshooting-linux-windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ If you notice the jobs that target your {% data variables.actions.hosted_runner
55
* **Billing information**: You must have a valid credit card on file in order to use {% data variables.actions.hosted_runner %}s. After adding a credit card to your account, it can take up to 10 minutes to enable the use of your {% data variables.actions.hosted_runner %}s. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)."
66
* **Spending limit**: Your {% data variables.product.prodname_actions %} spending limit must be set to a value greater than zero. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions)."
77
* **Fair use policy**: {% data variables.product.company_short %} has a fair use policy that begins to throttle jobs based on several factors, such as how many jobs you are running or how many jobs are running across the entirety of {% data variables.product.prodname_actions %}.
8+
* **Job queue to assign time**: Job queue to assign time refers to the time between a job request and {% data variables.product.company_short %} assigning a VM to execute the job. Standard {% data variables.product.company_short %}-hosted runners utilizing prescribed YAML workflow labels (such as `ubuntu-latest`) are always in a "warm" state. With larger runners, a warm machine may not be ready to pick up a job on first request as the pools for these machines are smaller. As a result, {% data variables.product.company_short %} may need to create a new VM, which increases the queue to assign time. Once a runner is in use, VMs are readily for subsequent workflow runs, reducing the queue to assign time for future workflow runs over the next 24 hours.

0 commit comments

Comments
 (0)