YannickRe / azuredevops-buildagents

Generate self-hosted build agents for Azure DevOps, just like Microsoft does.
MIT License
153 stars 90 forks source link

No space left on device #79

Open A1lard opened 9 months ago

A1lard commented 9 months ago

Hi Yannick,

Thank you for sharing this repo! Very helpfull!

since a few weeks we have some issues with running pipeliens due to fill disks. image

error: unable to write file /variables.tf Updating files: 87% (1364/1554) error: unable to write file /versions.tf fatal: cannot create directory at '*****': No space left on device

[error]No space left on device : '/agent/_diag/Worker_20240228-003108-utc.log'

Is this something you can fix or do you have any tips for me?

YannickRe commented 9 months ago

My project only provides you with an easier way to generate your runner agents. If they get created properly, my job is done 😆. If they fail during pipeline runs, you are better off raising an issue at https://github.com/actions/runner-images

I checked some more recent posts regarding this, maybe one of these gives you the info you need?

Kind regards!