This is an automated email from the ASF dual-hosted git repository.
philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 35784e2155 [CI] Correct job names to align with tested Spark versions
(#11994)
35784e2155 is described below
commit 35784e215590572e382964270a2fe770c4465ceb
Author: Zouxxyy <[email protected]>
AuthorDate: Tue May 5 02:33:27 2026 +0800
[CI] Correct job names to align with tested Spark versions (#11994)
---
.github/workflows/velox_backend_enhanced.yml | 4 ++--
.github/workflows/velox_backend_x86.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/velox_backend_enhanced.yml
b/.github/workflows/velox_backend_enhanced.yml
index d2d3918951..7cf24f0879 100644
--- a/.github/workflows/velox_backend_enhanced.yml
+++ b/.github/workflows/velox_backend_enhanced.yml
@@ -170,12 +170,12 @@ jobs:
with:
name: arrow-jars-enhanced-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- - name: Prepare spark.test.home for Spark 3.4.4 (other tests)
+ - name: Prepare spark.test.home for Spark 3.5.5 (other tests)
run: |
dnf module -y install python39 && \
alternatives --set python3 /usr/bin/python3.9 && \
pip3 install setuptools==77.0.3 && \
- pip3 install pyspark==3.4.4 cython && \
+ pip3 install pyspark==3.5.5 cython && \
pip3 install pandas==2.2.3 pyarrow==20.0.0
- name: Build and Run unit test for Spark 3.5.5 (other tests)
run: |
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index a1f93e7d2a..c7d98cac19 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -1416,7 +1416,7 @@ jobs:
run: |
rm -rf /opt/shims/spark41
bash .github/workflows/util/install-spark-resources.sh 4.1
- - name: Build and Run unit test for Spark 4.0 (slow tests)
+ - name: Build and Run unit test for Spark 4.1 (slow tests)
run: |
cd $GITHUB_WORKSPACE/
yum install -y java-17-openjdk-devel
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]