You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get maven controlled execution of docker containers (avoid starting unused images during build) - TestContainers is a good option. (Simplify container testing #13134)
For pull-request based builds, introduce a Maven build extension to trigger the build only for modules that are affected by the changes introduced in the pull-request (Trigger the build for downstream projects) (Improve efficiency of CI pipeline resources by partial rebuild #6260)
This PR enables *-deployment modules during reactor projects resolution for integration tests
Check if master builds are deployed to a central location (the Sonatype Snapshot Repository?) to avoid rebuilding all sources from scratch on each pull-request
This does not sound right...you would need those snapshots to be from same base master branch...or do you mean that we would have the build use sha1 named versions ?
Check if master builds are deployed to a central location (the Sonatype Snapshot Repository?) to avoid rebuilding all sources from scratch on each pull-request
This does not sound right...you would need those snapshots to be from same base master branch...or do you mean that we would have the build use sha1 named versions ?
Yeah I think we should skip this idea. We already cache the maven repository. We could cache the local build artifacts as well but this would only save 13 minutes. I think we have bigger problems.
*-deployment
modules during reactor projects resolution for integration testsThe text was updated successfully, but these errors were encountered: