jamesfredley opened a new pull request, #15438:
URL: https://github.com/apache/grails-core/pull/15438

   ## Summary
   
   Follow-up to #15415. Instead of pairing \`indy=true\` with every Java 
version, run a single \`indy=true\` job (Java 17) per test type alongside all 
the existing \`indy=false\` combinations.
   
   ## Job count change
   
   | Job | Before | After |
   |-----|--------|-------|
   | `buildForge` | 4 (2 Java × 2 indy) | 3 (2 Java indy=false + 1 indy=true) |
   | `functional` | 6 (3 Java × 2 indy) | 4 (3 Java indy=false + 1 indy=true) |
   | `mongodbFunctional` | 8 (2 Java × 2 MongoDB × 2 indy) | 5 (4 indy=false + 
1 indy=true) |
   | `hibernate5Functional` | 4 (2 Java × 2 indy) | 3 (2 Java indy=false + 1 
indy=true) |
   
   The single `indy=true` run per job type uses Java 17 (minimum supported 
version). For `mongodbFunctional` it also pins MongoDB 7.0.
   
   Relates to #15321, follow-up to #15415


-- 
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]

Reply via email to