This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 7eb91823ea20 [SPARK-57136][INFRA] Disable `build-core-utils` in
Non-ANSI scheduled builds
7eb91823ea20 is described below
commit 7eb91823ea20ef1c503333035b80a029b123a911
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 28 14:26:22 2026 -0700
[SPARK-57136][INFRA] Disable `build-core-utils` in Non-ANSI scheduled builds
### What changes were proposed in this pull request?
This PR sets `build-core-utils` to `false` in the four scheduled Non-ANSI
build workflows.
### Why are the changes needed?
To save CI resources by skipping the redundant core/utils module build in
the Non-ANSI scheduled runs.
For non-ANSI combination tests, we only need to validate SQL-dependent
tests.
### 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?
Generated-by: Claude Code (Claude Opus 4.7)
Closes #56191 from dongjoon-hyun/SPARK-57136.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_branch40_non_ansi.yml | 1 +
.github/workflows/build_branch41_non_ansi.yml | 1 +
.github/workflows/build_branch42_non_ansi.yml | 1 +
.github/workflows/build_non_ansi.yml | 1 +
4 files changed, 4 insertions(+)
diff --git a/.github/workflows/build_branch40_non_ansi.yml
b/.github/workflows/build_branch40_non_ansi.yml
index 970cf7e8a2a3..e5fe4e404485 100644
--- a/.github/workflows/build_branch40_non_ansi.yml
+++ b/.github/workflows/build_branch40_non_ansi.yml
@@ -44,6 +44,7 @@ jobs:
jobs: >-
{
"build": "true",
+ "build-core-utils": "false",
"docs": "true",
"pyspark": "true",
"sparkr": "true",
diff --git a/.github/workflows/build_branch41_non_ansi.yml
b/.github/workflows/build_branch41_non_ansi.yml
index c482160cdf27..8dd077593034 100644
--- a/.github/workflows/build_branch41_non_ansi.yml
+++ b/.github/workflows/build_branch41_non_ansi.yml
@@ -44,6 +44,7 @@ jobs:
jobs: >-
{
"build": "true",
+ "build-core-utils": "false",
"docs": "true",
"pyspark": "true",
"sparkr": "true",
diff --git a/.github/workflows/build_branch42_non_ansi.yml
b/.github/workflows/build_branch42_non_ansi.yml
index 9e64abda0eb0..320ad944e252 100644
--- a/.github/workflows/build_branch42_non_ansi.yml
+++ b/.github/workflows/build_branch42_non_ansi.yml
@@ -44,6 +44,7 @@ jobs:
jobs: >-
{
"build": "true",
+ "build-core-utils": "false",
"docs": "true",
"pyspark": "true",
"sparkr": "true",
diff --git a/.github/workflows/build_non_ansi.yml
b/.github/workflows/build_non_ansi.yml
index d8fedc5e39ca..3a36309d0ea4 100644
--- a/.github/workflows/build_non_ansi.yml
+++ b/.github/workflows/build_non_ansi.yml
@@ -45,6 +45,7 @@ jobs:
jobs: >-
{
"build": "true",
+ "build-core-utils": "false",
"docs": "true",
"pyspark": "true",
"pyspark-pandas": "true",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]