[Lldb-commits] [PATCH] D24078: [zorg] Move lldb-x86_64-ubuntu-14.04-cmake buildbot to the stable category
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 1 05:51:25 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL280362: [zorg] Move lldb-x86_64-ubuntu-14.04-cmake buildbot to the stable category (authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D24078?vs=69853&id=69996#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24078
Files:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py
@@ -612,6 +612,14 @@
downloadBinary=False,
buildAndroid=True,
runTest=False)},
+ {'name': "lldb-x86_64-ubuntu-14.04-cmake",
+ 'slavenames': ["lldb-build1-ubuntu-1404"],
+ 'builddir': "buildWorkingDir",
+ 'category' : 'lldb',
+ 'factory': LLDBBuilder.getLLDBScriptCommandsFactory(
+ downloadBinary=False,
+ buildAndroid=False,
+ runTest=True)},
{'name': "lldb-amd64-ninja-netbsd7",
'slavenames': ["lldb-amd64-ninja-netbsd7"],
'builddir': "build",
@@ -1077,14 +1085,6 @@
'factory': LLDBBuilder.getLLDBBuildFactory(triple=None, # use default
extra_configure_args=['--enable-cxx11', '--enable-optimized', '--enable-assertions'],
env={'PATH':'/home/llvmbb/bin/clang-latest/bin:/home/llvmbb/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games'})},
- {'name': "lldb-x86_64-ubuntu-14.04-cmake",
- 'slavenames': ["lldb-build1-ubuntu-1404"],
- 'builddir': "buildWorkingDir",
- 'category' : 'lldb',
- 'factory': LLDBBuilder.getLLDBScriptCommandsFactory(
- downloadBinary=False,
- buildAndroid=False,
- runTest=True)},
{'name': "lldb-x86_64-darwin-13.4",
'slavenames': ["lldb-x86_64-darwin-13.4"],
'builddir': "buildDir",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24078.69996.patch
Type: text/x-patch
Size: 1805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160901/a3991ec6/attachment.bin>
More information about the lldb-commits
mailing list