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

yikun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fd201e  [SPARK-44494] Pin minikube to v1.30.1 to fix spark-docker K8s 
CI
6fd201e is described below

commit 6fd201e7c6e6a36c7a18e3b5877c3616081a05cf
Author: Yikun Jiang <yikunk...@gmail.com>
AuthorDate: Thu Aug 17 15:30:59 2023 +0800

    [SPARK-44494] Pin minikube to v1.30.1 to fix spark-docker K8s CI
    
    ### What changes were proposed in this pull request?
    Pin minikube to v1.30.1 to fix spark-docker K8s CI.
    
    ### Why are the changes needed?
    Pin minikube to v1.30.1 to fix spark-docker K8s CI
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    CI passed
    
    Closes #53 from Yikun/minikube.
    
    Authored-by: Yikun Jiang <yikunk...@gmail.com>
    Signed-off-by: Yikun Jiang <yikunk...@gmail.com>
---
 .github/workflows/main.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 870c8c7..fe755ed 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -243,7 +243,9 @@ jobs:
       - name: Test - Start minikube
         run: |
           # See more in "Installation" https://minikube.sigs.k8s.io/docs/start/
-          curl -LO 
https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
+          # curl -LO 
https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
+          # TODO(SPARK-44495): Resume to use the latest minikube for 
k8s-integration-tests.
+          curl -LO 
https://storage.googleapis.com/minikube/releases/v1.30.1/minikube-linux-amd64
           sudo install minikube-linux-amd64 /usr/local/bin/minikube
           # Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for 
better resource statistic
           minikube start --cpus 2 --memory 6144


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

Reply via email to