Skip to content

Commit 92c8f59

Browse files
authored
Reduce quantity of artifacts retained (dotnet#30270)
1 parent a14c5fd commit 92c8f59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

perf.groovy

+5-5
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ def osShortName = ['Windows 10': 'win10',
138138
Utilities.standardJobSetup(newJob, project, isPR, "*/${branch}")
139139
newJob.with {
140140
logRotator {
141-
artifactDaysToKeep(30)
142-
daysToKeep(30)
143-
artifactNumToKeep(200)
144-
numToKeep(200)
141+
artifactDaysToKeep(14)
142+
daysToKeep(14)
143+
artifactNumToKeep(100)
144+
numToKeep(100)
145145
}
146146
wrappers {
147147
timeout {
@@ -166,4 +166,4 @@ def osShortName = ['Windows 10': 'win10',
166166
}
167167
}
168168
}
169-
}
169+
}

0 commit comments

Comments
 (0)