Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub self-hosted runners #2595

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This file is intended to list all the assets controlled by OpenTelemetry.
* [AWS account](#aws-account)
* [Equinix bare metal runners](#equinix-bare-metal-runners)
* [FOSSA](#fossa)
* [GitHub Actions large runners](#github-actions-large-runners)
* [GitHub-hosted runners](#github-hosted-runners)
* [Google Cloud account](#google-cloud-account)
* [Grafana organization for SIG Security](#grafana-organization-for-sig-security)
* [Netlify](#netlify)
Expand Down Expand Up @@ -94,15 +94,22 @@ Link: https://app.fossa.com/
- Admin: CNCF (via [CNCF Service Desk ticket](https://cncfservicedesk.atlassian.net/servicedesk/customer/portals)).
- Team admins: [@austinlparker](https://github.com/austinlparker), [@reyang](https://github.com/reyang), [@trask](https://github.com/trask)

### GitHub Actions large runners
### GitHub-hosted runners

Access to large runners is available to repositories on request (open a community issue),
which will give access to the following runners:
which will give access to the following GitHub-hosted runners:

- `otel-linux-latest-8-cores`
- `otel-windows-latest-8-cores`

Note: these pay-as-you-go GitHub-hosted runners for ARM64 are available for free for CNCF projects.
Windows ARM64 GitHub-hosted runners are also available if needed:

- `otel-windows-arm64`

(Linux ARM64 runners are
[available for free to all public repositories](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/))

Note: these GitHub-hosted runners are pay-as-you-go.
CNCF and GitHub expect fair use of these provided resources.
Please ensure your workloads are optimized to avoid unnecessary usage.

Expand Down
Loading