tkobayas commented on PR #6860: URL: https://github.com/apache/incubator-kie/pull/6860#issuecomment-5339961934
@tiagobento Thank you for the feedback. I'll work on the suggestions. One thing: > Lastly, but not least important: maybe we should try to combine partitioning and a more aggressive -T configuration? Taking advantage of multi-core builds will probably help even more, now that we're aiming to have less scope to build on each partition. I experimented with the `-T 4` approach in https://github.com/apache/incubator-kie/pull/6864 and achieved a 34% speedup, but at the cost of disabling 10 flaky tests, with one hang issue still unresolved. We should fix these issues anyway, but I'm afraid it could take a long time. Also, it would be hard to keep all tests reliable under parallel Maven builds. -- 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]
