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

Use self-hosted mac mini for the small, auxiliary tasks #3072

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bugadani
Copy link
Contributor

@bugadani bugadani commented Jan 30, 2025

Total CPU time goes down by 13 or so minutes (https://github.com/esp-rs/esp-hal/actions/runs/13074331617/usage, https://github.com/esp-rs/esp-hal/actions/runs/13074331619/usage versus https://github.com/esp-rs/esp-hal/actions/runs/13073580566/usage, https://github.com/esp-rs/esp-hal/actions/runs/13073580561/usage). We use a few less GH runners, which hopefully means we can check more PRs in parallel now, but there is no meaningful difference in the max runtime because the bottleneck is still the bunch of linting and building for the S3 - chip-specific CI jobs still run on the github-hosted runners.

cc #3065 - though we can probably do better somehow.

@bugadani bugadani force-pushed the self-hosted branch 5 times, most recently from c6332b1 to ed32f6d Compare January 31, 2025 13:18
@bugadani bugadani changed the title Self-hosted experiment Use self-hosted mac mini for the small, auxiliary tasks Jan 31, 2025
@bugadani bugadani marked this pull request as ready for review January 31, 2025 14:32
- uses: dtolnay/rust-toolchain@v1
with:
target: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf
toolchain: ${{ env.MSRV }}
components: rust-src
- name: install esp toolchain
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we wait for the xtensa toolchain action to be updated before merging with this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's, this is a bit of an eyesore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants