This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 7d61638634d9 [SPARK-54826][INFRA][FOLLOW-UP] Delete removed path from
build image caches
7d61638634d9 is described below
commit 7d61638634d97d41d12c1d8a3b33819cc8fe777b
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Thu Dec 25 11:41:26 2025 +0800
[SPARK-54826][INFRA][FOLLOW-UP] Delete removed path from build image caches
### What changes were proposed in this pull request?
followup of https://github.com/apache/spark/pull/53586, delete removed path
from build image caches
### Why are the changes needed?
code cleanup
### 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 #53601 from zhengruifeng/del_cache_np.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
.github/workflows/build_infra_images_cache.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/build_infra_images_cache.yml
b/.github/workflows/build_infra_images_cache.yml
index e7da95446e1b..c5cb3e2e1bf6 100644
--- a/.github/workflows/build_infra_images_cache.yml
+++ b/.github/workflows/build_infra_images_cache.yml
@@ -42,7 +42,6 @@ on:
- 'dev/spark-test-image/python-313-nogil/Dockerfile'
- 'dev/spark-test-image/python-314/Dockerfile'
- 'dev/spark-test-image/python-314-nogil/Dockerfile'
- - 'dev/spark-test-image/numpy-213/Dockerfile'
- '.github/workflows/build_infra_images_cache.yml'
# Create infra image when cutting down branches/tags
create:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]