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

Reduce disk space usage in CI #2426

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Reduce disk space usage in CI #2426

merged 1 commit into from
Feb 27, 2024

Conversation

Jesse-Bakker
Copy link
Contributor

Disable debuginfo in dev profile and remove MongoDB sidecar container

We can also disable debuginfo with an env var just for CI, but I think the
debuginfo generally does not add too much value for us, and reducing build
times and target dir size locally is a quite nice side benefit.
The rust-cache action already disables incremental compilation on CI, so
no need to also do that manually.

Disable debuginfo in dev profile and remove MongoDB sidecar container
@Jesse-Bakker Jesse-Bakker requested a review from chubei February 27, 2024 12:49
@Jesse-Bakker
Copy link
Contributor Author

In my testing, before, we used 23GB. After this, it should be more like 10 GB (out of 14 GB total available).

There are some duplicate deps between the dozer-ingestion-* tests and the general tests. We could split those into separate workflows to stay below the standard runners limit of 14GB

@chubei chubei merged commit 17635bf into getdozer:main Feb 27, 2024
4 of 5 checks passed
@chubei chubei deleted the ci-disk-use branch February 27, 2024 13:18
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