You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2024/02/19 03:45:43 UTC

(spark) branch master updated: [MINOR][INFRA] Rename build_maven.yml and build_maven_java21.yml

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

gurwls223 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 174a19c1c039 [MINOR][INFRA] Rename build_maven.yml and build_maven_java21.yml
174a19c1c039 is described below

commit 174a19c1c0391b1084e6a0b8fdbc5c019a662b01
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Mon Feb 19 12:45:32 2024 +0900

    [MINOR][INFRA] Rename build_maven.yml and build_maven_java21.yml
    
    ### What changes were proposed in this pull request?
    
    This PR proposes to change the name of `build_maven.yml` and `build_maven_java21.yml` from
    - Build using Maven (master, Scala 2.13, Hadoop 3, JDK 17) -> Build \ Maven (master, Scala 2.13, Hadoop 3, JDK 17)
    - Build using Maven (master, Scala 2.13, Hadoop 3, JDK 21) -> Build \ Maven (master, Scala 2.13, Hadoop 3, JDK 21)
    
    ### Why are the changes needed?
    
    To make it easier to navigate, and to be consistent. By doing this, you don't have to click "Show more workloads" at https://github.com/apache/spark/actions
    
    ![Screenshot 2024-02-19 at 12 40 51 PM](https://github.com/apache/spark/assets/6477701/a7cba7c2-1264-40d1-b629-7713d22d6535)
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    Will be tested in this PR's GitHub Actions.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45160 from HyukjinKwon/maven-builds.
    
    Authored-by: Hyukjin Kwon <gu...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 .github/workflows/build_maven.yml        | 2 +-
 .github/workflows/build_maven_java21.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_maven.yml b/.github/workflows/build_maven.yml
index d43366fa86e7..863c5e16ba4b 100644
--- a/.github/workflows/build_maven.yml
+++ b/.github/workflows/build_maven.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build using Maven (master, Scala 2.13, Hadoop 3, JDK 17)"
+name: "Build / Maven (master, 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 e50f996a50ba..127904145464 100644
--- a/.github/workflows/build_maven_java21.yml
+++ b/.github/workflows/build_maven_java21.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build using Maven (master, Scala 2.13, Hadoop 3, JDK 21)"
+name: "Build / Maven (master, Scala 2.13, Hadoop 3, JDK 21)"
 
 on:
   schedule:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org