[PATCH] Move sanitizer bots's configs from an external repo to zorg

Kostya Serebryany kcc at google.com
Mon Sep 29 15:07:13 PDT 2014


Hi gkistanova, samsonov, eugenis,

Currently, we store the configs for sanitizer bots in a separate repository:
https://code.google.com/p/address-sanitizer/source/browse/#svn%2Ftrunk%2Fbuild%2Fscripts%2Fslave
We are planing to add more hardware to the bots, and before that we would like to
perform some cleanup.
First (this change) we want to move the config files from the external repo to zorg.
Next, we'd like to change zorg/buildbot/builders/SanitizerBuilder.py to use the configs
from zorg instead of the extarnal repo.
Then we'll add some new bots.

http://reviews.llvm.org/D5531

Files:
  zorg/buildbot/builders/sanitizers/
  zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh
  zorg/buildbot/builders/sanitizers/buildbot_chrome_asan.sh
  zorg/buildbot/builders/sanitizers/buildbot_chrome_tsan.sh
  zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
  zorg/buildbot/builders/sanitizers/buildbot_functions.sh
  zorg/buildbot/builders/sanitizers/buildbot_perf_asan.sh
  zorg/buildbot/builders/sanitizers/buildbot_selector.py
  zorg/buildbot/builders/sanitizers/buildbot_standard.bat
  zorg/buildbot/builders/sanitizers/buildbot_standard.sh
  zorg/buildbot/builders/sanitizers/slaveutil.py
  zorg/buildbot/builders/sanitizers/test_tsan.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5531.14191.patch
Type: text/x-patch
Size: 40000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140929/64980d4c/attachment.bin>


More information about the llvm-commits mailing list