[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
Wed Aug 31 08:10:27 PDT 2016
labath created this revision.
labath added reviewers: gkistanova, chying.
labath added subscribers: lldb-commits, zturner.
Herald added subscribers: srhines, danalbert, tberghammer.
The buildbot has been stable for the past few months and having it send
breakage emails will make it much easier to diagnose and fix failures.
https://reviews.llvm.org/D24078
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
@@ -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.69853.patch
Type: text/x-patch
Size: 1772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160831/49911db1/attachment.bin>
More information about the lldb-commits
mailing list