mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
## Summary A switch from 16 to 32 cores reduces the `mypy_primer` CI time from 3.5-4 min to 2.5-3 min. There's also a 64-core runner, but the 4 min -> 3 min change when doubling the cores once does suggest that it doesn't parallelize *this* well.
12 lines
410 B
YAML
12 lines
410 B
YAML
# Configuration for the actionlint tool, which we run via pre-commit
|
|
# to verify the correctness of the syntax in our GitHub Actions workflows.
|
|
|
|
self-hosted-runner:
|
|
# Various runners we use that aren't recognized out-of-the-box by actionlint:
|
|
labels:
|
|
- depot-ubuntu-latest-8
|
|
- depot-ubuntu-22.04-16
|
|
- depot-ubuntu-22.04-32
|
|
- github-windows-2025-x86_64-8
|
|
- github-windows-2025-x86_64-16
|