Skip to content
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

add clean-up script for build machine #216

Open
iricigor opened this issue Oct 20, 2020 · 0 comments
Open

add clean-up script for build machine #216

iricigor opened this issue Oct 20, 2020 · 0 comments
Labels
good first issue Good for newcomers testing Testing needs to be implemented or fixed

Comments

@iricigor
Copy link
Contributor

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

@iricigor iricigor added testing Testing needs to be implemented or fixed good first issue Good for newcomers labels Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers testing Testing needs to be implemented or fixed
Projects
None yet
Development

No branches or pull requests

1 participant