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 8094535973f1 [SPARK-48054][INFRA][FOLLOW-UP] Rename 
SPARK_SKIP_JVM_REQUIRED_TESTS to SPARK_SKIP_CONNECT_COMPAT_TESTS
8094535973f1 is described below

commit 8094535973f19e9f0543535a97254e8ebffc1b23
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Mon May 6 09:50:44 2024 +0900

    [SPARK-48054][INFRA][FOLLOW-UP] Rename SPARK_SKIP_JVM_REQUIRED_TESTS to 
SPARK_SKIP_CONNECT_COMPAT_TESTS
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/46298 that 
properly uses the environment variable SPARK_SKIP_CONNECT_COMPAT_TESTS added at 
https://github.com/apache/spark/pull/46334
    
    ### Why are the changes needed?
    
    To recover the compatibility test 
(https://github.com/apache/spark/actions/runs/8961109352/job/24608366499).
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    Manually
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46394 from HyukjinKwon/SPARK-48054-followup.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .github/workflows/build_python_connect35.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_python_connect35.yml 
b/.github/workflows/build_python_connect35.yml
index 14edb8bf91ed..9e7f7d281a22 100644
--- a/.github/workflows/build_python_connect35.yml
+++ b/.github/workflows/build_python_connect35.yml
@@ -77,7 +77,7 @@ jobs:
       - name: Run tests
         env:
           SPARK_TESTING: 1
-          SPARK_SKIP_JVM_REQUIRED_TESTS: 1
+          SPARK_SKIP_CONNECT_COMPAT_TESTS: 1
           SPARK_CONNECT_TESTING_REMOTE: sc://localhost
         run: |
           # Make less noisy


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

Reply via email to