Displaying 2 results from an estimated 2 matches for "gribozavr1".
Did you mean:
gribozavr
2014 Jul 09
2
[LLVMdev] More than one buildbots per box
Hi folks,
I've got a 4-core machine which I want to use for more than one
buildbot, but I'm not sure how it would behave.
For example, I can see on slaves.py:
create_slave("gribozavr1", properties={'jobs': 8}, max_builds=1),
That slave has three bots:
clang-x86_64-debian-fast, llvm-clang-lld-x86_64-debian-fast,
lldb-x86_64-debian-clang
Does that mean that *any* one of the three can start at any time but
only one can run at a time? So, for example, clang-x86 could...
2014 Apr 28
2
[LLVMdev] Build bot for documentation?
> Please go ahead. We can host the buildbot here:
>
> http://lab.llvm.org:8011/buildslaves/gribozavr4
Thanks. I guess I'll have to do some reading because I don't have a
good high level understanding of how the build bot works.
For gribozavr4 does that mean running a new buildbot slave process on
the machine or can slaves build multiple configurations (is this the
same as what