
In response to an ongoing BuildJet outage, consider migrating CI to GitHub hosted runners. Also includes revert of (causing flaky tests): - https://github.com/zed-industries/zed/pull/35741 Downsides: - Cost (2x) - Force migration to Ubuntu 22.04 from 20.04 will bump our glibc minimum from 2.31 to 2.35. Which would break RHEL 9.x (glibc 2.34), Ubuntu 20.04 (EOL) and derivatives. Release Notes: - N/A
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
# Configuration related to self-hosted runner.
|
|
self-hosted-runner:
|
|
# Labels of self-hosted runner in array of strings.
|
|
labels:
|
|
# GitHub-hosted Runners
|
|
- github-8vcpu-ubuntu-2404
|
|
- github-16vcpu-ubuntu-2404
|
|
- github-32vcpu-ubuntu-2404
|
|
- github-8vcpu-ubuntu-2204
|
|
- github-16vcpu-ubuntu-2204
|
|
- github-32vcpu-ubuntu-2204
|
|
- github-16vcpu-ubuntu-2204-arm
|
|
- windows-2025-16
|
|
- windows-2025-32
|
|
- windows-2025-64
|
|
# Buildjet Ubuntu 20.04 - AMD x86_64
|
|
- buildjet-2vcpu-ubuntu-2004
|
|
- buildjet-4vcpu-ubuntu-2004
|
|
- buildjet-8vcpu-ubuntu-2004
|
|
- buildjet-16vcpu-ubuntu-2004
|
|
- buildjet-32vcpu-ubuntu-2004
|
|
# Buildjet Ubuntu 22.04 - AMD x86_64
|
|
- buildjet-2vcpu-ubuntu-2204
|
|
- buildjet-4vcpu-ubuntu-2204
|
|
- buildjet-8vcpu-ubuntu-2204
|
|
- buildjet-16vcpu-ubuntu-2204
|
|
- buildjet-32vcpu-ubuntu-2204
|
|
# Buildjet Ubuntu 22.04 - Graviton aarch64
|
|
- buildjet-8vcpu-ubuntu-2204-arm
|
|
- buildjet-16vcpu-ubuntu-2204-arm
|
|
- buildjet-32vcpu-ubuntu-2204-arm
|
|
# Self Hosted Runners
|
|
- self-mini-macos
|
|
- self-32vcpu-windows-2022
|