Skip to content

Commit b14a63a

Browse files
committed
[SPARK-54826][INFRA] Delete scheduled job for numpy 2.1.3
### What changes were proposed in this pull request? Delete scheduled job for numpy 2.1.3 ### Why are the changes needed? we are testing with numpy 2.3 and will change to 2.4 soon, it is unnecessary to have a job for 2.1.3 now ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes #53586 from zhengruifeng/del_np_213. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 37ead02 commit b14a63a

File tree

4 files changed

+0
-141
lines changed

4 files changed

+0
-141
lines changed

.github/workflows/build_infra_images_cache.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -272,16 +272,3 @@ jobs:
272272
- name: Image digest (PySpark with Python 3.14 no GIL)
273273
if: hashFiles('dev/spark-test-image/python-314-nogil/Dockerfile') != ''
274274
run: echo ${{ steps.docker_build_pyspark_python_314_nogil.outputs.digest }}
275-
- name: Build and push (PySpark with Numpy 2.1.3)
276-
if: hashFiles('dev/spark-test-image/numpy-213/Dockerfile') != ''
277-
id: docker_build_pyspark_numpy_213
278-
uses: docker/build-push-action@v6
279-
with:
280-
context: ./dev/spark-test-image/numpy-213/
281-
push: true
282-
tags: ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-numpy-213-cache:${{ github.ref_name }}-static
283-
cache-from: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-numpy-213-cache:${{ github.ref_name }}
284-
cache-to: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-numpy-213-cache:${{ github.ref_name }},mode=max
285-
- name: Image digest (PySpark with Numpy 2.1.3)
286-
if: hashFiles('dev/spark-test-image/numpy-213/Dockerfile') != ''
287-
run: echo ${{ steps.docker_build_pyspark_numpy_213.outputs.digest }}

.github/workflows/build_python_numpy_2.1.3.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ This README file only contains basic setup instructions.
4141
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml) |
4242
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml) |
4343
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos26.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos26.yml) |
44-
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_numpy_2.1.3.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_numpy_2.1.3.yml) |
4544
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.12.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.12.yml) |
4645
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.13.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.13.yml) |
4746
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.13_nogil.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.13_nogil.yml) |

dev/spark-test-image/numpy-213/Dockerfile

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)