Skip to content

Commit

Permalink
Merge branch 'maanug/debug-cleanup' into 'main'
Browse files Browse the repository at this point in the history
Debug fail fix

See merge request ADLR/megatron-lm!595
  • Loading branch information
maanug-nv committed May 10, 2023
2 parents 4d0af09 + bcbe7d9 commit 3183a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ cleanup.selene:
variables:
<<: [*VARS]
script:
- set +e
- NUM_CLEANUP=`find ${SELENE_ADLR_CI_PATH}/* -type d -ctime +20 | grep -v data | wc -l`
- find ${SELENE_ADLR_CI_PATH}/* -type d -ctime +20 | grep -v data | xargs rm -rf
- echo "Finished cleaning $NUM_CLEANUP directories older than 20 days everything in Selene"
Expand Down

0 comments on commit 3183a9d

Please sign in to comment.