Changes between Version 274 and Version 275 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Feb 14, 2015, 6:14:00 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

old stats are for less projects

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v274 v275  
    351351The roundtrip time for a full check on all projects - if nothing has to be built - is on the 7-core-i7-iMac-OSX/CI-VM about an hour at the moment, which is mainly due to the rsync access to Jenkins master...
    352352
    353 A full rebuild of all projects (excluding qt5 and cmake) takes about 2,5 hrs (as of November 2014):
     353A full rebuild of all projects (excluding qt5 and cmake) takes about 2,5 hrs (for 118 projects as of November 2014):
    354354{{{
    355355$ cd ~/scripts; time ./all-tiers-install.sh rebuild
     
    361361while a great portion of that is also due to the deployment of all built binaries to Jenkins master.
    362362
    363 Building including qt5 with a rebuild of all projects (except cmake) needs 3 hrs (as of November 2014):
     363Building including qt5 with a rebuild of all projects (except cmake) needs 3 hrs (for 118 projects as of November 2014):
    364364{{{
    365365$ cd ~/scripts; time (./install.sh qt5 rebuild && ./all-tiers-install.sh rebuild)
     
    371371where the user time indicates that qt5 increased the parallel building tremendously.
    372372
    373 With tests enabled building everything would run for about 6 hrs.
     373With tests enabled building everything would run for about 6 hrs (for 118 projects as of November 2014).