[PATCH] [zorg] Add windows lldb test builder to zorg

Rick Foos rfoos at codeaurora.org
Tue Jan 13 17:51:41 PST 2015


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 --------------
A non-text attachment was scrubbed...
Name: D6962.18126.patch
Type: text/x-patch
Size: 642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150114/c1dbe911/attachment.bin>


More information about the llvm-commits mailing list