summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy20
1 files changed, 10 insertions, 10 deletions
diff --git a/perf.groovy b/perf.groovy
index b0a2ba9901..e4c890787c 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -120,9 +120,9 @@ def static getOSGroup(def os) {
newJob.with {
logRotator {
- artifactDaysToKeep(21)
+ artifactDaysToKeep(14)
daysToKeep(30)
- artifactNumToKeep(200)
+ artifactNumToKeep(100)
numToKeep(200)
}
wrappers {
@@ -365,9 +365,9 @@ def static getFullPerfJobName(def project, def os, def isPR) {
newJob.with {
// Enable the log rotator
logRotator {
- artifactDaysToKeep(21)
+ artifactDaysToKeep(14)
daysToKeep(30)
- artifactNumToKeep(200)
+ artifactNumToKeep(100)
numToKeep(200)
}
wrappers {
@@ -641,9 +641,9 @@ parallel(
newJob.with {
logRotator {
- artifactDaysToKeep(21)
+ artifactDaysToKeep(14)
daysToKeep(30)
- artifactNumToKeep(200)
+ artifactNumToKeep(100)
numToKeep(200)
}
wrappers {
@@ -754,9 +754,9 @@ parallel(
newJob.with {
logRotator {
- artifactDaysToKeep(21)
+ artifactDaysToKeep(14)
daysToKeep(30)
- artifactNumToKeep(200)
+ artifactNumToKeep(100)
numToKeep(200)
}
wrappers {
@@ -843,9 +843,9 @@ parallel(
newJob.with {
logRotator {
- artifactDaysToKeep(21)
+ artifactDaysToKeep(14)
daysToKeep(30)
- artifactNumToKeep(200)
+ artifactNumToKeep(100)
numToKeep(200)
}
wrappers {