Replace manual disk cleanup with quick-cleanup#360
Replace manual disk cleanup with quick-cleanup#360sebrandon1 wants to merge 1 commit intoopenshift:mainfrom
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 |
|
The openshift org does not use actions. /hold |
|
Ah I was just doing a broad search for repos that had this sort of cleanup happening in their .github folders since I noticed it elsewhere. No need for this if you don't actually have Actions enabled 👍 Thanks @jan--f I can mark this one as closed. |
|
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 manual disk cleanup scripts with the shared
palmsoftware/quick-cleanupGitHub Action.This consolidates the "Reclaim disk space" steps (docker image prune + rm -rf dotnet, android) into a single maintained action across 2 workflows. 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/workflows/publish.yaml— replaced "Reclaim disk space" block.github/workflows/test-prom-version-upgrade.yaml— replaced "Reclaim disk space" blockBenefits
/mnt(larger partition)df -houtput