[LLVMdev] New OS X and Jenkins based build cluster

Chris Matthews chris.matthews at apple.com
Mon Oct 27 10:39:27 PDT 2014


> On Oct 27, 2014, at 10:30 AM, David Blaikie <dblaikie at gmail.com> wrote:
> 
> 
> 
> On Mon, Oct 27, 2014 at 10:22 AM, Chris Matthews <chris.matthews at apple.com <mailto:chris.matthews at apple.com>> wrote:
> I am happy to report our new Jenkins based build cluster is up and running:
> 
> http://lab.llvm.org:8080/green/ <http://lab.llvm.org:8080/green/>
> 
> This cluster is a major hardware update. The cluster has 10 builders + the Jenkins master. All builders have SSDs and enough RAM to do LTO builds of clang. 
> 
> Currently the cluster has:
> a cmake + ninja incremental builder
> a configure + make stage 1 builder
> a configure + make stage 2 builder with LTO
> a O3 LTO performance tracker
> 
> In the near future other jobs will be added:
> LLDB
> O0 -g performance tracker
> 
> Would this potentially include size tracking, too? (little harder to do if it's self-hosting, since the newer compiler would have more/different code, thus changing the size of debug info - so we might need some immutable code to do this analysis on (even just a predefined version of LLVM would be an option))

Out of the box, there is no size tracking on the NT performance suite.  This is our standard performance test suite.  We do have some code for reporting generated executable size in other parts of LNT though.  Patches welcome to expand that to the NT test suite.  


>  
> libcxx tester
> configure + make stage 3 build 
> 
> When I am convinced things are working, I will enabled emails to developers, and the IRC bot.
> 
> This cluster is a replacement for the old Darwin buildbots here: 
> 
> http://lab.llvm.org:8013/builders <http://lab.llvm.org:8013/builders>
> 
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu>         http://llvm.cs.uiuc.edu <http://llvm.cs.uiuc.edu/>
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141027/8d91c750/attachment.html>


More information about the llvm-dev mailing list