[zorg] r176395 - Added IRC functionality to phased builders. This should give more visibility when one of them breaks.

Michael Gottesman mgottesman at apple.com
Fri Mar 1 16:59:41 PST 2013


Some background: I put this change in to prevent things like r176381. No one can blame anyone for breaking something that they were not notified of, even if it was public. = /.

On Mar 1, 2013, at 4:56 PM, Michael Gottesman <mgottesman at apple.com> wrote:

> Author: mgottesman
> Date: Fri Mar  1 18:56:04 2013
> New Revision: 176395
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=176395&view=rev
> Log:
> Added IRC functionality to phased builders. This should give more visibility when one of them breaks.
> 
> Modified:
>    zorg/trunk/buildbot/llvmlab/master/config/status.py
> 
> Modified: zorg/trunk/buildbot/llvmlab/master/config/status.py
> URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/config/status.py?rev=176395&r1=176394&r2=176395&view=diff
> ==============================================================================
> --- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
> +++ zorg/trunk/buildbot/llvmlab/master/config/status.py Fri Mar  1 18:56:04 2013
> @@ -27,7 +27,15 @@ def get_status_targets(standard_builders
>                                     sendToInterestedUsers = False,
>                                     mode = 'change',
>                                     addLogs = False,
> -                                    num_lines = 15)]
> +                                    num_lines = 15),
> +            buildbot.status.words.IRC('irc.oftc.net', 'llvmlab',
> +                                      port=6668,
> +                                      channels=['llvm'],
> +                                      allowForce=False,
> +                                      password='smooshy',
> +                                      notify_events=['successToFailure', 'failureToSuccess'],
> +                                      categories=['build', 'test']),
> +            ]
> 
>     # Get the path to the authors file we use for email lookup.
>     llvm_authors_path = os.path.join(os.path.dirname(__file__), 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130301/1d2721f9/attachment.html>


More information about the llvm-commits mailing list