Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53357


Change subject: (bug 38495) cleanup old builds
......................................................................

(bug 38495) cleanup old builds

limit build history to 90 days, would let us startup Jenkins a bit
faster.  As a side effect the URLs shown in Gerrit will gives out a 404
after 90 days.

Change-Id: I7d17f2b3b568a1933a3f6bebcc9ca6545295cdb0
---
M defaults.yaml
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/57/53357/1

diff --git a/defaults.yaml b/defaults.yaml
index c83e460..7de6029 100644
--- a/defaults.yaml
+++ b/defaults.yaml
@@ -21,6 +21,12 @@
 
     project-type: freestyle
 
+    logrotate:
+      daysToKeep: 90
+      numToKeep: -1
+      artifactDaysToKeep: -1
+      artifactNumToKeep: -1
+
     scm:
      - git:
         url: '/var/lib/zuul/git/{gerrit-name}'
@@ -45,6 +51,12 @@
 
     project-type: freestyle
 
+    logrotate:
+      daysToKeep: 90
+      numToKeep: -1
+      artifactDaysToKeep: -1
+      artifactNumToKeep: -1
+
     scm:
      - git:
         url: '/var/lib/zuul/git/mediawiki/extensions/{ext-name}'

-- 
To view, visit https://gerrit.wikimedia.org/r/53357
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d17f2b3b568a1933a3f6bebcc9ca6545295cdb0
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to