-
Notifications
You must be signed in to change notification settings - Fork 169
make free space on the github runner #1026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I investigated the cause of the CI failure. Since the logs could not be obtained, the cause was likely a disk full. Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
@llamerada-jp |
It's here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure if the GHA run failed because we ran out of disk space, but the code changes in this PR won't cause any harm and will help fix potential bugs.
It showed no space. This could resolve it. https://github.com/topolvm/topolvm/actions/runs/14080038268
|
I investigated the cause of the CI failure. Since the logs could not be obtained, the cause was likely a disk full.