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

Introduce caching of git objects #153

Open
bensze01 opened this issue Jan 19, 2024 · 0 comments
Open

Introduce caching of git objects #153

bensze01 opened this issue Jan 19, 2024 · 0 comments
Labels
enhancement New feature or request priority-medium size-l Estimated task size: large (2w+)

Comments

@bensze01
Copy link
Contributor

Currently all of our unit tests start by checking out the whole repository from github

This can take a substantial amount of time, and consumes bandwidth unnecessarily.

Introduce caching of the git objects so that only new objects need to be downloaded before the unit test starts

@bensze01 bensze01 added enhancement New feature or request size-l Estimated task size: large (2w+) priority-medium labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-medium size-l Estimated task size: large (2w+)
Projects
Status: CI perf
Development

No branches or pull requests

1 participant