search for: localbot

Displaying 4 results from an estimated 4 matches for "localbot".

Did you mean: localboot
2013 Nov 14
3
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...master/llvm), checkout zorg, symlink the master/builders configs from zorg into the buildmaster dir, symlink the zorg's Python module into /lib/python2.7/whatever (can't remember), and start the master via (buildbot master start). Then, I'd create two buildslaves on the board, one in ~/localbot and one in ~/buildbot, with the former pointing to your local master and the latter pointing to LLVM's official master, so that it's easy for you to swap. ( http://llvm.org/docs/HowToAddABuilder.html) On the master, I stripped down all builders from the config and only left my own boards,...
2013 Nov 17
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
...gt; zorg, symlink the master/builders configs from zorg into the buildmaster > dir, symlink the zorg's Python module into /lib/python2.7/whatever (can't > remember), and start the master via (buildbot master start). > > Then, I'd create two buildslaves on the board, one in ~/localbot and one > in ~/buildbot, with the former pointing to your local master and the latter > pointing to LLVM's official master, so that it's easy for you to swap. ( > http://llvm.org/docs/HowToAddABuilder.html) > > On the master, I stripped down all builders from the config and o...
2013 Nov 14
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
Renato, thanks for your elaborate walk-through of the issues with ARM boards. I'm trying to add some of this to the "How to Build on ARM" document and will submit a patch later on. I already ran into the problem of cores disappearing, but on Arch Linux (which uses a fairly recent kernel), the missing cores come back as soon as the load falls to zero. Unfortunately, my personal
2013 Nov 14
2
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
On 14 November 2013 02:13, Sean Silva <chisophugis at gmail.com> wrote: > I love Arch, but it is probably a bit too unstable for a long-term > buildbot. CC'ing Renato who might have some suggestions. > Mikael, Sean, I think having an Arch buildbot is a great idea. At Linaro, we normally test on Debian-derived distros, and having something else entirely is a good stress test