Skip to content

Commit

Permalink
backup: lower periodic history to 20 days
Browse files Browse the repository at this point in the history
In an attempt to make our CI faster, reduce the amount of
stored jobs from 30 days to 20 days.
  • Loading branch information
jbergstroem committed May 31, 2016
1 parent e7fb0eb commit eeae0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/backup_scripts/remove_old.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ "x" == "x$1" ]; then
fi

HOST=$1
DAYS=30
DAYS=20
ROOTDIR=/var/lib/jenkins/jobs
JOBS="$ROOTDIR/*/builds/"
MULTIJOBS="$ROOTDIR/*/configurations/axis-nodes/*/builds/"
Expand Down

0 comments on commit eeae0d7

Please sign in to comment.