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 899a5d6689 [GLUTEN-9027][VL] Make CI fail fast if native build job
fails (#9028)
899a5d6689 is described below
commit 899a5d6689c872bbf6111188c336b6fb6123a36d
Author: Zhen Wang <[email protected]>
AuthorDate: Tue Mar 18 17:37:26 2025 +0800
[GLUTEN-9027][VL] Make CI fail fast if native build job fails (#9028)
---
.github/workflows/velox_backend.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index 1e3d2c2710..8929826762 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -85,6 +85,7 @@ jobs:
run: |
docker pull apache/gluten:vcpkg-centos-7
docker run -v $GITHUB_WORKSPACE:/work -w /work
apache/gluten:vcpkg-centos-7 bash -c "
+ set -e
yum install tzdata -y
df -a
cd /work
@@ -106,10 +107,12 @@ jobs:
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases/
+ if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: arrow-jars-centos-7-${{github.sha}}
path: .m2/repository/org/apache/arrow/
+ if-no-files-found: error
run-tpc-test-ubuntu:
needs: build-native-lib-centos-7
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]