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 32c3b666da7b [SPARK-55678][BUILD][FOLLOWUP] Add Maven Java 25 daily CI
and update badges
32c3b666da7b is described below
commit 32c3b666da7b0f4deb7463312b106e5ceeed5442
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Feb 25 13:53:04 2026 +0800
[SPARK-55678][BUILD][FOLLOWUP] Add Maven Java 25 daily CI and update badges
### What changes were proposed in this pull request?
- Add Maven Java 25 daily CI
- Update pipeline badges in README
### Why are the changes needed?
Address comments
https://github.com/apache/spark/pull/54472#issuecomment-3956562070
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Review and monitor CI status after merging.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54474 from pan3793/SPARK-55678-followup.
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
---
.github/workflows/build_maven_java25.yml | 35 ++++++++++++++++++++++++++++++++
README.md | 4 +++-
2 files changed, 38 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build_maven_java25.yml
b/.github/workflows/build_maven_java25.yml
new file mode 100644
index 000000000000..8c99ac426b99
--- /dev/null
+++ b/.github/workflows/build_maven_java25.yml
@@ -0,0 +1,35 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 25)"
+
+on:
+ schedule:
+ - cron: '0 14 * * *'
+ workflow_dispatch:
+
+jobs:
+ run-build:
+ permissions:
+ packages: write
+ name: Run
+ uses: ./.github/workflows/maven_test.yml
+ if: github.repository == 'apache/spark'
+ with:
+ java: 25
diff --git a/README.md b/README.md
index 4d70f632fdb5..19b80c9e6b15 100644
--- a/README.md
+++ b/README.md
@@ -32,12 +32,14 @@ This README file only contains basic setup instructions.
| | [](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_java25.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_macos26.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_maven_java25.yml)
|
+| | [](https://github.com/apache/spark/actions/workflows/build_maven_java21_macos26.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)
|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]