Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

LuciferYang
Copy link
Contributor

@LuciferYang LuciferYang commented Jul 20, 2023

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

@github-actions github-actions bot added the INFRA label Jul 20, 2023
@@ -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
Copy link
Contributor Author

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

@LuciferYang
Copy link
Contributor Author

LuciferYang commented Jul 20, 2023

@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?

@HyukjinKwon
Copy link
Member

Yeah, if it fixes the build it's good

@LuciferYang
Copy link
Contributor Author

image

seems ok, let me pr description and leave a TODO

@github-actions github-actions bot added the R label Jul 20, 2023
@LuciferYang LuciferYang changed the title [SPARK-44494] Test use minikube 1.30.1 to test [SPARK-44494][INFRA] Use minikube v1.30.1 for k8s-integration-tests Jul 20, 2023
@LuciferYang LuciferYang changed the title [SPARK-44494][INFRA] Use minikube v1.30.1 for k8s-integration-tests [SPARK-44494][INFRA] Use minikube v1.30.1 for k8s-integration-tests Jul 20, 2023
@github-actions github-actions bot removed the R label Jul 20, 2023
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a 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 .

dongjoon-hyun pushed a commit that referenced this pull request Jul 20, 2023
### 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]>
@dongjoon-hyun
Copy link
Member

Merged to master/3.5. If we need this to branch-3.4 and older, please feel free to backport it, @LuciferYang .

@LuciferYang
Copy link
Contributor Author

@dongjoon-hyun OK ~

LuciferYang added a commit to LuciferYang/spark that referenced this pull request Jul 26, 2023
### 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]>
ragnarok56 pushed a commit to ragnarok56/spark that referenced this pull request Mar 2, 2024
### 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants