search for: max_builds

Displaying 3 results from an estimated 3 matches for "max_builds".

2016 Feb 02
2
[Zorg] Adding a new slave
.../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 create_slave("lldb-amd64-ninja-netbsd7", properties={...
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 run three times before lldb had the change to tri...
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: