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 2020/12/11 16:05:29 UTC

[spark] branch branch-3.1 updated: [MINOR][INFRA] Add kubernetes-integration-tests to GitHub Actions for Scala 2.13 build

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

gurwls223 pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 45573d9  [MINOR][INFRA] Add kubernetes-integration-tests to GitHub Actions for Scala 2.13 build
45573d9 is described below

commit 45573d94389062b9050c62fc1226b9ce4c0406ff
Author: Kousuke Saruta <sa...@oss.nttdata.com>
AuthorDate: Sat Dec 12 00:53:31 2020 +0900

    [MINOR][INFRA] Add kubernetes-integration-tests to GitHub Actions for Scala 2.13 build
    
    ### What changes were proposed in this pull request?
    
    This PR adds `kubernetes-integration-tests` to GitHub Actions for Scala 2.13 build.
    
    ### Why are the changes needed?
    
    Now that the build pass with `kubernetes-integration-tests` and Scala 2.13, it's better to keep it build-able.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Should be done by GitHub Actions.
    I also confirmed that the build passes with the following command.
    ```
    $ build/sbt -Pscala-2.13 -Pkubernetes -Pkubernetes-integration-tests compile test:compile
    ```
    
    Closes #30731 from sarutak/github-actions-k8s.
    
    Authored-by: Kousuke Saruta <sa...@oss.nttdata.com>
    Signed-off-by: HyukjinKwon <gu...@apache.org>
    (cherry picked from commit 29cc5b3f235ff178cf888f16877e6e0fd44253cc)
    Signed-off-by: HyukjinKwon <gu...@apache.org>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 626bb4e..92c1f29 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -414,7 +414,7 @@ jobs:
     - name: Build with SBT
       run: |
         ./dev/change-scala-version.sh 2.13
-        ./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Phadoop-cloud -Pkinesis-asl -Pdocker-integration-tests -Pscala-2.13 compile test:compile
+        ./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver -Phadoop-cloud -Pkinesis-asl -Pdocker-integration-tests -Pkubernetes-integration-tests -Pscala-2.13 compile test:compile
 
   hadoop-2:
     name: Hadoop 2 build with SBT


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