[zorg] r261166 - Remove lldb-x86_64-ubuntu-14.10

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 14:18:52 PST 2016


Author: kparzysz
Date: Wed Feb 17 16:18:52 2016
New Revision: 261166

URL: http://llvm.org/viewvc/llvm-project?rev=261166&view=rev
Log:
Remove lldb-x86_64-ubuntu-14.10

There is lldb-x86_64-ubuntu-14.04-cmake that the exact same thing,
so there is no test coverage lost by doing this.
The Hexagon builders are hosted on the same machine and removing
this builder will allow us to enable these builders without having
to fix the configuration of the lldb builder.


Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=261166&r1=261165&r2=261166&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed Feb 17 16:18:52 2016
@@ -1012,16 +1012,6 @@ def _get_experimental_scheduled_builders
          '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.10",
-         'slavenames': ["hexagon-build-03"],
-         'builddir': "lldb-x86_64-ubuntu-14.10",
-         'category' : 'lldb',
-         'factory': LLDBBuilder.getLLDBUbuntuCMakeBuildFactory(
-                    build_compiler="/local/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang",
-                    build_type="Release",
-                    jobs=8,
-                    env={'SHELL': '/bin/bash',
-                         'LD_LIBRARY_PATH': '/local/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/lib'})},
         {'name': "lldb-x86_64-ubuntu-14.04-cmake",
          'slavenames': ["lldb-build1-ubuntu-1404"],
          'builddir': "buildWorkingDir",




More information about the llvm-commits mailing list