Hi Benoit, As someone operating another CI, I want to play even unstable test on > every runs. Is there some adaptation needed to do this? >
Yes you will have to change your CI, > mvn -B -e -fae test now only runs stable tests, to run unstable tests you need an additional step > mvn -B -e -fae test -Punstable-tests I believe your CI is also based on jenkins (because of the stress test jenkinsfile at the root of the project) in which case you could configure your jenkins to pick up the jenkinsfile and use the same pipeline as we use on apache CI cheers, jean