nicoloboschi opened a new pull request, #3735: URL: https://github.com/apache/bookkeeper/pull/3735
Descriptions of the changes in this PR: Currently each CI job has his own workflow which makes hard to understand the whole picture of a CI execution. I've worked on a new workflow that includes all the existing tests and verification. The steps: 1. Validate the pull request -> compile, style, licenses, javadoc and so on If step 1 passes, trigger all the tests and builds (windows, macos) This is an example of the result on my fork: https://github.com/nicoloboschi/bookkeeper/actions/runs/3894518085 I kept the same job names because we have to keep the same required jobs to pass in order to merge a pull request. In case of failures, it's possible to trigger the failed jobs manually via the Github UI or using `rerun failure checks` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
