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 83883ea71033 [SPARK-52080][DOCS][FOLLOW-UP] Add missing workflow
`build_python_connect35` and `build_coverage`
83883ea71033 is described below
commit 83883ea71033ffec49e3265dfcb7a4ed7b41c7ea
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Thu May 15 11:37:47 2025 +0800
[SPARK-52080][DOCS][FOLLOW-UP] Add missing workflow
`build_python_connect35` and `build_coverage`
### What changes were proposed in this pull request?
1, Add missing workflow `build_python_connect35` and `build_coverage`
2, reorder python workflows;
3, update the workflow names;
### Why are the changes needed?
to monitor the status
### Does this PR introduce _any_ user-facing change?
no, only for contributors
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #50900 from zhengruifeng/infra_daily.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
.github/workflows/build_coverage.yml | 2 +-
.github/workflows/build_java21.yml | 2 +-
.../workflows/build_python_3.11_classic_only.yml | 2 +-
.github/workflows/build_python_3.13_nogil.yml | 2 +-
.github/workflows/build_python_connect.yml | 2 +-
.github/workflows/build_python_connect35.yml | 2 +-
.github/workflows/build_python_minimum.yml | 2 +-
.github/workflows/build_python_ps_minimum.yml | 2 +-
README.md | 74 +++++++++++-----------
9 files changed, 46 insertions(+), 44 deletions(-)
diff --git a/.github/workflows/build_coverage.yml
b/.github/workflows/build_coverage.yml
index 33e0720e76bc..2576a3c5f84d 100644
--- a/.github/workflows/build_coverage.yml
+++ b/.github/workflows/build_coverage.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Coverage (master, Scala 2.13, Hadoop 3, JDK 17)"
+name: "Build / Python Coverage (master, Python 3.11)"
on:
schedule:
diff --git a/.github/workflows/build_java21.yml
b/.github/workflows/build_java21.yml
index 51ece691f928..c9a6ed270546 100644
--- a/.github/workflows/build_java21.yml
+++ b/.github/workflows/build_java21.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build (master, Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build / Java21 (master, Scala 2.13, Hadoop 3, JDK 21)"
on:
schedule:
diff --git a/.github/workflows/build_python_3.11_classic_only.yml
b/.github/workflows/build_python_3.11_classic_only.yml
index f7f6a24543a2..0df7381dccd7 100644
--- a/.github/workflows/build_python_3.11_classic_only.yml
+++ b/.github/workflows/build_python_3.11_classic_only.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Python-only Classic-only (master, Python 3.11)"
+name: "Build / Python-only, Classic-only (master, Python 3.11)"
on:
schedule:
diff --git a/.github/workflows/build_python_3.13_nogil.yml
b/.github/workflows/build_python_3.13_nogil.yml
index 6fc717cc118f..12da02f5be68 100644
--- a/.github/workflows/build_python_3.13_nogil.yml
+++ b/.github/workflows/build_python_3.13_nogil.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Python-only (master, Python 3.13 no GIL)"
+name: "Build / Python-only (master, Python 3.13, no GIL)"
on:
schedule:
diff --git a/.github/workflows/build_python_connect.yml
b/.github/workflows/build_python_connect.yml
index 67428d6af0de..8d82ff192ab0 100644
--- a/.github/workflows/build_python_connect.yml
+++ b/.github/workflows/build_python_connect.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: Build / Spark Connect Python-only (master, Python 3.11)
+name: Build / Python-only, Connect-only (master, Python 3.11)
on:
schedule:
diff --git a/.github/workflows/build_python_connect35.yml
b/.github/workflows/build_python_connect35.yml
index 9a5723840dc3..e68f288f0184 100644
--- a/.github/workflows/build_python_connect35.yml
+++ b/.github/workflows/build_python_connect35.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: Build / Spark Connect Python-only (master-server, 35-client, Python 3.11)
+name: Build / Python-only, Connect-only (master-server, branch-3.5-client,
Python 3.11)
on:
schedule:
diff --git a/.github/workflows/build_python_minimum.yml
b/.github/workflows/build_python_minimum.yml
index 0efd2ad8265f..4e6550300648 100644
--- a/.github/workflows/build_python_minimum.yml
+++ b/.github/workflows/build_python_minimum.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Python-only (master, Python with old dependencies)"
+name: "Build / Python-only (master, Minimum dependencies of PySpark)"
on:
schedule:
diff --git a/.github/workflows/build_python_ps_minimum.yml
b/.github/workflows/build_python_ps_minimum.yml
index 742d578e2741..3aa83ff06a99 100644
--- a/.github/workflows/build_python_ps_minimum.yml
+++ b/.github/workflows/build_python_ps_minimum.yml
@@ -17,7 +17,7 @@
# under the License.
#
-name: "Build / Python-only (master, Python PS with old dependencies)"
+name: "Build / Python-only (master, Minimum dependencies of Pandas API on
Spark)"
on:
schedule:
diff --git a/README.md b/README.md
index d6e3bd5a7cbd..fa23446bf0f0 100644
--- a/README.md
+++ b/README.md
@@ -21,42 +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_java21.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)
| |
+## Build Pipeline Status
+
+| Branch | Status
|
+|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 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_coverage.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_python_pypy3.10.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_python_3.9.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_3.11_arm.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_python_3.11_macos.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_minimum.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_python_ps_minimum.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_python_connect35.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.0 | [](https://github.com/apache/spark/actions/workflows/build_branch40.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_branch40_java21.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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]