Hashar has uploaded a new change for review.

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


Change subject: contint: rm /var/lib/jenkins/tmpfs no more needed
......................................................................

contint: rm /var/lib/jenkins/tmpfs no more needed

/var/lib/jenkins/tmpfs is a 512M tmpfs to speed up tests, it was used
when we ran jobs in the Jenkins master instance.  Nowadays, we run all
tests in slave instances which use /var/lib/jenkins-slave/tmpfs

Change-Id: Ia92b940dfc65d4358b08a755449089bcaaa22922
---
M manifests/role/ci.pp
1 file changed, 0 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/53/92853/1

diff --git a/manifests/role/ci.pp b/manifests/role/ci.pp
index 2cd9428..dcbefe1 100644
--- a/manifests/role/ci.pp
+++ b/manifests/role/ci.pp
@@ -49,13 +49,6 @@
         ],
     }
 
-    contint::tmpfs { 'tmpfs for jenkins CI master':
-        user        => 'jenkins',
-        group       => 'jenkins',
-        mount_point => '/var/lib/jenkins/tmpfs',
-        size        => '512M',
-    }
-
     # Ganglia monitoring for Jenkins
     # The upstream module is named 'jenkins' which conflicts with 
python-jenkins
     # since gmond will lookup the 'jenkins' python module in the system path

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia92b940dfc65d4358b08a755449089bcaaa22922
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to