diff --git a/cleanup-cmssdt b/cleanup-cmssdt index bd9e1d241bf1..6fafcf438ce3 100755 --- a/cleanup-cmssdt +++ b/cleanup-cmssdt @@ -43,7 +43,7 @@ for dir in material-budget-ref ; do done #Keep the following for 15 days -for dir in auto-build-release auto-upload-release cleanup-auto-build deploy-release-afs build-fwlite lizard; do +for dir in auto-build-release auto-upload-release cleanup-auto-build deploy-release-afs build-fwlite lizard flawfinder; do [ -d ${JENKINS_ARTIFACTS}/$dir ] || continue DIRS_PROCESSED="${DIRS_PROCESSED} ${dir}" find ${JENKINS_ARTIFACTS}/${dir} -mtime +15 -mindepth 1 -maxdepth 1 | xargs -i --no-run-if-empty $DRY_RUN rm -rf '{}'