Displaying 4 results from an estimated 4 matches for "create_slav".
Did you mean:
create_slave
2016 Feb 02
2
[Zorg] Adding a new slave
...==============================================================
--- buildbot/osuosl/master/config/slaves.py (revision 259443)
+++ buildbot/osuosl/master/config/slaves.py (working copy)
@@ -183,6 +183,9 @@
# Ubuntu 14.04 x86_64-scei-ps4, 2 x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
create_slave("ps4-buildslave1", properties={'jobs': 72}, max_builds=1),
+ # Windows 10 Pro x86_64-scei-ps4, 2 x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
+ create_slave("ps4-buildslave2", properties={'jobs': 72}, max_builds=1),
+
# NetBSD 7.0 amd64...
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 exampl...
2010 Sep 08
1
[LLVMdev] Adding a Buildbot Slave
How would I go about registering a machine with the LLVM buildbot
as a build slave? I now have a fairly stable linux-x86_64 machine
to add to the pool.
-Dave
2014 Aug 01
3
[LLVMdev] Documentation for adding builders and slaves to zorg?
Hi all,
I'm working on adding a new buildbot. I'm don't understand what is required
when patching zorg's builders.py and slaves.py.
Is there any documentation on this?
Would anybody be willing to help?
Best,
Eric Fiselier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: