Galina Kistanova via llvm-dev
2019-Nov-25 20:59 UTC
[llvm-dev] Github build status reporting
Hello everyone, I have configured buildbot to report build statuses to github. It is running in a pilot mode. Only the following 4 builders annotate revisions they build for now: * llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast * llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast * llvm-clang-x86_64-expensive-checks-ubuntu * llvm-clang-x86_64-win-fast Please let me know if you have any questions, concerns, or see any issues. Thanks Galina -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191125/0b2c7d8b/attachment.html>
Hi Galina, Thanks for doing this! I'm curious as to how the buildbot CI communicates with Github, is the buildbot itself capable of performing the Github API requests, or do you have an external tool/script that does that? Thanks, Alex On Mon, 25 Nov 2019 at 12:59, Galina Kistanova via cfe-commits < cfe-commits at lists.llvm.org> wrote:> Hello everyone, > > I have configured buildbot to report build statuses to github. It is > running in a pilot mode. Only the following 4 builders annotate revisions > they build for now: > > * llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast > * llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast > * llvm-clang-x86_64-expensive-checks-ubuntu > * llvm-clang-x86_64-win-fast > > Please let me know if you have any questions, concerns, or see any issues. > > Thanks > > Galina > > _______________________________________________ > cfe-commits mailing list > cfe-commits at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191203/a4b9981a/attachment.html>
Galina Kistanova via llvm-dev
2019-Dec-04 21:27 UTC
[llvm-dev] Github build status reporting
Hi Alex, Buildbot uses txgithub (https://github.com/tomprince/txgithub) to invoke Github API. Thanks Galina On Tue, Dec 3, 2019 at 12:36 PM Alex L <arphaman at gmail.com> wrote:> Hi Galina, > > Thanks for doing this! I'm curious as to how the buildbot CI communicates > with Github, is the buildbot itself capable of performing the Github API > requests, or do you have an external tool/script that does that? > > Thanks, > Alex > > On Mon, 25 Nov 2019 at 12:59, Galina Kistanova via cfe-commits < > cfe-commits at lists.llvm.org> wrote: > >> Hello everyone, >> >> I have configured buildbot to report build statuses to github. It is >> running in a pilot mode. Only the following 4 builders annotate revisions >> they build for now: >> >> * llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast >> * llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast >> * llvm-clang-x86_64-expensive-checks-ubuntu >> * llvm-clang-x86_64-win-fast >> >> Please let me know if you have any questions, concerns, or see any issues. >> >> Thanks >> >> Galina >> >> _______________________________________________ >> cfe-commits mailing list >> cfe-commits at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191204/562fccbb/attachment.html>