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 2022/06/21 02:19:43 UTC

[spark] branch master updated: [SPARK-39521][INFRA][FOLLOW-UP] Fix notify workload to detect the main build, and readme link

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 c842b4b6d28 [SPARK-39521][INFRA][FOLLOW-UP] Fix notify workload to detect the main build, and readme link
c842b4b6d28 is described below

commit c842b4b6d28226e4e05c20740ddf69b70c5f8135
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Tue Jun 21 11:19:30 2022 +0900

    [SPARK-39521][INFRA][FOLLOW-UP] Fix notify workload to detect the main build, and readme link
    
    ### What changes were proposed in this pull request?
    
    This PR fixes the notify_test_workflow.yml to detect build_main.yml that is for PR builds.
    
    In addition, this PR fixes the link of build status in README.md.
    
    ### Why are the changes needed?
    
    To make the build fixed.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    N/A. Should better be merged fixed and tested since it's already broken.
    
    Closes #36932 from HyukjinKwon/SPARK-39521-followup.
    
    Authored-by: Hyukjin Kwon <gu...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 .github/workflows/notify_test_workflow.yml | 2 +-
 README.md                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/notify_test_workflow.yml b/.github/workflows/notify_test_workflow.yml
index 4c84f5f25e6..55511346a9a 100644
--- a/.github/workflows/notify_test_workflow.yml
+++ b/.github/workflows/notify_test_workflow.yml
@@ -46,7 +46,7 @@ jobs:
             const params = {
               owner: context.payload.pull_request.head.repo.owner.login,
               repo: context.payload.pull_request.head.repo.name,
-              id: 'build_and_test.yml',
+              id: 'build_main.yml',
               branch: context.payload.pull_request.head.ref,
             }
             const check_run_params = {
diff --git a/README.md b/README.md
index dbc0f2ba87e..f7bc1994fc8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ and Structured Streaming for stream processing.
 
 <https://spark.apache.org/>
 
-[![GitHub Action Build](https://github.com/apache/spark/actions/workflows/build_and_test.yml/badge.svg?branch=master&event=push)](https://github.com/apache/spark/actions/workflows/build_and_test.yml?query=branch%3Amaster+event%3Apush)
+[![GitHub Actions Build](https://github.com/apache/spark/actions/workflows/build_main.yml/badge.svg)](https://github.com/apache/spark/actions/workflows/build_main.yml)
 [![AppVeyor Build](https://img.shields.io/appveyor/ci/ApacheSoftwareFoundation/spark/master.svg?style=plastic&logo=appveyor)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark)
 [![PySpark Coverage](https://codecov.io/gh/apache/spark/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/spark)
 


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