I would like to improve the testing coverage in the release branch, so if you
are a buildbot owner and would like to enable your builder for the release branch,
let me know, and I can help get it enabled.
Also, if you have any ideas for some more extensive testing that might be too
slow to run on the main branch, we may be able to enable it on the release
branch either running once per commit or once per tag.
This sounds interesting! Would this also make it possible to automatically get the release binaries from the buildbots, as opposed to manually uploading to the FTP server?
This sounds interesting! Would this also make it possible to automatically get the release binaries from the buildbots, as opposed to manually uploading to the FTP server?
Yes, this is something I would like to do. I think you could pretty easily run
the test-release.sh script on the bot. The only issue is finding a way to
securely upload the binaries.
We at Linaro are maintaining LLVM Arm/AArch64 buildbots and want a host buildbot for testing of release branches.
Kindly share the steps to do this. Do we have to host separate builbots for tracking release branches or is it possible to track multiple branches by existing buildbots assuming traffic on release branches is less frequent?
We at Linaro are maintaining LLVM Arm/AArch64 buildbots and want a host buildbot for testing of release branches.
OK, that's great.
Kindly share the steps to do this. Do we have to host separate builbots for tracking release branches or is it possible to track multiple branches by existing buildbots assuming traffic on release branches is less frequent?
I've submitted a patch[1] to add the infrastructure for enabling builders
on the release branch. Once this patch or something similar gets applied
then we can start enabling individual builders. I'll follow up with you
once this patch lands.