The Wayback Machine - https://web.archive.org/web/20220708033913/https://github.com/topics/azure-vm
Skip to content
#

azure-vm

Here are 56 public repositories matching this topic...

azmitool
iricigor
iricigor commented Oct 20, 2020

Build machine is getting disk full from time to time.
The biggest problem is this directory: /home/builder/cache_dotnet_bundle_extract/azmi

Write some short script, like:

df -h
du <cachefolder>
if [[ "$(pipeline_variable)" == "delete" ]]; then rm -rf <cachefolder>; fi

df
du

And schedule is at pipeline

good first issue testing

Improve this page

Add a description, image, and links to the azure-vm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-vm topic, visit your repo's landing page and select "manage topics."

Learn more