Skip to content

Fix1322 free up disk space in CI#1332

Merged
ilyes319 merged 9 commits intoACEsuit:developfrom
stenczelt:fix1322_ci-disk-space
Jan 26, 2026
Merged

Fix1322 free up disk space in CI#1332
ilyes319 merged 9 commits intoACEsuit:developfrom
stenczelt:fix1322_ci-disk-space

Conversation

@stenczelt
Copy link
Copy Markdown
Contributor

summary

For #1322: the CI was running out of disc space. We are reclaiming disc space on the runner by deleting some large libraries irrelevant to the project

details

We've fixed a symptom here, not the root cause: some tests are littering a lot of files and not cleaning up after themselves, ca 10GB total.

We are freeing up 30GB space by deleting Java, .NET, Swift, Haskell, Android SDKs, and web browsers, which are not needed for this project's test but are default in the actions image.

Additionally, I've

  • added logging of disc space & duration after each test
  • fixed an int casting issue in the tests - this was failing post python 3.8, hidden before by the disk space issue I think
  • tests to run on the develop branch as well

@ilyes319
Copy link
Copy Markdown
Contributor

@stenczelt Thank you! I was wondering also if you could have a look at the pytest group jobs, so we can parallelism more the tests, and make them run faster. @jameskermode mentioned he is using it in matscipy.

@jameskermode
Copy link
Copy Markdown
Contributor

stenczelt added a commit to stenczelt/mace that referenced this pull request Jan 25, 2026
@ilyes319 ilyes319 merged commit 02920ab into ACEsuit:develop Jan 26, 2026
8 checks passed
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.

3 participants