[PATCH] [zorg] Add windows lldb test builder to zorg
Galina Kistanova
gkistanova at gmail.com
Wed Jan 14 14:16:59 PST 2015
Looks good to me. Please commit.
Thanks
Galina
On Tue, Jan 13, 2015 at 5:51 PM, Rick Foos <rfoos at codeaurora.org> wrote:
> Hi gkistanova, zturner,
>
> Temporary Windows 7 builder until LLDB tests running on two windows
> buildslaves. At that point this should be reverted and zturner's becomes
> the builder for this configuration.
>
> REPOSITORY
> rL LLVM
>
> http://reviews.llvm.org/D6962
>
> Files:
> buildbot/osuosl/master/config/builders.py
>
> Index: buildbot/osuosl/master/config/builders.py
> ===================================================================
> --- buildbot/osuosl/master/config/builders.py
> +++ buildbot/osuosl/master/config/builders.py
> @@ -635,6 +635,10 @@
> 'slavenames': ["zturner-win2008"],
> 'builddir': "lldb-windows-x86",
> 'factory':
> LLDBBuilder.getLLDBWindowsCMakeBuildFactory(config='Debug')},
> + {'name': "lldb-x86-win7-msvc",
> + 'slavenames': ["hexagon-build-01"],
> + 'builddir': "builddir/lldb-win7-msvc",
> + 'factory':
> LLDBBuilder.getLLDBWindowsCMakeBuildFactory(config='Debug')},
> ]
>
> # Offline.
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150114/6ac01f5c/attachment.html>
More information about the llvm-commits
mailing list