Skip to content

Commit

Permalink
ADLR/megatron-lm!1937 - Changes prune filter from 96h -> 48h to clean…
Browse files Browse the repository at this point in the history
…up more aggressively
  • Loading branch information
terrykong committed Aug 16, 2024
1 parent 2d487b1 commit bc1515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/stages/01.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build_image:
set -x
eval "IMAGE=\$$IMAGE"
docker system prune -a --filter "until=96h" -f
docker system prune -a --filter "until=48h" -f
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then
ADDITIONAL_PARAMS="--pull"
Expand Down

0 comments on commit bc1515f

Please sign in to comment.