[zorg] r250123 - Silence buildbot 'sanitizer_x86_64-freebsd' temporally.
Galina Kistanova via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 16:17:45 PDT 2015
Author: gkistanova
Date: Mon Oct 12 18:17:45 2015
New Revision: 250123
URL: http://llvm.org/viewvc/llvm-project?rev=250123&view=rev
Log:
Silence buildbot 'sanitizer_x86_64-freebsd' temporally.
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=250123&r1=250122&r2=250123&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/master.cfg (original)
+++ zorg/trunk/buildbot/osuosl/master/master.cfg Mon Oct 12 18:17:45 2015
@@ -89,7 +89,8 @@ standard_builders = [b['name'] for b in
# List of builders to keep quite
not b['name'].startswith('perf-x86_64') and
not b['name'] == 'sanitizer_x86_64-freebsd' and
- not b['name'] == 'clang-native-arm-lnt-perf']
+ not b['name'] == 'clang-native-arm-lnt-perf' 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