[zorg] r187289 - Revert "Add my email as an extra recipient for normal failures."

Michael Gottesman mgottesman at apple.com
Fri Jul 26 19:15:37 PDT 2013


Author: mgottesman
Date: Fri Jul 26 21:15:36 2013
New Revision: 187289

URL: http://llvm.org/viewvc/llvm-project?rev=187289&view=rev
Log:
Revert "Add my email as an extra recipient for normal failures."

This reverts commit r187258.

Looks like the reason emails were not being sent out had to do with the commit
lists not being propogated properly from status builders => triggered builders.
Since we were only sending out emails when triggered builders failed and the
triggered builders had no source stamps, no email was sent out.

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=187289&r1=187288&r2=187289&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/status.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/status.py Fri Jul 26 21:15:36 2013
@@ -69,7 +69,7 @@ def get_status_targets(standard_builders
         InformativeMailNotifier(
             fromaddr = from_email,
             lookup = public_lookup,
-            extraRecipients = ['llvm-testresults at cs.uiuc.edu', 'mgottesman at apple.com'],
+            extraRecipients = ['llvm-testresults at cs.uiuc.edu'],
             sendToInterestedUsers = True,
             mode = 'problem',
             categories = ['build-public', 'test-public', 'status'],





More information about the llvm-commits mailing list