Skip to content

ci: move depot clippy and test jobs to 4-core runners#14

Merged
anandpant merged 1 commit into
mainfrom
feat/ci-speedups
Apr 20, 2026
Merged

ci: move depot clippy and test jobs to 4-core runners#14
anandpant merged 1 commit into
mainfrom
feat/ci-speedups

Conversation

@anandpant

@anandpant anandpant commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • move the Depot clippy and test jobs from depot-ubuntu-24.04 to depot-ubuntu-latest-4

Why

Cold Rust CI here is dominated by compile time from the AWS + Arrow + Parquet dependency graph. A recent main run took about 2m53s for CI / Test, even though local warm-cache tests finish in ~0.22s.

The simplest safe improvement is more CPU on the long-running jobs.

What I investigated but did not merge

I also prototyped a Depot snapshot image with Rust + sccache preinstalled and tried running clippy/test against it.

The image built successfully, but the image-backed jobs consistently failed with:

  • Error: fork/exec /home/runner/.cargo/bin/cargo: exec format error

So I intentionally left that path out of this PR. It is not safe to merge yet.

Verification

  • cargo fmt --all --check
  • cargo test --workspace
  • actionlint -config-file .github/actionlint.yaml .github/workflows/*.yml

Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@anandpant
anandpant merged commit 635c6bd into main Apr 20, 2026
7 checks passed
@anandpant
anandpant deleted the feat/ci-speedups branch April 20, 2026 08:39
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.

1 participant