martin-g commented on pull request #4243: URL: https://github.com/apache/zeppelin/pull/4243#issuecomment-968622440
I've started working few times on this PR but the build is very unstable on Travis. Part of the reason is also that I don't quite get the build setup. As a Maven project I expect that `mvn clean install` should do everything that is needed. But it fails because some Maven modules cannot find other modules. One has to `mvn install -DskipTests` first and then execute `mvn test` in a second pass. Last Thursday there was a [meeting](https://cwiki.apache.org/confluence/x/FJBnCw) with Apache Infra where we discussed how we could use Linux ARM64 build nodes for Github Actions CI. The idea is to use self-hosted Linux ARM64 runner + custom Github Action runner with security enhancements to prevent abuses from contributors. Also see https://cwiki.apache.org/confluence/display/INFRA/GitHub+-+self-hosted+runners This way Zeppelin will continue using just Github Actions as a CI. I'll let you know once I have a working POC! -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org