This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new c1eae8ec1c CAMEL-24318 - Use Maven parallelization for 
alternate-jdk-build on compilation part
c1eae8ec1c is described below

commit c1eae8ec1c5372283af8c86486559494232c48ee
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Jul 31 15:10:52 2026 +0200

    CAMEL-24318 - Use Maven parallelization for alternate-jdk-build on
    compilation part
    
    the option is used for the principal build but it wasn't for the
    alternate jdk ones.
    It should allow to gain 12 minutes per builds. There are 4 builds per
    day for alternate jdk
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .github/workflows/alternate-jdk-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/alternate-jdk-build.yaml 
b/.github/workflows/alternate-jdk-build.yaml
index 34f44b6f98..7929e6f724 100644
--- a/.github/workflows/alternate-jdk-build.yaml
+++ b/.github/workflows/alternate-jdk-build.yaml
@@ -96,7 +96,7 @@ jobs:
           ./mvnw -N cq:update-quarkus-metadata ${CQ_MAVEN_ARGS}
       - name: mvn clean install -DskipTests
         run: |
-          eval ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} clean install 
-DskipTests -Dquarkus.build.skip -Pformat
+          eval ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} clean install -T1C 
-DskipTests -Dquarkus.build.skip -Pformat
       - name: Sync Maven properties
         run: |
           ./mvnw cq:sync-versions ${CQ_MAVEN_ARGS} -N

Reply via email to