-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-44494][INFRA] Use minikube
v1.30.1 for k8s-integration-tests
#42091
Conversation
@@ -1009,7 +1009,8 @@ 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 | |||
curl -LO https://storage.googleapis.com/minikube/releases/v1.30.1/minikube-linux-amd64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest version is v1.31.0 and the k8s-it failed last 2 days
@Yikun @HyukjinKwon I haven't found the root cause of the failure yet. This pr is trying to restore GA using last successful minikube version first. WDYT? |
Yeah, if it fixes the build it's good |
k8s-integration-tests
k8s-integration-tests
minikube
v1.30.1 for k8s-integration-tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you for recovering CI, @LuciferYang .
### 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 57b985c) Signed-off-by: Dongjoon Hyun <[email protected]>
Merged to master/3.5. If we need this to branch-3.4 and older, please feel free to backport it, @LuciferYang . |
@dongjoon-hyun OK ~ |
### 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 apache#42091 from LuciferYang/SPARK-44494. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
### 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 apache#42091 from LuciferYang/SPARK-44494. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This pr change to use
minikube
v1.30.1 fork8s-integration-tests
on GitHub Action, this is a temporary solution.This PR also leaves a TODO:
k8s-integration-tests
on GitHub ActionWhy are the changes needed?
Restore
k8s-integration-tests
GA testingDoes this PR introduce any user-facing change?
No
How was this patch tested?
k8s-integration-tests
test pass on GitHub Action