Skip to content
Snippets Groups Projects
Verified Commit abcf9a5a authored by boklm's avatar boklm
Browse files

Bug 40080: Reduce the number of archived nightly builds

In order to avoid filling the disk (see tpo/tpa/team#41992), we reduce
the number of days we keep builds from 100 to 30. We're still keeping
one build from each of the last 30 weeks and last 12 months.
parent ece643c6
Branches main
No related tags found
1 merge request!40Bug 40080: Reduce the number of nightly builds we archive
......@@ -50,7 +50,7 @@ then
\) \
-a -execdir cp -a {} "$dname" \;
done
/home/tb-builder/tor-browser-bundle-testsuite/clones/tor-browser-build/tools/prune-old-builds --days 100 --weeks 30 --months 12 ~/tor-browser-builds-archive
/home/tb-builder/tor-browser-bundle-testsuite/clones/tor-browser-build/tools/prune-old-builds --days 30 --weeks 30 --months 12 ~/tor-browser-builds-archive
fi
# Only clean previous builds if we use more than 20GB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment