This is an automated email from the ASF dual-hosted git repository. yangjie01 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 1582d185c661 [SPARK-52080][DOCS] Display the Daily Build Pipeline Status in `README.md` 1582d185c661 is described below commit 1582d185c661727015851c333dec1a7faff764ad Author: yangjie01 <yangji...@baidu.com> AuthorDate: Mon May 12 19:04:48 2025 +0800 [SPARK-52080][DOCS] Display the Daily Build Pipeline Status in `README.md` ### What changes were proposed in this pull request? This pr adds the display of the Daily Build Pipeline Status in `README.md`. ### Why are the changes needed? Identify unhealthy daily builds more rapidly ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested?   ### Was this patch authored or co-authored using generative AI tooling? No Closes #50859 from LuciferYang/SPARK-52080. Authored-by: yangjie01 <yangji...@baidu.com> Signed-off-by: yangjie01 <yangji...@baidu.com> --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index e0f97a4ca51c..743b1c57c4c8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,44 @@ You can find the latest Spark documentation, including a programming guide, on the [project web page](https://spark.apache.org/documentation.html). This README file only contains basic setup instructions. +# Daily Build Pipeline Status + +| Branch | Status | Desc | +|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------| +| master | [](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) | | +| | [](https://github.com/apache/spark/actions/workflows/build_rockdb_as_ui_backend.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_maven.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_maven_java21.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_maven_java21_macos15.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_maven_java21_arm.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.9.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_minimum.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_ps_minimum.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.10.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.11_classic_only.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_connect.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.11_arm.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_numpy_2.1.3.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.12.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.13.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_3.13_nogil.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_python_pypy3.10.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_sparkr_window.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/publish_snapshot.yml) | | +| branch-4.0 | [](https://github.com/apache/spark/actions/workflows/build_branch40.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_branch40.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_branch40_non_ansi.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_branch40_maven.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_branch40_maven_java21.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_branch40_python.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_branch40_python_pypy3.10.yml) | | +| branch-3.5 | [](https://github.com/apache/spark/actions/workflows/build_branch35.yml) | | +| | [](https://github.com/apache/spark/actions/workflows/build_branch35_python.yml) | | + + ## Building Spark Spark is built using [Apache Maven](https://maven.apache.org/). --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org