[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.

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 14:44:34 PDT 2017


Before doing something like this is the future PLEASE contact the admin 
person of the bot.  By deleting it from the master you deleted all the 
history of it thus making it very difficult to see what the problem was 
(if any).

On 04/18/2017 12:48 PM, David Blaikie via llvm-commits wrote:
> 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",
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>


-- 

-Bill Seurer



More information about the llvm-commits mailing list