Skip to content

Commit c3bb97f

Browse files
authored
Merge pull request #249 from brianhlin/shrink-run-retention
Drop test run retention by 20%
2 parents 462769a + 443ffa4 commit c3bb97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/vm-test-cleanup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
RUNS_TO_KEEP=100
3+
RUNS_TO_KEEP=80
44

55
year='20[1-9][0-9]'
66
month='[01][0-9]'

0 commit comments

Comments
 (0)