> On Aug 7, 2015, at 2:50 PM, Steve Rowe <[email protected]> wrote:
> 
>>> On Aug 5, 2015, at 3:10 PM, Uwe Schindler <[email protected]> wrote:
>>> 
>>> Steve: For ASF Jenkins, it would be ideal to rename the preexisting 5.2 
>>> jobs and simply change the branch in the subversion settings. Before doing 
>>> that, be sure to delete the old workspace using the GUI (I am not sure if I 
>>> did that already...)!!! This is important, because Jenkins does not delete 
>>> the workspace automatically on rename/job delete, so it consumes large 
>>> amounts of disk space, which is very limited on the lucene machine.
> 
> I checked, and there should be enough disk space to hold the new 5.3 jobs - 
> judging by the 5.x jobs they’re copied from, they should take up ~17GB of the 
> available ~39GB:
> 
> ——
> sarowe@lucene1-us-west:/home/jenkins/jenkins-slave/workspace$ df -k .
> Filesystem     1K-blocks     Used Available Use% Mounted on
> /dev/sdb1       82437808 38832960  39394212  50% /x1
> ——
> 
> ——
> sarowe@lucene1-us-west:/home/jenkins/jenkins-slave/workspace$ du -s *5.x 
> 2>/dev/null | perl -pae '$sum += $F[0]; END { print "Total: $sum\n" }' 
> 973404        Lucene-Artifacts-5.x
> 5933652       Lucene-Solr-Clover-5.x
> 1621872       Lucene-Solr-Maven-5.x
> 2933128       Lucene-Solr-NightlyTests-5.x
> 3562984       Lucene-Solr-SmokeRelease-5.x
> 1618564       Solr-Artifacts-5.x
> Total: 16643604
> ——


Oops, the *5.x glob missed the Lucene-Solr-Tests-5.x-Java7 job’s workspace - 
here’s the correct version:

——
sarowe@lucene1-us-west:/home/jenkins/jenkins-slave/workspace$ du -s *5.x* 
2>/dev/null | perl -pae '$sum += $F[0]; END { print "Total: $sum\n" }' 
973404  Lucene-Artifacts-5.x
5933652 Lucene-Solr-Clover-5.x
1621872 Lucene-Solr-Maven-5.x
2933128 Lucene-Solr-NightlyTests-5.x
3562984 Lucene-Solr-SmokeRelease-5.x
1029620 Lucene-Solr-Tests-5.x-Java7
1618564 Solr-Artifacts-5.x
Total: 17673224
——

So it’s still ok: ~18GB of the available ~40GB.

Steve
www.lucidworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to