Skip to content

Commit

Permalink
[SPARK-44494][INFRA][3.4] Use minikube v1.30.1 for `k8s-integration…
Browse files Browse the repository at this point in the history
…-tests`

### What changes were proposed in this pull request?
This pr change to use `minikube` v1.30.1 for `k8s-integration-tests` on GitHub Action, this is a temporary solution.
This PR also leaves a TODO:

- SPARK-44495: Resume to use the latest minikube for `k8s-integration-tests` on GitHub Action

### Why are the changes needed?
Restore `k8s-integration-tests` GA testing

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
- `k8s-integration-tests` test pass on GitHub Action

Closes #42162 from LuciferYang/SPARK-44494-34.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
  • Loading branch information
LuciferYang committed Jul 26, 2023
1 parent 59fcecb commit a05c27e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,9 @@ jobs:
- name: 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
Expand Down

0 comments on commit a05c27e

Please sign in to comment.