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

gitgabrio pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/main by this push:
     new d1491ed3 [remove_unwanted_reproducible] Attempt remove reproducible 
build in upstream projects (#1302)
d1491ed3 is described below

commit d1491ed38535d6e39f0a00a6cf3fe27f0a196328
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Thu May 14 15:00:21 2026 +0000

    [remove_unwanted_reproducible] Attempt remove reproducible build in 
upstream projects (#1302)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
---
 .ci/pull-request-config.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.ci/pull-request-config.yaml b/.ci/pull-request-config.yaml
index de02f994..a2d761d1 100644
--- a/.ci/pull-request-config.yaml
+++ b/.ci/pull-request-config.yaml
@@ -54,7 +54,8 @@ build:
           export 
MVN_EXCLUSION="!org.drools:drools-quarkus-rules-integration-test,!org.kie.kogito:jbpm-tests,!org.jbpm:jbpm-quarkus-integration-test,!org.kie.kogito:integration-tests-quarkus-norest,!org.kie.kogito:integration-tests-quarkus-norest,!org.kie.kogito:kogito-spring-boot-integration-tests,!org.kie.kogito:integration-tests-springboot-processes-persistence-common,!org.kie.kogito:integration-tests-springboot-decisions-it,!org.kie.kogito:integration-tests-springboot-kafka-it,!org.k
 [...]
           echo  ${{ env.MVN_EXCLUSION }}
           mvn clean package -DskipTests -Dfull artifact:3.5.1:compare 
-Dcompare.fail=false -Dcompare.aggregate.only=true 
-Dreference.repo=file:~/.m2/repository -pl ${{ env.MVN_EXCLUSION }} ${{ 
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ 
env.KOGITO_RUNTIMES_BUILD_MVN_OPTS }}
-
+        upstream: |
+          echo "Skipping dependency tree comparison for upstream builds"
   - project: apache/incubator-kie-kogito-apps
     build-command: 
       current: |
@@ -68,7 +69,8 @@ build:
           export MVN_PROJECTS_EXCLUSION=""
           echo  ${{ env.MVN_PROJECTS_EXCLUSION }}
           mvn clean package -DskipTests -Dfull artifact:3.5.1:compare 
-Dcompare.fail=false -Dcompare.aggregate.only=true 
-Dreference.repo=file:~/.m2/repository ${{ env.MVN_PROJECTS_EXCLUSION }} ${{ 
env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ 
env.KOGITO_APPS_BUILD_MVN_OPTS }}
-
+        upstream: |
+          echo "Skipping dependency tree comparison for upstream builds"
   - project: apache/incubator-kie-kogito-examples
     build-command:
       # First install the main pom


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to