Replace custom free-disk-space action with quick-cleanup#2983
Replace custom free-disk-space action with quick-cleanup#2983sebrandon1 wants to merge 1 commit intoopenshift:masterfrom
Conversation
Consolidates manual disk cleanup into a shared, maintained action that also provides automatic Docker storage relocation to /mnt.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sebrandon1 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Summary
Replace the custom
.github/actions/free-disk-spacecomposite action with the sharedpalmsoftware/quick-cleanupGitHub 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
/mntpartition.Already in use
quick-cleanupis already adopted in production workflows across multiple repos:crc-org/crc— CRC (OpenShift Local)palmsoftware/quick-ocp— OpenShift cluster deployment actionpalmsoftware/quick-k8s— Kubernetes cluster deployment action (KinD/Minikube)Related PRs
Tracking
Changes
.github/actions/free-disk-space/action.yml(44-line custom composite action).github/workflows/test.ymlto usepalmsoftware/quick-cleanup@v0directly (2 invocations)Benefits
/mnt(larger partition)df -houtput