Skip to content

Commit 633ffe4

Browse files
committed
[SPARK-52972][PYTHON][INFRA] Remove the testing image for python 3.9
### What changes were proposed in this pull request? Remove the testing image for python 3.9 ### Why are the changes needed? Python 3.9 support has been dropped ### 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 #51682 from zhengruifeng/del_py_39_image. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 8348f2a commit 633ffe4

File tree

2 files changed

+0
-94
lines changed

2 files changed

+0
-94
lines changed

.github/workflows/build_infra_images_cache.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ on:
3333
- 'dev/spark-test-image/python-minimum/Dockerfile'
3434
- 'dev/spark-test-image/python-ps-minimum/Dockerfile'
3535
- 'dev/spark-test-image/pypy-310/Dockerfile'
36-
- 'dev/spark-test-image/python-309/Dockerfile'
3736
- 'dev/spark-test-image/python-310/Dockerfile'
3837
- 'dev/spark-test-image/python-311/Dockerfile'
3938
- 'dev/spark-test-image/python-311-classic-only/Dockerfile'
@@ -153,19 +152,6 @@ jobs:
153152
- name: Image digest (PySpark with PyPy 3.10)
154153
if: hashFiles('dev/spark-test-image/pypy-310/Dockerfile') != ''
155154
run: echo ${{ steps.docker_build_pyspark_pypy_310.outputs.digest }}
156-
- name: Build and push (PySpark with Python 3.9)
157-
if: hashFiles('dev/spark-test-image/python-309/Dockerfile') != ''
158-
id: docker_build_pyspark_python_309
159-
uses: docker/build-push-action@v6
160-
with:
161-
context: ./dev/spark-test-image/python-309/
162-
push: true
163-
tags: ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-python-309-cache:${{ github.ref_name }}-static
164-
cache-from: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-python-309-cache:${{ github.ref_name }}
165-
cache-to: type=registry,ref=ghcr.io/apache/spark/apache-spark-github-action-image-pyspark-python-309-cache:${{ github.ref_name }},mode=max
166-
- name: Image digest (PySpark with Python 3.9)
167-
if: hashFiles('dev/spark-test-image/python-309/Dockerfile') != ''
168-
run: echo ${{ steps.docker_build_pyspark_python_309.outputs.digest }}
169155
- name: Build and push (PySpark with Python 3.10)
170156
if: hashFiles('dev/spark-test-image/python-310/Dockerfile') != ''
171157
id: docker_build_pyspark_python_310

dev/spark-test-image/python-309/Dockerfile

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

0 commit comments

Comments
 (0)