Re: Daily build to test with JDK 9 and 10

2018-05-10 Thread Pascal Schumacher
Hi Zoran, it is exactly as you said. Just parallelizing the test part of the build did not work for the reasons you mentioned. Therefore I have reverted the change. - Pascal Am 11.05.2018 um 00:05 schrieb Zoran Regvart: Hi Pascal, thank you for looking into this. I don't think that using pa

Re: Daily build to test with JDK 9 and 10

2018-05-10 Thread Zoran Regvart
Hi Pascal, thank you for looking into this. I don't think that using parallel will help us, here's why: we're building on JDK 8 and we need to use binaries built on JDK 8. Running same tests in parallel will cause a lot of flakiness as they might use the same network ports or touch the same files.

Re: Daily build to test with JDK 9 and 10

2018-05-10 Thread Pascal Schumacher
It is great to have a build for JDK 9 and 10! (Next step is JDK 11, which is already available according to https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix :)) Making the job executing the test for JDK 9 and JDK 10 in parallel was easy: https://github.com/apache/cam

Re: Daily build to test with JDK 9 and 10

2018-05-09 Thread Willem Jiang
Not sure if we can leverage travis to do this kind of work. As camel build is a little bit longer one by one, if we can run the component tests in parallel that you could save us lot of time. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) T

Re: Daily build to test with JDK 9 and 10

2018-05-09 Thread Zoran Regvart
Hi Cameleers, so it's not that bad[1] 77 tests failed in total. I think we need to play with opening up some modules a bit. I'm a bit sad that it takes 9 hours for the job to run, when we add JDK 11 I would expect it to take 13 hours, would be nice if there was a way to just run the tests in parall

Re: Daily build to test with JDK 9 and 10

2018-05-09 Thread Jean-Baptiste Onofré
Hi Zoran, it sounds good to me. Thanks ! Regards JB On 09/05/2018 11:45, Zoran Regvart wrote: Hello Cameleers, I've created a build that will run once every day to run tests on JDK 9 and 10[1], the configuration for the build is in `Jenkinsfile.daily`[2]. Suggestions and contributions are we

Daily build to test with JDK 9 and 10

2018-05-09 Thread Zoran Regvart
Hello Cameleers, I've created a build that will run once every day to run tests on JDK 9 and 10[1], the configuration for the build is in `Jenkinsfile.daily`[2]. Suggestions and contributions are welcome :) zoran [1] https://builds.apache.org/view/A-D/view/Camel/job/Camel.daily/ [2] https://git