[zorg] r234409 - Trigger sanitizer bots on libcxx, libcxxabi, lld changes.
Sergey Matveev
earthdok at google.com
Wed Apr 8 08:16:28 PDT 2015
Author: smatveev
Date: Wed Apr 8 10:16:28 2015
New Revision: 234409
URL: http://llvm.org/viewvc/llvm-project?rev=234409&view=rev
Log:
Trigger sanitizer bots on libcxx, libcxxabi, lld changes.
Modified:
zorg/trunk/buildbot/osuosl/master/master.cfg
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Modified: zorg/trunk/buildbot/osuosl/master/master.cfg
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/master.cfg?rev=234409&r1=234408&r2=234409&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/master.cfg (original)
+++ zorg/trunk/buildbot/osuosl/master/master.cfg Wed Apr 8 10:16:28 2015
@@ -155,7 +155,10 @@ c['schedulers'].append(SingleBranchSched
change_filter=depends_on([
"llvm",
"cfe",
- "compiler-rt"])))
+ "compiler-rt",
+ "libcxx",
+ "libcxxabi",
+ "lld"])))
c['schedulers'].append(SingleBranchScheduler(name="openmp_scheduler",
treeStableTimer=2*60,
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh?rev=234409&r1=234408&r2=234409&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh Wed Apr 8 10:16:28 2015
@@ -30,6 +30,7 @@ function buildbot_update {
rev_arg="-r"$(svn info llvm | grep '^Revision:' | awk '{print $2}')
fi
+ # XXX: Keep this list in sync with the change filter in buildbot/osuosl/master/master.cfg.
update_or_checkout "$rev_arg" http://llvm.org/svn/llvm-project/cfe/trunk llvm/tools/clang
update_or_checkout "$rev_arg" http://llvm.org/svn/llvm-project/compiler-rt/trunk llvm/projects/compiler-rt
update_or_checkout "$rev_arg" http://llvm.org/svn/llvm-project/libcxx/trunk llvm/projects/libcxx
More information about the llvm-commits
mailing list