jenkins-bot has submitted this change and it was merged.

Change subject: limit beta jobs history to 15 days
......................................................................


limit beta jobs history to 15 days

Update jobs:

beta-mediawiki-config-update
beta-update-databases

Change-Id: I4bc890574304c4e2c225ee80b286eaf0d1ab7303
---
M beta.yaml
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/beta.yaml b/beta.yaml
index 8a583aa..3e1691d 100644
--- a/beta.yaml
+++ b/beta.yaml
@@ -120,6 +120,9 @@
     triggers:
      - timed: '@hourly'
 
+    logrotate:
+        daysToKeep: 15
+
 # Job to deploy the Wikimedia MediaWiki configuration files
 #
 # The configuration files are hosted in operations/mediawiki-config.git which
@@ -165,6 +168,9 @@
         # Refresh the databases lists
         sudo -u mwdeploy 
/home/wikipedia/common/multiversion/refreshWikiversionsCDB
 
+    logrotate:
+        daysToKeep: 15
+
 # Job updating MediaWiki core+extensions code and refreshing the message
 #
 # This is the poor man auto updating script. We should probably split the

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

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

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

Reply via email to