<div dir="ltr">Hi Renato,<div><br></div><div>Category "sanitizer" builders depend on llvm, cfe, and compiler-rt projects, i.e. a build gets triggered by any change in any of these projects.<br></div><div><br></div><div>The builder you have mentioned is in the "clang" category and depends on llvm, cfe, and clang-tools-extra projects.</div><div><br></div><div>If I understood correctly what you are after, you need to use "clang_fast_scheduler" if your builslave could be considered as fast, or define your own scheduler. </div><div>To use "clang_fast_scheduler" you can specify "clang_fast" category for your builder.</div><div><br></div><div>Please also keep in mind that category is also a way to filter builders, for example<br></div><div><a href="http://lab.llvm.org:8011/waterfall?category=sanitizer&category=polly">http://lab.llvm.org:8011/waterfall?category=sanitizer&category=polly</a><br></div><div>would show only sanitizer and polly builders.</div><div><br></div><div>You may want to have a new category for your compiler-rt builder.</div><div>If so, please let me know and I'll add that and will move your builder.</div><div><br></div><div>Hope this helps.</div><div><br></div><div>Thanks</div><div><br></div><div>Galina</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 21, 2014 at 3:16 PM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Folks,<br>
<br>
Am I right to assume that if I specify { 'category' : "sanitizer" } to<br>
my buildboc config on builders.py, it'll only fire builds on<br>
"compiler-rt" repository changes?<br>
<br>
One of our buildbots,<br>
<a href="http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full" target="_blank">http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full</a>, is<br>
mainly a compiler-rt tester, and most of the time it fails for<br>
problems in the sanitizers (as intended), but we only get the error on<br>
clang/llvm commits, so people don't notice.<br>
<br>
If I add that parameter to my buildbot, will it pick up on compiler-rt changes?<br>
<br>
thanks,<br>
--renato<br>
</blockquote></div><br></div>