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

sarutak 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 3b117df  [MINOR][INFRA] Add -Pdocker-integration-tests to GitHub 
Action Scala 2.13 build job
3b117df is described below

commit 3b117df4f8c571ec1c6c55047cc0434ad909bfc9
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Tue Dec 8 14:11:39 2020 +0900

    [MINOR][INFRA] Add -Pdocker-integration-tests to GitHub Action Scala 2.13 
build job
    
    ### What changes were proposed in this pull request?
    
    This aims to add `-Pdocker-integration-tests` at GitHub Action job for 
Scala 2.13 compilation.
    
    ### Why are the changes needed?
    
    We fixed Scala 2.13 compilation of this module at 
https://github.com/apache/spark/pull/30660 . This PR will prevent accidental 
regression at that module.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass GitHub Action Scala 2.13 job.
    
    Closes #30661 from dongjoon-hyun/SPARK-DOCKER-IT.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Kousuke Saruta <saru...@oss.nttdata.com>
    (cherry picked from commit 3a6546d3858e7c184f36cb6c4fd454f2142460f0)
    Signed-off-by: Kousuke Saruta <saru...@oss.nttdata.com>
---
 .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 5a41434..626bb4e 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 -Pscala-2.13 compile test:compile
+        ./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver 
-Phadoop-cloud -Pkinesis-asl -Pdocker-integration-tests -Pscala-2.13 compile 
test:compile
 
   hadoop-2:
     name: Hadoop 2 build with SBT


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

Reply via email to