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.

PR-URL: nodejs#432
Reviewed-By: Rod Vagg <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
jbergstroem committed Jun 3, 2016
1 parent 136df13 commit 60874ed
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 60874ed

Please sign in to comment.