You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /usr/local/lib64/python3.8/site-packages/tensorflow/libtensorflow_cc.so.2: no space left on device
Error: Process completed with exit code 1.
Fix "no space left on device" error for FVTs on GitHub action runners
by deleting libraries that are not needed for dotnet, Android, PowerShell,
Swift which increases available disk space by 25 GB plus an additional
reclaimed space of 2.6 GB after pruning docker images.
Resolves#367
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Describe the bug
https://github.com/kserve/modelmesh-serving/actions/runs/4831653258/jobs/8609373544#step:11:367
We should investigate what is using up the additional disk space and follow some best practices to reduces disk usage for GitHub action runners: https://github.com/marketplace/actions/maximize-build-disk-space
Or here: actions/runner-images#2840 (comment)
To Reproduce
Steps to reproduce the behavior:
no space left on device
Expected behavior
FVT run should complete successfully, or at the very least run some of the actuall FVT tests
Additional context
These errors first appeared during the HPA PR checks after the minikube setup was changed
@Jooho @rafvasq @tjohnson31415 @njhill
The text was updated successfully, but these errors were encountered: