Changes between Version 242 and Version 243 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Nov 19, 2014, 7:08:56 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

Stats for OSX/CI system

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v242 v243  
    330330
    331331Important projects are e.g. KDevelop, KMyMoney, but also [https://projects.kde.org/projects/kde/kdeedu KDE-EDU applications] on their [https://community.kde.org/KDEEdu/RouteToKF5 route to KF5] can serve as good test cases. This is referred to as "Tier 5" and details can be found  [wiki:/KDEProblems/KDEMacPortsCI/Status/ProjectsBeyondKF5 here].
     332
     333
     334
     335== Some stats about the OSX/CI system ==
     336
     337Altogether there are over a hundred KF5 frameworks and applications being regularly built for OSX (as of November 2014):
     338{{{
     339$ cat ~/scripts/tier*.fw | grep -v "#" | wc
     340    118     118    1164
     341}}}
     342
     343The 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 half an hour at the moment. These 30 mins are mainly due to the rsync access to Jenkins master...
     344
     345A full rebuild of all projects (excluding qt5 and cmake) takes about 3 hrs:
     346{{{
     347$ cd ~/scripts; time ./all-tiers-install.sh rebuild
     348...
     349real    143m12.696s
     350user    193m56.993s
     351sys     42m30.157s
     352}}}
     353while a great portion of that is also due to the deployment of all built binaries to Jenkins master.