Skip to content

Comments

Replace custom free-disk-space action with quick-cleanup#2983

Closed
sebrandon1 wants to merge 1 commit intoopenshift:masterfrom
sebrandon1:use-quick-cleanup
Closed

Replace custom free-disk-space action with quick-cleanup#2983
sebrandon1 wants to merge 1 commit intoopenshift:masterfrom
sebrandon1:use-quick-cleanup

Conversation

@sebrandon1
Copy link
Member

@sebrandon1 sebrandon1 commented Feb 18, 2026

Summary

Replace the custom .github/actions/free-disk-space composite action with the shared palmsoftware/quick-cleanup GitHub Action.

This consolidates the manual disk cleanup (Android SDK removal, apt-get purge, docker prune, swap removal) into a single maintained action. It also provides automatic Docker storage relocation to the larger /mnt partition.

Already in use

quick-cleanup is already adopted in production workflows across multiple repos:

Related PRs

Tracking

Changes

  • Deleted .github/actions/free-disk-space/action.yml (44-line custom composite action)
  • Updated .github/workflows/test.yml to use palmsoftware/quick-cleanup@v0 directly (2 invocations)

Benefits

  • Less boilerplate — removes 44-line custom action entirely
  • Docker relocation — automatically moves Docker storage to /mnt (larger partition)
  • Adaptive cleanup — adjusts intensity based on available space
  • Disk reporting — built-in before/after df -h output
  • Maintained upstream — cleanup targets updated as runner images change
  • Apache 2.0 licensed

Consolidates manual disk cleanup into a shared, maintained action that
also provides automatic Docker storage relocation to /mnt.
@openshift-ci openshift-ci bot requested review from jcaamano and tssurya February 18, 2026 15:51
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 18, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sebrandon1
Once this PR has been reviewed and has the lgtm label, please assign kyrtapz for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sebrandon1
Copy link
Member Author

Closing — GitHub Actions is not enabled on this fork (only Dependabot dependency graph updates run here). The upstream workflows are not executed in this repo.

@sebrandon1 sebrandon1 closed this Feb 18, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 18, 2026

@sebrandon1: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security e3a11b0 link false /test security

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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.

1 participant