This is an automated email from the ASF dual-hosted git repository.
HyukjinKwon pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.x by this push:
new dba6f6c19a04 [SPARK-56959][4.X][INFRA] Remove branch input for some
workflows
dba6f6c19a04 is described below
commit dba6f6c19a0407acc8f174579bc985a449b68f35
Author: Tian Gao <[email protected]>
AuthorDate: Wed May 20 14:03:16 2026 -0700
[SPARK-56959][4.X][INFRA] Remove branch input for some workflows
### What changes were proposed in this pull request?
Remove the `branch` input for workflows that will be used for the decoupled
CI scheduler
### Why are the changes needed?
In the future, we will have a scheduler to trigger CI on a specific branch.
These workflows will be used for scheduled CIs. They should not point to master
branch. `build_and_test.yml` already sets the default branch to `branch-4.x` so
we can just leave it empty.
Notice that these workflows are not used at all at this moment.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI should pass but this PR alone should have no impact at all.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #56001 from gaogaotiantian/4.x-workflow-branch.
Authored-by: Tian Gao <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/build_java21.yml | 1 -
.github/workflows/build_java25.yml | 1 -
.github/workflows/build_non_ansi.yml | 1 -
.github/workflows/build_python_3.11.yml | 1 -
.github/workflows/build_python_3.14.yml | 1 -
5 files changed, 5 deletions(-)
diff --git a/.github/workflows/build_java21.yml
b/.github/workflows/build_java21.yml
index c9a6ed270546..9cf88a858a52 100644
--- a/.github/workflows/build_java21.yml
+++ b/.github/workflows/build_java21.yml
@@ -33,7 +33,6 @@ jobs:
if: github.repository == 'apache/spark'
with:
java: 21
- branch: master
hadoop: hadoop3
envs: >-
{
diff --git a/.github/workflows/build_java25.yml
b/.github/workflows/build_java25.yml
index 195fad5315ad..40e04a63ee66 100644
--- a/.github/workflows/build_java25.yml
+++ b/.github/workflows/build_java25.yml
@@ -33,7 +33,6 @@ jobs:
if: github.repository == 'apache/spark'
with:
java: 25
- branch: master
hadoop: hadoop3
envs: >-
{
diff --git a/.github/workflows/build_non_ansi.yml
b/.github/workflows/build_non_ansi.yml
index 606c724aba97..7b05107d0e26 100644
--- a/.github/workflows/build_non_ansi.yml
+++ b/.github/workflows/build_non_ansi.yml
@@ -33,7 +33,6 @@ jobs:
if: github.repository == 'apache/spark'
with:
java: 17
- branch: master
hadoop: hadoop3
envs: >-
{
diff --git a/.github/workflows/build_python_3.11.yml
b/.github/workflows/build_python_3.11.yml
index d9cf8ba2af91..f8c1a78e2cbb 100644
--- a/.github/workflows/build_python_3.11.yml
+++ b/.github/workflows/build_python_3.11.yml
@@ -33,7 +33,6 @@ jobs:
if: github.repository == 'apache/spark'
with:
java: 17
- branch: master
hadoop: hadoop3
envs: >-
{
diff --git a/.github/workflows/build_python_3.14.yml
b/.github/workflows/build_python_3.14.yml
index 45ea43f1d491..e4c9acf63d3c 100644
--- a/.github/workflows/build_python_3.14.yml
+++ b/.github/workflows/build_python_3.14.yml
@@ -33,7 +33,6 @@ jobs:
if: github.repository == 'apache/spark'
with:
java: 17
- branch: master
hadoop: hadoop3
envs: >-
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]