tiagobento commented on issue #6841: URL: https://github.com/apache/incubator-kie-drools/issues/6841#issuecomment-5143716369
@tkobayas Thanks for this initiative! We don't need a nightly build anymore. We have a CI that runs on all pushes to `main`. As for slow tests, the same code that ran before in `Kogito Downstream` builds now runs in `CI :: Build`. PRs also have a partial build mechanism to make sure only what is necessary is being built/tested. I believe we can add -T 2 to the `mvn` commands to take advantage of the dual core machines we have available in GitHub Actions. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
