Skip to content

Commit fc24bcd

Browse files
committed
Merge remote-tracking branch 'origin/2.11.x' into 2.11.x-jdk8
2 parents f73fc02 + 2fac630 commit fc24bcd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

common.conf

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,17 @@ options.resolvers: {
165165
04: "dbuild-unchecked: https://scala-ci.typesafe.com/artifactory/dbuild-unchecked/" // for sbt plugins not available on ivy (they'll fail the pom check on the `dbuild` cache repo above)
166166
}
167167

168-
// we don't have enough disk space to keep stuff longer
168+
# new behemoths have much more disk space, so let's try keeping stuff
169+
# substantially longer (2 weeks instead of 4-5 days) and see what
170+
# the effect on disk space usage is, starting March 17 2018
169171
options.cleanup: {
170172
extraction: {
171-
success: 96
172-
failure: 120
173+
success: 336
174+
failure: 336
173175
}
174176
build: {
175-
success: 96
176-
failure: 120
177+
success: 336
178+
failure: 336
177179
}
178180
}
179181

0 commit comments

Comments
 (0)