tiagobento commented on PR #6860: URL: https://github.com/apache/incubator-kie/pull/6860#issuecomment-5457539210
@tkobayas I wonder if those partitions are the most optimal. It seems we have a big opportunity to break down `kogito-apps` and the `default` partition as well. One thing that crossed my mind too: Are we sure that the sum of these partitions result in all the modules being built? In KIE Tools we added a guard clause for it that helped be confident that no module was being forgotten by bugs or misconfiguration. If we can extract the time each test takes from the logs, we can heuristically determine what's the best partition allocation by number of partitions and members of each partition. -- 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]
