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

Inline disk cleanup script to replace third-party GitHub Action in CI #14803

Open
2010YOUY01 opened this issue Feb 21, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@2010YOUY01
Copy link
Contributor

Is your feature request related to a problem or challenge?

Our CI runner is running short in disk space and caused some test to fail, #14745 is trying to fix with it with a third-party Github Action to delete unused files on the CI runner.

However, it not might be safe to use the third-party action (origin comment from @alamb
#14745 (comment))
A better approach would be to first review the script and identify the deletions that are safe (with confidence). Then, inline those deletions into our in-house disk cleaning script.

The change can be tested by pushing the modified CI script to a cloned repository of datafusion's main branch, where the extended CI will be automatically triggered.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant