Skip to content

Commit 823fd43

Browse files
committed
[SPARK-55180][PYTHON][INFRA] Remove scheduled job python 3.13 with no gil
### What changes were proposed in this pull request? Remove scheduled job python 3.13 with no gil ### Why are the changes needed? No GIL is still expermentail and not compataible with many pyspark features, we added python 3.14 with no GIL, it is not necessary to keep both ### Does this PR introduce _any_ user-facing change? No, infra-only ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes #53960 from zhengruifeng/del_313_no_gil. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 2bd4cf3 commit 823fd43

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

.github/workflows/build_infra_images_cache.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ on:
4040
- 'dev/spark-test-image/python-312/Dockerfile'
4141
- 'dev/spark-test-image/python-312-pandas-3/Dockerfile'
4242
- 'dev/spark-test-image/python-313/Dockerfile'
43-
- 'dev/spark-test-image/python-313-nogil/Dockerfile'
4443
- 'dev/spark-test-image/python-314/Dockerfile'
4544
- 'dev/spark-test-image/python-314-nogil/Dockerfile'
4645
- '.github/workflows/build_infra_images_cache.yml'
@@ -246,19 +245,6 @@ jobs:
246245
- name: Image digest (PySpark with Python 3.13)
247246
if: hashFiles('dev/spark-test-image/python-313/Dockerfile') != ''
248247
run: echo ${{ steps.docker_build_pyspark_python_313.outputs.digest }}
249-
- name: Build and push (PySpark with Python 3.13 no GIL)
250-
if: hashFiles('dev/spark-test-image/python-313-nogil/Dockerfile') != ''
251-
id: docker_build_pyspark_python_313_nogil
252-
uses: docker/build-push-action@v6
253-
with:
254-
context: ./dev/spark-test-image/python-313-nogil/
255-
push: true
256-
tags: ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-python-313-nogil-cache:${{ github.ref_name }}-static
257-
cache-from: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-python-313-nogil-cache:${{ github.ref_name }}
258-
cache-to: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-python-313-nogil-cache:${{ github.ref_name }},mode=max
259-
- name: Image digest (PySpark with Python 3.13 no GIL)
260-
if: hashFiles('dev/spark-test-image/python-313-nogil/Dockerfile') != ''
261-
run: echo ${{ steps.docker_build_pyspark_python_313_nogil.outputs.digest }}
262248
- name: Build and push (PySpark with Python 3.14)
263249
if: hashFiles('dev/spark-test-image/python-314/Dockerfile') != ''
264250
id: docker_build_pyspark_python_314

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ This README file only contains basic setup instructions.
4444
| | [![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) |
4545
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.12_pandas_3.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.12_pandas_3.yml) |
4646
| | [![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) |
47-
| | [![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) |
4847
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.14.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.14.yml) |
4948
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_3.14_nogil.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_3.14_nogil.yml) |
5049
| | [![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_python_minimum.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_python_minimum.yml) |

dev/spark-test-image/python-313-nogil/Dockerfile

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

0 commit comments

Comments
 (0)