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

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new a35ffe8a45 [VL][CI] Upload core dump error log if test fails (#9347)
a35ffe8a45 is described below

commit a35ffe8a45c83a4496e3203d00b683fd0a5bb665
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Apr 17 12:04:11 2025 +0800

    [VL][CI] Upload core dump error log if test fails (#9347)
---
 .github/workflows/velox_backend.yml | 65 +++++++++++++++++++++++++++++--------
 1 file changed, 52 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/velox_backend.yml 
b/.github/workflows/velox_backend.yml
index 8e23d2d68e..6c0538aaf8 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -654,7 +654,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
       - name: Upload golden files
         if: failure()
         uses: actions/upload-artifact@v4
@@ -694,7 +697,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark33:
     needs: build-native-lib-centos-7
@@ -741,7 +747,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
       - name: Upload golden files
         if: failure()
         uses: actions/upload-artifact@v4
@@ -787,7 +796,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark34:
     needs: build-native-lib-centos-7
@@ -836,7 +848,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
       - name: Upload golden files
         if: failure()
         uses: actions/upload-artifact@v4
@@ -883,7 +898,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark35:
     needs: build-native-lib-centos-7
@@ -930,7 +948,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
       - name: Upload golden files
         if: failure()
         uses: actions/upload-artifact@v4
@@ -983,7 +1004,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark35-slow:
     needs: build-native-lib-centos-7
@@ -1022,7 +1046,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark35-ras:
     needs: build-native-lib-centos-7
@@ -1068,7 +1095,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark35-slow-ras:
     needs: build-native-lib-centos-7
@@ -1106,7 +1136,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark35-smj:
     needs: build-native-lib-centos-7
@@ -1152,7 +1185,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   spark-test-spark35-slow-smj:
     needs: build-native-lib-centos-7
@@ -1190,7 +1226,10 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           name: ${{ github.job }}-test-log
-          path: "**/target/*.log"
+          path: |
+            **/target/*.log
+            **/gluten-ut/**/hs_err_*.log
+            **/gluten-ut/**/core.*
 
   cpp-test-udf-test:
     runs-on: ubuntu-22.04


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

Reply via email to