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 Failing with Out of Disk #5040

Closed
tustvold opened this issue Jan 24, 2023 · 1 comment · Fixed by #5047
Closed

CI Failing with Out of Disk #5040

tustvold opened this issue Jan 24, 2023 · 1 comment · Fixed by #5047
Labels
bug Something isn't working

Comments

@tustvold
Copy link
Contributor

Describe the bug

CI is failing due to running out of disk space https://github.com/apache/arrow-datafusion/actions/runs/3995952868/jobs/6855600796

This correlates with enabling the dyn_arith_dict feature in CI - #4999

To Reproduce
Steps to reproduce the behavior:

Expected behavior

We should not exceed the disk capacity of the runners, either by splitting up the CI into smaller steps and cleaning the target directory inbetween, or splitting the CI into multiple smaller workflows like we do for arrow-rs

Additional context
Add any other context about the problem here.

@tustvold tustvold added the bug Something isn't working label Jan 24, 2023
@tustvold
Copy link
Contributor Author

I plan to work on this later today if nobody gets there first

tustvold added a commit to tustvold/arrow-datafusion that referenced this issue Jan 24, 2023
tustvold added a commit to tustvold/arrow-datafusion that referenced this issue Jan 24, 2023
tustvold added a commit to tustvold/arrow-datafusion that referenced this issue Jan 24, 2023
tustvold added a commit to tustvold/arrow-datafusion that referenced this issue Jan 24, 2023
alamb pushed a commit that referenced this issue Jan 24, 2023
* Cleanup CI (#5040)

* Update job name

* Split out examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant