Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
31205fc8
Unverified
Commit
31205fc8
authored
Dec 15, 2024
by
Nikita Titov
Committed by
GitHub
Dec 15, 2024
Browse files
[ci] remove Docker volumes during Azure cleanup (#6760)
parent
c2f3807c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.vsts-ci.yml
.vsts-ci.yml
+4
-2
No files found.
.vsts-ci.yml
View file @
31205fc8
...
...
@@ -69,15 +69,17 @@ jobs:
# check disk usage
print-diagnostics
# remove old containers, container images, volumes
# ref: https://stackoverflow.com/a/32723127/3986677)
# ref: https://stackoverflow.com/a/32723127/3986677
# ref: https://depot.dev/blog/docker-clear-cache#removing-everything-with-docker-system-prune
echo "---- running 'docker system prune' ----"
/tmp/docker system prune \
--all \
--force \
--volumes \
--filter until=720h
# check disk usage again
print-diagnostics
displayName
:
c
lean
displayName
:
C
lean
###########################################
-
job
:
Linux
###########################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment