Skip to content

Comments

Add disk space cleanup to RPM build workflow#5145

Merged
praveenkumar merged 1 commit intocrc-org:mainfrom
sebrandon1:add-quick-cleanup-to-rpm-build
Feb 16, 2026
Merged

Add disk space cleanup to RPM build workflow#5145
praveenkumar merged 1 commit intocrc-org:mainfrom
sebrandon1:add-quick-cleanup-to-rpm-build

Conversation

@sebrandon1
Copy link
Contributor

@sebrandon1 sebrandon1 commented Feb 13, 2026

Summary

  • The build (ubuntu-latest, 1.24) job in the RPM build workflow has been failing due to disk space exhaustion during the Build rpm step
  • Adds palmsoftware/quick-cleanup@v0 as the first step to free disk space before the build begins
  • The action automatically detects available space and performs adaptive cleanup, including removing unused SDKs, package caches, and optionally relocating Docker storage
  • Note: quick-cleanup is my own action, built specifically for this type of runner disk space issue 😄

Test plan

  • Verify build (ubuntu-latest, 1.24) job passes in CI
  • Confirm no regression on RPM build output or uploaded artifacts

The ubuntu-latest runner has been running out of disk space during
the RPM build step. Add palmsoftware/quick-cleanup@v0 to free space
before the build begins.
@openshift-ci
Copy link

openshift-ci bot commented Feb 13, 2026

Hi @sebrandon1. Thanks for your PR.

I'm waiting for a crc-org member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci
Copy link

openshift-ci bot commented Feb 13, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign cfergeau 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants