jeantil commented on code in PR #2813:
URL: https://github.com/apache/james-project/pull/2813#discussion_r2357583622
##########
server/apps/cassandra-app/pom.xml:
##########
@@ -326,6 +326,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
Review Comment:
we just had a build with an actual good build time on master here
https://ci-builds.apache.org/job/james/job/ApacheJames/job/master/1768/cloudbees-pipeline-explorer/?filter=79
25 minutes for all stages :D
and yes going from 4-5h to 1h is already helpful :D That was the easy step
even if it took 1y9 months but mostly waiting time.
the next improvments are going to require a lot of thinking about what we
are testing and how to improve the repartition of james tests on the test
pyramid. I think (intuition not analysis) that there are too many integration
tests. I have other topics I want to tackle first ( I have a huge wip on jdkim)
and very limited time so I probably won´t bother the james team any time soon
with this but it will come... some day :rofl:
--
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]