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
An example was vm-77. Don't have the links but not a big deal.
Looks like if a GitHub runner's host is completely out of space, the runner's various internal services start to die. I noticed stack traces in the logs for the runner service. Probably not able to write service logs.
This prevents the runner from calling home to be able to listen to jobs.
Fix was to clear.
@ttmchiou@TT-billteng I put a check into the reset scripts for VMs to look for >=99% disk usage, and will do a rm -rf .cache and docker system prune and delete some random docker logs.
An example was vm-77. Don't have the links but not a big deal.
Looks like if a GitHub runner's host is completely out of space, the runner's various internal services start to die. I noticed stack traces in the logs for the runner service. Probably not able to write service logs.
This prevents the runner from calling home to be able to listen to jobs.
Fix was to clear.
@ttmchiou@TT-billteng I put a check into the reset scripts for VMs to look for >=99% disk usage, and will do a rm -rf .cache and docker system prune and delete some random docker logs.
No description provided.
The text was updated successfully, but these errors were encountered: