[PATCH] D57414: Switch sanitizer-windows bot to annotator scripts
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 29 15:25:45 PST 2019
rnk marked 3 inline comments as done.
rnk added a comment.
Thanks!
================
Comment at: zorg/buildbot/builders/annotated/sanitizer-windows.py:48
+
+ # Just one stage. This bot is meant to provide quick feedback.
+ check_stages = [True]
----------------
inglorion wrote:
> You can omit this; check True for all stages is the default. I don't terribly mind making it explicit, so I'm ok if you prefer to leave it in.
Ah, that I didn't know.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57414/new/
https://reviews.llvm.org/D57414
More information about the llvm-commits
mailing list