This is an automated email from the ASF dual-hosted git repository.
gaogaotiantian 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 768c951a2c88 [SPARK-56990][INFRA][FOLLOWUP] Add java17 option to
workflow dispatch
768c951a2c88 is described below
commit 768c951a2c884b99ca00653a537767a4b92c05a8
Author: Tian Gao <[email protected]>
AuthorDate: Mon Jun 29 13:30:09 2026 -0700
[SPARK-56990][INFRA][FOLLOWUP] Add java17 option to workflow dispatch
### What changes were proposed in this pull request?
Add java17 option to manual dispatch options.
### Why are the changes needed?
Forgot to add the manual option in the original PR.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI change.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #56050 from gaogaotiantian/add-java-17-scheduler.
Authored-by: Tian Gao <[email protected]>
Signed-off-by: Tian Gao <[email protected]>
---
.github/workflows/branch4x_scheduler.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/branch4x_scheduler.yml
b/.github/workflows/branch4x_scheduler.yml
index 180cdf0ce65d..397f1ef2d248 100644
--- a/.github/workflows/branch4x_scheduler.yml
+++ b/.github/workflows/branch4x_scheduler.yml
@@ -40,6 +40,7 @@ on:
- all
- maven
- maven_java21
+ - java17
- java21
- java25
- non_ansi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]