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 0515a6bff7 [GLUTEN-8889][VL] Remove Spark 3.5.5 resource setup from
GHA workflow (#10655)
0515a6bff7 is described below
commit 0515a6bff714f74dbf29b40f431ba83579aff87c
Author: Yuan <[email protected]>
AuthorDate: Tue Sep 9 08:28:21 2025 +0100
[GLUTEN-8889][VL] Remove Spark 3.5.5 resource setup from GHA workflow
(#10655)
---
.github/workflows/velox_backend_x86.yml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index e53fa2de1f..7cd753fb56 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -1023,10 +1023,6 @@ jobs:
with:
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- - name: Prepare Spark Resources for Spark 3.5.5
- run: |
- rm -rf /opt/shims/spark35
- bash .github/workflows/util/install_spark_resources.sh 3.5
- name: Build and Run unit test for Spark 3.5.5 (slow tests)
run: |
cd $GITHUB_WORKSPACE/
@@ -1076,10 +1072,6 @@ jobs:
pip3 install setuptools==77.0.3 && \
pip3 install pyspark==3.5.5 cython && \
pip3 install pandas==2.2.3 pyarrow==20.0.0
- - name: Prepare Spark Resources for Spark 3.5.5
- run: |
- rm -rf /opt/shims/spark35
- bash .github/workflows/util/install_spark_resources.sh 3.5
- name: Build and Run unit test for Spark 3.5.5 (other tests)
run: |
cd $GITHUB_WORKSPACE/
@@ -1122,10 +1114,6 @@ jobs:
with:
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- - name: Prepare Spark Resources for Spark 3.5.5
- run: |
- rm -rf /opt/shims/spark35
- bash .github/workflows/util/install_spark_resources.sh 3.5
- name: Build and Run unit test for Spark 3.5.5 (slow tests)
run: |
cd $GITHUB_WORKSPACE/
@@ -1174,10 +1162,6 @@ jobs:
pip3 install setuptools==77.0.3 && \
pip3 install pyspark==3.5.5 cython && \
pip3 install pandas==2.2.3 pyarrow==20.0.0
- - name: Prepare Spark Resources for Spark 3.5.5
- run: |
- rm -rf /opt/shims/spark35
- bash .github/workflows/util/install_spark_resources.sh 3.5
- name: Build and Run unit test for Spark 3.5.5 (other tests)
run: |
cd $GITHUB_WORKSPACE/
@@ -1220,10 +1204,6 @@ jobs:
with:
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- - name: Prepare Spark Resources for Spark 3.5.5
- run: |
- rm -rf /opt/shims/spark35
- bash .github/workflows/util/install_spark_resources.sh 3.5
- name: Build and Run unit test for Spark 3.5.5 (slow tests)
run: |
cd $GITHUB_WORKSPACE/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]