[PATCH] D83503: [buildbot] Annotated builder tweaks
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 12:26:26 PDT 2020
tra added a comment.
In D83503#2162941 <https://reviews.llvm.org/D83503#2162941>, @gkistanova wrote:
> A script could be "external" as long as it is a part of the LLVM code base, i.e. committed under https://github.com/llvm to be available to others for review, use, and improve according to the "Apache 2.0 License with LLVM exceptions” and the Developer Policy.
Bot configuration and the build scripts are in D84258 <https://reviews.llvm.org/D84258>.
> llvm-zorg is the right place for the components of CI, but if your script is also used for generic builds, it is fine to have it as a part of CUDA.
I'm not sure I understand what you mean. All I need is:
- ability to change what my bot is doing *quickly*. If it requires changing the build master configs, it takes too long. That's why I want my workers to run an external script which I can update.
- have control over what my bots run w/o surprises. This is why I want to run the external script from an absolute path under my control, not from the freshly checked out zorg repo which can be updated by many other people.
Is that acceptable?
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83503/new/
https://reviews.llvm.org/D83503
More information about the llvm-commits
mailing list