on a loosely related note : the test suite logs are scary to look at: piles upon piles of stack traces and error logs but the tests actually pass ...
On Thu, Nov 26, 2020 at 10:50 AM Jean Helou <jean.he...@gmail.com> wrote: > Thanks benoit, > > Matthieu pointed me to numerous apache projects with jenkinsfiles which > mention docker in > https://github.com/search?q=org%3Aapache++filename%3AJenkinsfile+docker&type=Code > so I'm trying out things based on that > > the logs seem promising so far : > ``` > > [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 > s - in org.apache.james.backends.rabbitmq.RabbitMQConnectionFactoryTest > ℹ︎ Checking the system... > ✔ Docker version should be at least 1.6.0 > ✔ Docker environment should have more than 2GB free disk space > [INFO] Running org.apache.james.backends.rabbitmq.RabbitMQTest > ``` > > > On Thu, Nov 26, 2020 at 10:40 AM Tellier Benoit <btell...@apache.org> > wrote: > >> Done >> >> Le 26/11/2020 à 16:25, Jean Helou a écrit : >> > hi all, >> > >> > As you know I started a PR to setup jenkins CI, the latest iteration >> sees >> > the compilation of the project complete in 5 minutes ( thanks to T1C) >> but >> > the tests fail to initialize docker containers with the disastrous >> > consequences you can imagine :D >> > >> > I opened https://issues.apache.org/jira/browse/INFRA-21144 to ask if >> it is >> > possible to have the docker service enable don some nodes, since I am >> not >> > official member of the project I think it may be useful if you chimed >> in on >> > the ticket to confirm that this is a legitimate request. >> > >> > Best regards, >> > Jean >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org >> For additional commands, e-mail: server-dev-h...@james.apache.org >> >>