Skip to content

Commit dba106e

Browse files
Open MPI Teamjsquyres
authored andcommitted
pmix nightly tarball: only save 7 days
We don't have infinite disk space: only save 7 days of builds, not 28. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 96a90ff commit dba106e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/build-server/pmix-nightly-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ for branch in $branches; do
147147
# in here and clean up the old failed builds, we can accumulate
148148
# many over time. So remove any old failed bbuilds that are over
149149
# 4 weeks old.
150-
${script_dir}/remove-old.pl 28 $build_root/$branch
150+
${script_dir}/remove-old.pl 7 $build_root/$branch
151151
done
152152

153153
# If we had any new snapshots to send to coverity, process them now

0 commit comments

Comments
 (0)