[zorg] r237626 - Keep sanitizer_x86_64-freebsd bot quite till it will be reliably green.

Galina Kistanova gkistanova at gmail.com
Mon May 18 15:21:51 PDT 2015


Author: gkistanova
Date: Mon May 18 17:21:50 2015
New Revision: 237626

URL: http://llvm.org/viewvc/llvm-project?rev=237626&view=rev
Log:
Keep sanitizer_x86_64-freebsd bot quite till it will be reliably green.

Modified:
    zorg/trunk/buildbot/osuosl/master/master.cfg

Modified: zorg/trunk/buildbot/osuosl/master/master.cfg
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/master.cfg?rev=237626&r1=237625&r2=237626&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/master.cfg (original)
+++ zorg/trunk/buildbot/osuosl/master/master.cfg Mon May 18 17:21:50 2015
@@ -85,7 +85,9 @@ c['builders'] = builders = list(config.b
 # will keep track of such.
 standard_builders = [b['name'] for b in builders
                      if not b['category'].endswith('.exp') and
-                        not b['name'].startswith('perf-x86_64')]
+                        # List of builders to keep quite
+                        not b['name'].startswith('perf-x86_64') and
+                        not b['name'] == 'sanitizer_x86_64-freebsd']
 
 # TODO: Fix buildbot.status.words.IRC to accept a list of builders to report
 # instead of defining categories to report. Otherwise we could report more





More information about the llvm-commits mailing list