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 04072b100ab6 [MINOR][INFRA] Add `build_infra_images_cache` into `Build
Pipeline Status`
04072b100ab6 is described below
commit 04072b100ab6478a2ad5233edbfdf95cdc00ce56
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Wed Feb 11 15:07:17 2026 +0800
[MINOR][INFRA] Add `build_infra_images_cache` into `Build Pipeline Status`
### What changes were proposed in this pull request?
1, Add `build_infra_images_cache` into `Build Pipeline Status`
2, move `publish_snapshot` right after `release`
### Why are the changes needed?
to monitor the status of testing images build
### Does this PR introduce _any_ user-facing change?
no, dev-only
### How was this patch tested?
manually check
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #54265 from zhengruifeng/link_cache.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4703a077b346..7a8480b0fe7b 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ This README file only contains basic setup instructions.
| Branch | Status
|
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| master | [](https://github.com/apache/spark/actions/workflows/release.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/publish_snapshot.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_infra_images_cache.yml)
|
| | [](https://github.com/apache/spark/actions/workflows/build_java21.yml)
|
| | [](https://github.com/apache/spark/actions/workflows/build_non_ansi.yml)
|
| | [](https://github.com/apache/spark/actions/workflows/build_uds.yml)
|
@@ -51,7 +53,6 @@ This README file only contains basic setup instructions.
| | [](https://github.com/apache/spark/actions/workflows/build_python_connect40.yml)
|
| | [](https://github.com/apache/spark/actions/workflows/build_python_connect.yml)
|
| | [](https://github.com/apache/spark/actions/workflows/build_sparkr_window.yml)
|
-| | [](https://github.com/apache/spark/actions/workflows/publish_snapshot.yml)
|
| branch-4.1 | [](https://github.com/apache/spark/actions/workflows/build_branch41.yml)
|
| | [](https://github.com/apache/spark/actions/workflows/build_branch41_java21.yml)
|
| | [](https://github.com/apache/spark/actions/workflows/build_branch41_non_ansi.yml)
|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]