Skip to content

Commit

Permalink
Merge branch 'ko3n1g/ci/docker-prune-time' into 'main'
Browse files Browse the repository at this point in the history
chore: Prune 24hrs

See merge request ADLR/megatron-lm!1997
  • Loading branch information
ko3n1g committed Aug 29, 2024
2 parents 9332c4f + e06af19 commit 05db26a
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=48h" -f
docker system prune -a --filter "until=24h" -f
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then
ADDITIONAL_PARAMS="--pull"
Expand Down

0 comments on commit 05db26a

Please sign in to comment.