Skip to content
Snippets Groups Projects

apply artifacts cleanup policy of master-mr to all -mr slots

Merged Marco Clemencic requested to merge fix-cleanup-policy into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -29,7 +29,7 @@ if [ -e ${artifacts_dir} ] ; then
find ${artifacts_dir} -mindepth 2 -maxdepth 3 \
-daystart -mtime +15 -and -path '*/lhcb-*' \
-print -exec rm -rf \{} \; >> $logfile 2>&1
find ${artifacts_dir}/nightly/lhcb-master-mr -mindepth 2 -maxdepth 2 \
find ${artifacts_dir}/nightly/lhcb-*-mr -mindepth 2 -maxdepth 2 \
-daystart -mtime +3 -and -name 'packs' \
-print -exec rm -rf \{} \; >> $logfile 2>&1
find ${artifacts_dir} \
Loading