Ugh, sorry, I've been otherwise swamped and haven't looked into this at all.
https://blogs.apache.org/infra/entry/github_pull_request_builds_now
covers the infra post on what they recently providing for
building/testing pull requests.
In general, we have access to a Jenkins instance which we can configure
to run builds on commits. We can investigate using Yetus[1] as an entry
point for automating builds (can also double as an alternative for
building PR's).
[1] https://yetus.apache.org
Vladimir Sitnikov wrote:
> Any success with CI?
>
> I just came across https://travis-ci.org/apache/jackrabbit-oak, and
> they somehow managed to enable Travis for an Apache project.
>
> I've no idea what opportunities Apache's CI provides, however having
> some sort (e.g. Travis) of "github PR testing" would be good.
>
> Vladimir
|