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

Improve CI performance #4017

Open
4 tasks
alex opened this issue Mar 29, 2024 · 5 comments
Open
4 tasks

Improve CI performance #4017

alex opened this issue Mar 29, 2024 · 5 comments

Comments

@alex
Copy link
Contributor

alex commented Mar 29, 2024

Right now CI takes too long. With a deep queue or a single flake, it can effectively grind our productivity to a halt. We should look into what can be done to improve performance. A few potential ideas:

  • Ask github for more runners
  • Remove jobs that are low value
  • More caching?
  • Some other good idea
@davidhewitt
Copy link
Member

I think we already thrash the GitHub cache quite hard so if we did more caching we would need to ask GitHub for more storage.

I think the possible work to cut:

  • downgrade clippy to check for platforms which aren't tier 1
  • run fewer doctests (e.g. maybe skip them for abi3 on most platforms)

@alex
Copy link
Contributor Author

alex commented Mar 29, 2024 via email

@adamreichold
Copy link
Member

Another question is whether GitHub merge queues support and whether we use something akin to bors' roll-up merges to better handle multiple PR landing simultaneously.

@adamreichold
Copy link
Member

So what are our settings for "Build concurrency" and "Merge limits" as described in the docs? Do we build concurrently? Do use groups larger than one?

@davidhewitt
Copy link
Member

Screenshot of current settings:

image

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

No branches or pull requests

3 participants