[llvm-dev] [Zorg] Adding a new slave

Mike Edwards via llvm-dev llvm-dev at lists.llvm.org
Mon Feb 1 17:41:33 PST 2016


Hi Galina,
I am working on getting a new Windows bot up and running.  Would you please
review and apply the attached patch when you have a moment.

Thanks,
Mike Edwards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160201/70f2ab88/attachment.html>
-------------- next part --------------
Index: buildbot/osuosl/master/config/slaves.py
===================================================================
--- 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
         create_slave("lldb-amd64-ninja-netbsd7", properties={'jobs': 3}, max_builds=1),
         # FreeBSD 11.0-CURRENT amd64


More information about the llvm-dev mailing list