Skip to content

Commit d76e8a8

Browse files
authored
Merge pull request #36360 from github/repo-sync
Repo sync
2 parents 744d479 + 3834a26 commit d76e8a8

File tree

131 files changed

+110
-891409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+110
-891409
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,3 @@
33
# [Choice] Node.js version
44
ARG VARIANT="dev-22-bullseye"
55
FROM mcr.microsoft.com/devcontainers/javascript-node:${VARIANT}
6-
7-
# [Optional] Uncomment this section to install additional OS packages.
8-
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9-
# && apt-get -y install --no-install-recommends <your-package-list-here>
10-
11-
# [Optional] Uncomment if you want to install an additional version of node using nvm
12-
# ARG EXTRA_NODE_VERSION=10
13-
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
14-
15-
# [Optional] Uncomment if you want to install more global node modules
16-
# RUN su node -c "npm install -g <your-package-list-here>"
17-
18-
# Install the GitHub CLI see:
19-
# https://github.com/microsoft/vscode-dev-containers/blob/3d59f9fe37edb68f78874620f33dac5a62ef2b93/script-library/docs/github.md
20-
COPY library-scripts/github-debian.sh /tmp/library-scripts/
21-
RUN apt-get update && bash /tmp/library-scripts/github-debian.sh

.devcontainer/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
// Install features. Type 'feature' in the VS Code command palette for a full list.
1313
"features": {
14-
"sshd": "latest"
14+
"sshd": "latest",
15+
"ghcr.io/devcontainers/features/github-cli:1": {}
1516
},
1617

1718
"customizations": {
@@ -53,13 +54,15 @@
5354

5455
"portsAttributes": {
5556
"4000": {
56-
"label": "Preview"
57+
"label": "Review"
5758
}
5859
},
5960

6061
// Lifecycle commands
6162
"onCreateCommand": "npm ci",
6263
"postStartCommand": "nohup bash -c 'npm start &'",
64+
// Set the port to be public
65+
"postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
6366

6467
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
6568
"remoteUser": "node",

.devcontainer/library-scripts/github-debian.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: inline
66
versions:
77
fpt: '*'
88
ghec: '*'
9-
ghes: '>= 3.9'
9+
ghes: '*'
1010
type: overview
1111
topics:
1212
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ shortTitle: About Support for ARC
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
topics:
1010
- Actions Runner Controller
1111
- Support

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to authenticate to the {% data variables.product.company_short
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: overview
1010
topics:
1111
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to deploy runner scale sets with {% data variables.product.pro
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: overview
1010
topics:
1111
- Actions Runner Controller
@@ -892,12 +892,8 @@ The following table shows the metrics emitted by the controller-manager and list
892892
| listener | gha_idle_runners | gauge | Number of registered runners not running a job |
893893
| listener | gha_started_jobs_total | counter | Total number of jobs started since the listener became ready [1] |
894894
| listener | gha_completed_jobs_total | counter | Total number of jobs completed since the listener became ready [1] |
895-
| {% ifversion fpt or ghec or ghes > 3.10 %} |
896895
| listener | gha_job_startup_duration_seconds | histogram | Number of seconds spent waiting for workflow job to get started on the runner owned by the runner scale set |
897-
| {% endif %} |
898-
| {% ifversion fpt or ghec or ghes > 3.10 %} |
899896
| listener | gha_job_execution_duration_seconds | histogram | Number of seconds spent executing workflow jobs by the runner scale set |
900-
| {% endif %} |
901897

902898
[1]: Listener metrics that have the counter type are reset when the listener pod restarts.
903899

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Try out {% data variables.product.prodname_actions_runner_controller %}
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: quick_start
1010
topics:
1111
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to troubleshoot {% data variables.product.prodname_actions_run
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: how_to
1010
topics:
1111
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'You can use {% data variables.product.prodname_actions_runner_controller
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: overview
1010
topics:
1111
- Actions Runner Controller

0 commit comments

Comments
 (0)