<p dir="ltr">Ah, from the sounds of the discussion on IRC this not had been discussed perhaps a few times before and not much traction was made.</p>
<p dir="ltr">Good point about the history though, thanks for pointing that out. I suppose in the future I can remove the spaces from the builder so it can't build, while keeping the builder present for history/investigation. (Or perhaps move it to the "doesn't send email/notifications" group of bots which I think we have - which would hopefully also separate it visually from the other bots in the waterfall)</p>
<br><div class="gmail_quote"><div dir="ltr">On Tue, Apr 18, 2017, 2:44 PM Bill Seurer <<a href="mailto:seurer@linux.vnet.ibm.com">seurer@linux.vnet.ibm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Before doing something like this is the future PLEASE contact the admin<br>
person of the bot.  By deleting it from the master you deleted all the<br>
history of it thus making it very difficult to see what the problem was<br>
(if any).<br>
<br>
On 04/18/2017 12:48 PM, David Blaikie via llvm-commits wrote:<br>
> Author: dblaikie<br>
> Date: Tue Apr 18 12:48:59 2017<br>
> New Revision: 300573<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=300573&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=300573&view=rev</a><br>
> Log:<br>
> 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.<br>
><br>
> Modified:<br>
>     zorg/trunk/buildbot/osuosl/master/config/builders.py<br>
><br>
> Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=300573&r1=300572&r2=300573&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=300573&r1=300572&r2=300573&view=diff</a><br>
> ==============================================================================<br>
> --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)<br>
> +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Apr 18 12:48:59 2017<br>
> @@ -361,19 +361,6 @@ def _get_clang_builders():<br>
>                                                              extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"]),<br>
>           'category' : 'clang'},<br>
><br>
> -        {'name' : "clang-ppc64le-linux-lnt",<br>
> -         'slavenames' :["ppc64le-clang-lnt-test"],<br>
> -         'builddir' :"clang-ppc64le-lnt",<br>
> -         'factory' : ClangBuilder.getClangCMakeBuildFactory(clean=False,<br>
> -                                                            jobs=6,<br>
> -                                                            checkout_lld=False,<br>
> -                                                            useTwoStage=False,<br>
> -                                                            runTestSuite=True,<br>
> -                                                            stage1_config='Release',<br>
> -                                                            nt_flags=['--threads=16', '--build-threads=16'],<br>
> -                                                            extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"]),<br>
> -         'category' : 'clang'},<br>
> -<br>
>          {'name' : "clang-ppc64be-linux-multistage",<br>
>           'slavenames' :["ppc64be-clang-multistage-test"],<br>
>           'builddir' :"clang-ppc64be-multistage",<br>
><br>
><br>
> _______________________________________________<br>
> llvm-commits mailing list<br>
> <a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
><br>
<br>
<br>
--<br>
<br>
-Bill Seurer<br>
<br>
</blockquote></div>