containers / podman-desktop-extension-bootc

Support for bootable OS containers (bootc) and generating disk images
Apache License 2.0
406 stars 14 forks source link

Remove disk images produced by the e2e tests after tests are finished #659

Closed odockal closed 1 month ago

odockal commented 1 month ago

Is your enhancement related to a problem? Please describe

We got images produced by the bootc extension during e2e test run in the custom podman home folder. They take quite a lot of space. On particular CI, we could face problems with limited space due to the way we archive the test artifacts:

scp: local ftruncate ... podman-desktop-extension-bootc/images/VMDK-amd64/vmdk/disk.vmdk": No space left on device

Describe the solution you'd like

Please remove the images at the tests end.

Describe alternatives you've considered

No response

Additional context

No response