Skip to content

Commit f72e585

Browse files
zhengruifengyhuang-db
authored andcommitted
[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 apache#50900 from zhengruifeng/infra_daily. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 57527b6 commit f72e585

9 files changed

+46
-44
lines changed

.github/workflows/build_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: "Build / Coverage (master, Scala 2.13, Hadoop 3, JDK 17)"
20+
name: "Build / Python Coverage (master, Python 3.11)"
2121

2222
on:
2323
schedule:

.github/workflows/build_java21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: "Build (master, Scala 2.13, Hadoop 3, JDK 21)"
20+
name: "Build / Java21 (master, Scala 2.13, Hadoop 3, JDK 21)"
2121

2222
on:
2323
schedule:

.github/workflows/build_python_3.11_classic_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: "Build / Python-only Classic-only (master, Python 3.11)"
20+
name: "Build / Python-only, Classic-only (master, Python 3.11)"
2121

2222
on:
2323
schedule:

.github/workflows/build_python_3.13_nogil.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: "Build / Python-only (master, Python 3.13 no GIL)"
20+
name: "Build / Python-only (master, Python 3.13, no GIL)"
2121

2222
on:
2323
schedule:

.github/workflows/build_python_connect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: Build / Spark Connect Python-only (master, Python 3.11)
20+
name: Build / Python-only, Connect-only (master, Python 3.11)
2121

2222
on:
2323
schedule:

.github/workflows/build_python_connect35.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: Build / Spark Connect Python-only (master-server, 35-client, Python 3.11)
20+
name: Build / Python-only, Connect-only (master-server, branch-3.5-client, Python 3.11)
2121

2222
on:
2323
schedule:

.github/workflows/build_python_minimum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: "Build / Python-only (master, Python with old dependencies)"
20+
name: "Build / Python-only (master, Minimum dependencies of PySpark)"
2121

2222
on:
2323
schedule:

.github/workflows/build_python_ps_minimum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
name: "Build / Python-only (master, Python PS with old dependencies)"
20+
name: "Build / Python-only (master, Minimum dependencies of Pandas API on Spark)"
2121

2222
on:
2323
schedule:

README.md

Lines changed: 38 additions & 36 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)