Page MenuHomePhabricator

update jenkins ant script to link sqlite directoy to a tempfs
Closed, ResolvedPublic

Description

SQLite backend using Precise is really slow as hell. To fix that up we are using a tempfs. The ant script should make sure $WORKSPACE/data links to some directory under the tempfs directory.


Version: unspecified
Severity: normal

Details

Reference
bz41868

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:48 AM
bzimport set Reference to bz41868.

Ant script has been updated so that sqlite files are written to the tmpfs https://gerrit.wikimedia.org/r/#/c/35161/

A change has been submitted to ops to move the tmpfs under /var/lib/jenkins https://gerrit.wikimedia.org/r/#/c/35159/

Ops part been merged by Faidon.

https://gerrit.wikimedia.org/r/43211 switch from /mnt/jenkins-tmp to /var/lib/jenkins/tmpfs