Re: Parallel Build in Camel

2022-02-09 Thread Nicolas Filotto
Hi again, Just to let you know that it appears that there are only 2 cores on the target server which is obviously not enough to have an impact on the build time. Regards, Nicolas From: Nicolas Filotto Sent: Wednesday, February 9, 2022 11:33 To: dev@camel.apache

Re: Parallel Build in Camel

2022-02-09 Thread Nicolas Filotto
Hi, Thank you very much for your feedbacks. Here is the related PR https://github.com/apache/camel/pull/6907. Regards, Nicolas From: Otavio Rodolfo Piske Sent: Wednesday, February 9, 2022 10:26 To: dev@camel.apache.org Subject: Re: Parallel Build in Camel !--

Re: Parallel Build in Camel

2022-02-09 Thread Otavio Rodolfo Piske
Hi, I think it would be OK to give it a try. Please, feel free to open a PR with this suggestion. Kind regards On Wed, Feb 9, 2022 at 10:22 AM Nicolas Filotto wrote: > Hi, > > If the parallel build is something that can be used in the build pipeline, > why not simply starting by adding the -T

Re: Parallel Build in Camel

2022-02-09 Thread Nicolas Filotto
Hi, If the parallel build is something that can be used in the build pipeline, why not simply starting by adding the -T option of maven to the commands launched by the build (https://github.com/apache/camel/blob/main/.github/workflows/master-pr-build.yml#L39) as short/middle term solution befo

Re: Parallel Build in Camel

2022-02-09 Thread Otavio Rodolfo Piske
Hi, Yeah, that helps a bit, although it's still quite a lot. One day I'd like to take a closer look at some of the plugins we have on the build to see if there's some easy speed up we could do. As for the Github, I think we depend on 2 things: 1. I believe we need a Github action that contains an

Re: RFC: deprecating camel-testcontainers modules

2022-02-09 Thread Otavio Rodolfo Piske
Thanks Claus, I'll take care of it (hopefully in time for 3.16.0). I am tracking it on https://issues.apache.org/jira/browse/CAMEL-17625. Kind regards On Tue, Feb 8, 2022 at 10:53 AM Claus Ibsen wrote: > On Tue, Feb 8, 2022 at 9:32 AM Otavio Rodolfo Piske > wrote: > > > > Hello, > > > > I was