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-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new 8f7bee6cdc [incubator-kie-issues#2259] Dumping dependency trees to 
different file (#4204)
8f7bee6cdc is described below

commit 8f7bee6cdcbafc79241691b19ddead80e1962ddf
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Mon Feb 23 15:48:44 2026 +0100

    [incubator-kie-issues#2259] Dumping dependency trees to different file 
(#4204)
    
    * [no_issue_dependency_trees] Dumping dependency trees to different file
    
    * [no_issue_dependency_trees] Fix usage of variable in dependency tree name
    
    * [no_issue_dependency_trees] Fix artifact name
    
    * [no_issue_dependency_trees] Apply PR suggestion
    
    * [no_issue_dependency_trees] RE-enable windows build for kogito-runtimes 
workflow
    
    * [no_issue_dependency_trees] Re-disable windows build for kogito-runtimes 
workflow
    
    ---------
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
---
 .github/workflows/pr-downstream.yml      | 8 ++++++++
 .github/workflows/pr-kogito-runtimes.yml | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/.github/workflows/pr-downstream.yml 
b/.github/workflows/pr-downstream.yml
index 503bcd9532..9eeb0a07fd 100644
--- a/.github/workflows/pr-downstream.yml
+++ b/.github/workflows/pr-downstream.yml
@@ -62,6 +62,8 @@ jobs:
       fail-fast: false
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.job_name }} (${{ matrix.os }} / Java-${{ 
matrix.java-version }} / Maven-${{ matrix.maven-version }})
+    env:
+      DEPENDENCY_TREE_FILE: 'mvn_dependency_tree_${{ matrix.job_name }}_${{ 
matrix.os }}.txt'
     steps:
       - name: Clean Disk Space
         uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/ubuntu-disk-space@main
@@ -90,3 +92,9 @@ jobs:
         if: ${{ always() }}
         with:
           report_paths: '**/*-reports/TEST-*.xml'
+      - name: Upload Dependency Trees
+        uses: actions/upload-artifact@v4
+        if: ${{ always() }}
+        with:
+          name: dependency-trees-logs_${{ matrix.job_name }}_${{ matrix.os }}
+          path: '**/${{ env.DEPENDENCY_TREE_FILE }}'
diff --git a/.github/workflows/pr-kogito-runtimes.yml 
b/.github/workflows/pr-kogito-runtimes.yml
index 2a49df3291..e967831be2 100644
--- a/.github/workflows/pr-kogito-runtimes.yml
+++ b/.github/workflows/pr-kogito-runtimes.yml
@@ -45,6 +45,8 @@ jobs:
       fail-fast: false
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }} / Java-${{ matrix.java-version }} / Maven-${{ 
matrix.maven-version }}
+    env:
+      DEPENDENCY_TREE_FILE: 'mvn_dependency_tree_kogito-runtimes_${{ matrix.os 
}}.txt'
     steps:
       - name: Clean Disk Space
         uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/ubuntu-disk-space@main
@@ -71,3 +73,9 @@ jobs:
         if: ${{ always() }}
         with:
           report_paths: '**/*-reports/TEST-*.xml'
+      - name: Upload Dependency Trees
+        uses: actions/upload-artifact@v4
+        if: ${{ always() }}
+        with:
+          name: dependency-trees-logs_kogito-runtimes_${{ matrix.os }}
+          path: '**/${{ env.DEPENDENCY_TREE_FILE }}'


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

Reply via email to