[PATCH] Add LLDB x86_64 Ubuntu 14.04 builder
Ying Chen
chying at google.com
Mon Feb 9 16:27:10 PST 2015
Hi sivachandra, ovyalov, chaoren,
Added new lldb builder, for x86_64 Ubuntu
http://reviews.llvm.org/D7523
Files:
buildbot/osuosl/master/config/builders.py
buildbot/osuosl/master/config/slaves.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -678,6 +678,13 @@
'--enable-optimized',
'--enable-assertions'],
env={'SHELL':"/bin/bash"})},
+ {'name': "lldb-x86_64-ubuntu-14.04",
+ 'slavenames': ["lldb-build1-ubuntu-1404"],
+ 'builddir': "buildWorkingDir",
+ 'factory': LLDBBuilder.getLLDBUbuntuCMakeBuildFactory(
+ triple=None,
+ extra_configure_args=[],
+ env={'SHELL':"/bin/bash"})},
]
# Offline.
Index: buildbot/osuosl/master/config/slaves.py
===================================================================
--- buildbot/osuosl/master/config/slaves.py
+++ buildbot/osuosl/master/config/slaves.py
@@ -185,6 +185,11 @@
# Windows Server 2008 R2, Quad 2.6GHz Intel Xeon(R) 4GB RAM
create_slave("zturner-win2008", properties={'jobs': 4}, max_builds=1),
+
+ # Ubuntu x86-64, 51GiB System memory Intel(R) Xeon(R) CPU @ 2.60GHz
+ create_slave("lldb-build1-ubuntu-1404", properties={'jobs': 16, 'loadaverage':
+32},
+ max_builds=1),
# Defunct.
# # GCC Compile Farm Slaves, see http://gcc.gnu.org/wiki/CompileFarm
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7523.19628.patch
Type: text/x-patch
Size: 1396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150210/66a8ef28/attachment.bin>
More information about the llvm-commits
mailing list