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
Ready on my side: http://lab.llvm.org:8011/buildslaves/ps4-buildslave2 Thanks Galina On Mon, Feb 1, 2016 at 5:41 PM, Mike Edwards <mike at sqlby.me> wrote:> 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/20160202/2ca24834/attachment.html>
Thanks Galina. On Tue, Feb 2, 2016 at 10:01 AM, Galina Kistanova <gkistanova at gmail.com> wrote:> Ready on my side: > http://lab.llvm.org:8011/buildslaves/ps4-buildslave2 > > Thanks > > Galina > > On Mon, Feb 1, 2016 at 5:41 PM, Mike Edwards <mike at sqlby.me> wrote: > >> 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/20160202/33e2a67d/attachment.html>