Skip to content

Commit 02b8335

Browse files
Martin Lopeslucascosti
andauthored
Document what Actions will do during an incident (#18233)
* Update about-github-hosted-runners.md * Update about-github-hosted-runners.md * Apply suggestions from code review Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com> * Moved availability statement into reusable * Fixed reusable * Update about-github-hosted-runners.md Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent d1d5d6e commit 02b8335

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe
6666
{% data reusables.github-actions.usage-api-requests %}
6767
- **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %}
6868

69+
### Workflow continuity for self-hosted runners
70+
71+
{% data reusables.github-actions.runner-workflow-continuity %}
72+
6973
### Supported architectures and operating systems for self-hosted runners
7074

7175
The following operating systems are supported for the self-hosted runner application.

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ You can specify the runner type for each job in a workflow. Each job in a workfl
3434

3535
{% data variables.product.prodname_dotcom %} hosts macOS runners in {% data variables.product.prodname_dotcom %}'s own macOS Cloud.
3636

37+
#### Workflow continuity for {% data variables.product.prodname_dotcom %}-hosted runners
38+
39+
{% data reusables.github-actions.runner-workflow-continuity %}
40+
41+
In addition, if the workflow run has been successfully queued, but has not been processed by a {% data variables.product.prodname_dotcom %}-hosted runner within 45 minutes, then the queued workflow run is discarded.
42+
3743
#### Administrative privileges of {% data variables.product.prodname_dotcom %}-hosted runners
3844

3945
The Linux and macOS virtual machines both run using passwordless `sudo`. When you need to execute commands or install tools that require more privileges than the current user, you can use `sudo` without needing to provide a password. For more information, see the "[Sudo Manual](https://www.sudo.ws/man/1.8.27/sudo.man.html)."
@@ -42,7 +48,6 @@ Windows virtual machines are configured to run as administrators with User Accou
4248

4349
### Supported runners and hardware resources
4450

45-
4651
Hardware specification for Windows and Linux virtual machines:
4752
- 2-core CPU
4853
- 7 GB of RAM memory
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If {% data variables.product.prodname_actions %} services are temporarily unavailable, then a workflow run is discarded if it has not been queued within 30 minutes of being triggered. For example, if a workflow is triggered and the {% data variables.product.prodname_actions %} services are unavailable for 31 minutes or longer, then the workflow run will not be processed.

0 commit comments

Comments
 (0)