This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 337248d2012 [SPARK-44494][INFRA] Use `minikube` v1.30.1 for
`k8s-integration-tests`
337248d2012 is described below
commit 337248d201250af7b244406abf2888b0a7e08ea2
Author: yangjie01 <[email protected]>
AuthorDate: Thu Jul 20 03:22:34 2023 -0700
[SPARK-44494][INFRA] Use `minikube` v1.30.1 for `k8s-integration-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 #42091 from LuciferYang/SPARK-44494.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 57b985c5d57eea614024a4e125eba63663978de3)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index f5a109d95de..54fe9f38ddd 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -998,7 +998,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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]