This is an automated email from the ASF dual-hosted git repository.

HyukjinKwon 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 98632b2c4228 [SPARK-57082][INFRA] Remove master tag from workflow names
98632b2c4228 is described below

commit 98632b2c4228cc6a14f457e3a11849f26789f6d7
Author: Tian Gao <[email protected]>
AuthorDate: Wed May 27 16:40:28 2026 +0900

    [SPARK-57082][INFRA] Remove master tag from workflow names
    
    ### What changes were proposed in this pull request?
    
    For all workflows, remove the "master" label. Leaving only what 
environment/features the workflow is about.
    
    ### Why are the changes needed?
    
    We are moving toward a CI structure where we organize different branch CIs 
based on branches. So the workflow file with the same name on different 
branches should trigger the CI on those specific branches. When 
master/branch-4.x is forked, we don't want the name to contain "master" because 
it's not anymore. We don't want to change that every time we cut branch because 
that's kind of meaningless.
    
    Practically, we added that name to differentiate branches on action tab - 
now we should use the branch filter, which is more meaningful.
    
    We also added that name to be displayed on README file - that won't work 
anymore because we are using the "same" workflow file (file with the same name 
in different branches) and only the one on master dictates the display name on 
icons (unless we use 3rd party icon, which is doable and we only need change 
README file). I think it's fine because we already have a table with the branch 
tag on the left.
    
    This will save us some renaming time every time we cut branches.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No code change.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #56123 from gaogaotiantian/remove-master-tab.
    
    Authored-by: Tian Gao <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 .github/workflows/build_coverage.yml                 | 2 +-
 .github/workflows/build_java21.yml                   | 2 +-
 .github/workflows/build_java25.yml                   | 2 +-
 .github/workflows/build_maven.yml                    | 2 +-
 .github/workflows/build_maven_java21.yml             | 2 +-
 .github/workflows/build_maven_java21_arm.yml         | 2 +-
 .github/workflows/build_maven_java21_macos26.yml     | 2 +-
 .github/workflows/build_maven_java25.yml             | 2 +-
 .github/workflows/build_non_ansi.yml                 | 2 +-
 .github/workflows/build_python_3.11.yml              | 2 +-
 .github/workflows/build_python_3.12_arm.yml          | 2 +-
 .github/workflows/build_python_3.12_classic_only.yml | 2 +-
 .github/workflows/build_python_3.12_macos26.yml      | 2 +-
 .github/workflows/build_python_3.12_pandas_3.yml     | 2 +-
 .github/workflows/build_python_3.13.yml              | 2 +-
 .github/workflows/build_python_3.14.yml              | 2 +-
 .github/workflows/build_python_3.14_nogil.yml        | 2 +-
 .github/workflows/build_python_connect.yml           | 2 +-
 .github/workflows/build_python_connect40.yml         | 2 +-
 .github/workflows/build_python_minimum.yml           | 2 +-
 .github/workflows/build_rockdb_as_ui_backend.yml     | 2 +-
 .github/workflows/build_sparkr_window.yml            | 2 +-
 .github/workflows/build_uds.yml                      | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/.github/workflows/build_coverage.yml 
b/.github/workflows/build_coverage.yml
index d6e34bfbe251..e26f16e7ddb2 100644
--- a/.github/workflows/build_coverage.yml
+++ b/.github/workflows/build_coverage.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python Coverage (master, Python 3.12)"
+name: "Build / Python Coverage (Python 3.12)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_java21.yml 
b/.github/workflows/build_java21.yml
index 5766f10d6baf..e3038ec690b4 100644
--- a/.github/workflows/build_java21.yml
+++ b/.github/workflows/build_java21.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Java21 (master, Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build / Java21 (Scala 2.13, Hadoop 3, JDK 21)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_java25.yml 
b/.github/workflows/build_java25.yml
index 74920ab6541d..4e0176daa4aa 100644
--- a/.github/workflows/build_java25.yml
+++ b/.github/workflows/build_java25.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Java25 (master, Scala 2.13, Hadoop 3, JDK 25)"
+name: "Build / Java25 (Scala 2.13, Hadoop 3, JDK 25)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_maven.yml 
b/.github/workflows/build_maven.yml
index c177fcf01441..404b834975f2 100644
--- a/.github/workflows/build_maven.yml
+++ b/.github/workflows/build_maven.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 17)"
+name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 17)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_maven_java21.yml 
b/.github/workflows/build_maven_java21.yml
index 74fb5cf96e9e..a5dd31c12d64 100644
--- a/.github/workflows/build_maven_java21.yml
+++ b/.github/workflows/build_maven_java21.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 21)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_maven_java21_arm.yml 
b/.github/workflows/build_maven_java21_arm.yml
index 49d4956f838e..308e31e7ee1e 100644
--- a/.github/workflows/build_maven_java21_arm.yml
+++ b/.github/workflows/build_maven_java21_arm.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, ARM)"
+name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 21, ARM)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_maven_java21_macos26.yml 
b/.github/workflows/build_maven_java21_macos26.yml
index 107f385e1e77..8f24d4d0c804 100644
--- a/.github/workflows/build_maven_java21_macos26.yml
+++ b/.github/workflows/build_maven_java21_macos26.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21, MacOS-26)"
+name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 21, MacOS-26)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_maven_java25.yml 
b/.github/workflows/build_maven_java25.yml
index 0eed110df18c..5b1d5b365adf 100644
--- a/.github/workflows/build_maven_java25.yml
+++ b/.github/workflows/build_maven_java25.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 25)"
+name: "Build / Maven (Scala 2.13, Hadoop 3, JDK 25)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_non_ansi.yml 
b/.github/workflows/build_non_ansi.yml
index 36f2eecb93cb..d8fedc5e39ca 100644
--- a/.github/workflows/build_non_ansi.yml
+++ b/.github/workflows/build_non_ansi.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Non-ANSI (master, Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / Non-ANSI (Hadoop 3, JDK 17, Scala 2.13)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.11.yml 
b/.github/workflows/build_python_3.11.yml
index 4ac5761e17d0..306281b63882 100644
--- a/.github/workflows/build_python_3.11.yml
+++ b/.github/workflows/build_python_3.11.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Python 3.11)"
+name: "Build / Python-only (Python 3.11)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.12_arm.yml 
b/.github/workflows/build_python_3.12_arm.yml
index 1b8df5fbd53c..718c9b7ab1de 100644
--- a/.github/workflows/build_python_3.12_arm.yml
+++ b/.github/workflows/build_python_3.12_arm.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Python 3.12, ARM)"
+name: "Build / Python-only (Python 3.12, ARM)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.12_classic_only.yml 
b/.github/workflows/build_python_3.12_classic_only.yml
index 62d1483401df..0286f15eb418 100644
--- a/.github/workflows/build_python_3.12_classic_only.yml
+++ b/.github/workflows/build_python_3.12_classic_only.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only, Classic-only (master, Python 3.12)"
+name: "Build / Python-only, Classic-only (Python 3.12)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.12_macos26.yml 
b/.github/workflows/build_python_3.12_macos26.yml
index 0c45e03286f9..c18e54c2a101 100644
--- a/.github/workflows/build_python_3.12_macos26.yml
+++ b/.github/workflows/build_python_3.12_macos26.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Python 3.12, MacOS26)"
+name: "Build / Python-only (Python 3.12, MacOS26)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.12_pandas_3.yml 
b/.github/workflows/build_python_3.12_pandas_3.yml
index 332994aabb91..1532872e78a1 100644
--- a/.github/workflows/build_python_3.12_pandas_3.yml
+++ b/.github/workflows/build_python_3.12_pandas_3.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Python 3.12, Pandas 3)"
+name: "Build / Python-only (Python 3.12, Pandas 3)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.13.yml 
b/.github/workflows/build_python_3.13.yml
index 8dfe7ae82312..634dbc0b61ba 100644
--- a/.github/workflows/build_python_3.13.yml
+++ b/.github/workflows/build_python_3.13.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Python 3.13)"
+name: "Build / Python-only (Python 3.13)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.14.yml 
b/.github/workflows/build_python_3.14.yml
index 871c3c44cc23..d4045725e799 100644
--- a/.github/workflows/build_python_3.14.yml
+++ b/.github/workflows/build_python_3.14.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Python 3.14)"
+name: "Build / Python-only (Python 3.14)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_3.14_nogil.yml 
b/.github/workflows/build_python_3.14_nogil.yml
index 00b5d34daf68..b9adc92ad4e0 100644
--- a/.github/workflows/build_python_3.14_nogil.yml
+++ b/.github/workflows/build_python_3.14_nogil.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Python 3.14, no GIL)"
+name: "Build / Python-only (Python 3.14, no GIL)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_connect.yml 
b/.github/workflows/build_python_connect.yml
index 00986c58b1ab..0611178b758d 100644
--- a/.github/workflows/build_python_connect.yml
+++ b/.github/workflows/build_python_connect.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: Build / Python-only, Connect-only (master, Python 3.11)
+name: Build / Python-only, Connect-only (Python 3.11)
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_connect40.yml 
b/.github/workflows/build_python_connect40.yml
index 5623753aeba0..833e85d9ffdb 100644
--- a/.github/workflows/build_python_connect40.yml
+++ b/.github/workflows/build_python_connect40.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: Build / Python-only, Connect-only (master-server, branch-4.0-client, 
Python 3.11)
+name: Build / Python-only, Connect-only (branch-4.0-client, Python 3.11)
 
 on:
   schedule:
diff --git a/.github/workflows/build_python_minimum.yml 
b/.github/workflows/build_python_minimum.yml
index 78f9ff4967c0..ef65ad4e4894 100644
--- a/.github/workflows/build_python_minimum.yml
+++ b/.github/workflows/build_python_minimum.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Python-only (master, Minimum dependencies of PySpark)"
+name: "Build / Python-only (Minimum dependencies of PySpark)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_rockdb_as_ui_backend.yml 
b/.github/workflows/build_rockdb_as_ui_backend.yml
index 05f201297baa..c70e7541090c 100644
--- a/.github/workflows/build_rockdb_as_ui_backend.yml
+++ b/.github/workflows/build_rockdb_as_ui_backend.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / RocksDB as UI Backend (master, Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / RocksDB as UI Backend (Hadoop 3, JDK 17, Scala 2.13)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_sparkr_window.yml 
b/.github/workflows/build_sparkr_window.yml
index 0c8221bbdf2d..0871646b665f 100644
--- a/.github/workflows/build_sparkr_window.yml
+++ b/.github/workflows/build_sparkr_window.yml
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-name: "Build / SparkR-only (master, 4.4.3, windows-2025)"
+name: "Build / SparkR-only (4.4.3, windows-2025)"
 
 on:
   schedule:
diff --git a/.github/workflows/build_uds.yml b/.github/workflows/build_uds.yml
index 7391b71f8077..b2767cef2227 100644
--- a/.github/workflows/build_uds.yml
+++ b/.github/workflows/build_uds.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / Unix Domain Socket (master, Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / Unix Domain Socket (Hadoop 3, JDK 17, Scala 2.13)"
 
 on:
   schedule:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to