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/07/08 08:34:33 UTC

[spark] branch master updated: [SPARK-39522][INFRA][FOLLOWUP] Rename infra cache image job to `Build / Cache base image`

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 22837cecdc7 [SPARK-39522][INFRA][FOLLOWUP] Rename infra cache image job to `Build / Cache base image`
22837cecdc7 is described below

commit 22837cecdc72e3673d2d83b1d8ce6bb679e646a5
Author: Yikun Jiang <yi...@gmail.com>
AuthorDate: Fri Jul 8 17:34:18 2022 +0900

    [SPARK-39522][INFRA][FOLLOWUP] Rename infra cache image job to `Build / Cache base image`
    
    ### What changes were proposed in this pull request?
    
    Rename infra cache image job to `Build / Cache base image`
    https://github.com/apache/spark/pull/37003#discussion_r916576433
    
    ### Why are the changes needed?
    
    Rename infra cache image job to `Build / Cache base image`
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    CI passed
    
    Closes #37130 from Yikun/SPARK-39522-RENAME.
    
    Authored-by: Yikun Jiang <yi...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 .github/workflows/build_infra_images_cache.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_infra_images_cache.yml b/.github/workflows/build_infra_images_cache.yml
index 145769d1506..837ac9bfc9a 100644
--- a/.github/workflows/build_infra_images_cache.yml
+++ b/.github/workflows/build_infra_images_cache.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: Build (Infra Image Cache)
+name: Build / Cache base image
 
 on:
   push:


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