Skip to content

Conversation

@ckyrouac
Copy link
Collaborator

@ckyrouac ckyrouac commented Oct 6, 2025

The github action is running out of disk space. Cleanup the images between tests to free up space.

The github action is running out of disk space. Cleanup the images
between tests to free up space.

Signed-off-by: ckyrouac <ckyrouac@redhat.com>
@ckyrouac ckyrouac requested a review from cgwalters October 6, 2025 19:02
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds cleanup steps to the test script to free up disk space during the run, which is a good improvement. I've noticed a small redundancy in one of the cleanup commands and suggested a change to make it more precise. Otherwise, the changes look good.

echo "ok exclusive layers functionality"

# Cleanup
podman rmi -f localhost/chunked localhost/modified localhost/exclusive-test localhost/exclusive-chunked

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The images localhost/chunked and localhost/modified are already removed on line 114. This part of the test creates localhost/exclusive-test and localhost/exclusive-chunked, so the cleanup should only target those images to avoid redundancy.

Suggested change
podman rmi -f localhost/chunked localhost/modified localhost/exclusive-test localhost/exclusive-chunked
podman rmi -f localhost/exclusive-test localhost/exclusive-chunked

@openshift-ci
Copy link

openshift-ci bot commented Oct 6, 2025

@ckyrouac: The following tests 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/kola-upgrade 88ecd44 link true /test kola-upgrade
ci/prow/fcos-e2e 88ecd44 link true /test fcos-e2e

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.

@cgwalters cgwalters enabled auto-merge October 6, 2025 19:40
@cgwalters cgwalters merged commit 0fc4af3 into coreos:main Oct 6, 2025
17 of 20 checks passed
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.

2 participants