[zorg] r300573 - Remove the ppc64le-clang-lnt buildbot because it continues to be flaky making it hard to listen to/use buildbots effectively due to the noise.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 10:48:59 PDT 2017


Author: dblaikie
Date: Tue Apr 18 12:48:59 2017
New Revision: 300573

URL: http://llvm.org/viewvc/llvm-project?rev=300573&view=rev
Log:
Remove the ppc64le-clang-lnt buildbot because it continues to be flaky making it hard to listen to/use buildbots effectively due to the noise.

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=300573&r1=300572&r2=300573&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Apr 18 12:48:59 2017
@@ -361,19 +361,6 @@ def _get_clang_builders():
                                                             extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"]),
          'category' : 'clang'},
 
-        {'name' : "clang-ppc64le-linux-lnt",
-         'slavenames' :["ppc64le-clang-lnt-test"],
-         'builddir' :"clang-ppc64le-lnt",
-         'factory' : ClangBuilder.getClangCMakeBuildFactory(clean=False,
-                                                            jobs=6,
-                                                            checkout_lld=False,
-                                                            useTwoStage=False,
-                                                            runTestSuite=True,
-                                                            stage1_config='Release',
-                                                            nt_flags=['--threads=16', '--build-threads=16'],
-                                                            extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"]),
-         'category' : 'clang'},
-
         {'name' : "clang-ppc64be-linux-multistage",
          'slavenames' :["ppc64be-clang-multistage-test"],
          'builddir' :"clang-ppc64be-multistage",




More information about the llvm-commits mailing list