You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by Enrico Olivelli <eo...@gmail.com> on 2020/12/23 14:05:59 UTC

Enabling GitHub Actions for tests

Hi all,
Currently we do not have jenkins enabled anymore, so no nightly tests and
also we are only validating pull requests against master branch.

I have sent this patch to enable github actions:
- after each push
- to validate PR against every release branch

https://github.com/apache/bookkeeper/pull/2525

Please take a look, I feel uncomfortable with cutting 4.12.1 without a
working CI env


Enrico