This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 e5ed2264e89d [SPARK-53285][INFRA] Run `Java 17/25` Maven install tests
if necessary
e5ed2264e89d is described below
commit e5ed2264e89d0471c81a745339a0e774ceddb017
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Aug 14 19:30:43 2025 -0700
[SPARK-53285][INFRA] Run `Java 17/25` Maven install tests if necessary
### What changes were proposed in this pull request?
This PR aims to run `Java 17` and `Java 25` Maven **build and install**
tests if necessary.
### Why are the changes needed?
To meet the **ASF Policy**:
> The average number of minutes a project uses per calendar week MUST NOT
exceed the equivalent of 25 full-time runners (250,000 minutes, or 4,200 hours).
https://infra-reports.apache.org/#ghactions&project=spark&hours=168
This PR reduces the CI cost by skipping `Java 17 and 25` Maven build and
installation tests for `Python or R` only changes.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52033 from dongjoon-hyun/SPARK-53285.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index d1ff0c391ab0..7e8d1e8edea1 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -122,8 +122,8 @@ jobs:
\"tpcds-1g\": \"$tpcds\",
\"docker-integration-tests\": \"$docker\",
\"lint\" : \"true\",
- \"java17\" : \"true\",
- \"java25\" : \"true\",
+ \"java17\" : \"$build\",
+ \"java25\" : \"$build\",
\"docs\" : \"$docs\",
\"yarn\" : \"$yarn\",
\"k8s-integration-tests\" : \"$kubernetes\",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]