tkobayas commented on PR #6855: URL: https://github.com/apache/incubator-kie-drools/pull/6855#issuecomment-5141001165
Confirmed that `test-integration-prebuilt-jars` build by reactor was quick (kjar build was skipped). ``` 2026-07-31T07:57:27.3634713Z [INFO] Drools :: Test Coverage :: Integration tests with prebuilt JARs - Jar with simple pojo 1.0.0 SUCCESS [ 0.035 s] 2026-07-31T07:57:27.3636171Z [INFO] Drools :: Test Coverage :: Integration tests with prebuilt JARs - Jar with enum 1.0.0 SUCCESS [ 0.034 s] 2026-07-31T07:57:27.3637440Z [INFO] Drools :: Test Coverage :: Integration tests with prebuilt JARs Parent 999-SNAPSHOT SUCCESS [ 0.038 s] 2026-07-31T07:57:27.3638698Z [INFO] Drools :: Test Coverage :: Integration tests with prebuilt JARs - JARs 999-SNAPSHOT SUCCESS [ 0.044 s] 2026-07-31T07:57:27.3639756Z [INFO] Drools :: Test Coverage :: Integration tests with prebuilt JARs - Jar with setter overload 999-SNAPSHOT SUCCESS [ 0.993 s] ``` And `test-integration-prebuilt-jars` build by `test-integration-prebuilt-tests` invoker was only once. ``` 2026-07-31T05:23:22.9722701Z [INFO] --- invoker:3.6.1:run (build-test-kjar) @ test-integration-prebuilt-tests --- 2026-07-31T05:23:22.9730087Z [WARNING] Filtering of parent/child POMs is not supported without cloning the projects 2026-07-31T05:23:22.9745188Z [INFO] Building: pom.xml 2026-07-31T05:23:46.7489295Z [INFO] pom.xml .......................................... SUCCESS (23.77 s) ``` So this change reduced the build time by around 40 seconds. -- 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]
