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

ci: faster cargo check features #4429

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

conorsch
Copy link
Contributor

Describe your changes

Bumping up the size of the runner, since we added more compute-intensive logic back in [0]. The logic is still serialized, but now it should complete faster. I've noticed the cache getting evicted faster lately, due to multiple large PRs, so the extra compute will help offset the delay caused by cache busting.

[0] f7234c0

Issue ticket number and link

Checklist before requesting a review

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    ci-only

Bumping up the size of the runner, since we added more compute-intensive
logic back in [0]. The logic is still serialized, but now it should
complete faster. I've noticed the cache getting evicted faster lately,
due to multiple large PRs, so the extra compute will help offset the
delay caused by cache busting.

[0] f7234c0
@conorsch conorsch added the A-CI/CD Relates to continuous integration & deployment of Penumbra label May 21, 2024
@cratelyn cratelyn added this to the Sprint 7 milestone May 21, 2024
@conorsch conorsch merged commit 1999d65 into main May 21, 2024
13 checks passed
@conorsch conorsch deleted the ci-faster-cargo-feature-check branch May 21, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI/CD Relates to continuous integration & deployment of Penumbra
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants