This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new d3dc60299eab [SPARK-55307][K8S][INFRA] Update `setup-minikube` to
v0.0.21
d3dc60299eab is described below
commit d3dc60299eab0ebf8ca2e352e68572e9ce9a137a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 1 23:05:50 2026 -0800
[SPARK-55307][K8S][INFRA] Update `setup-minikube` to v0.0.21
### What changes were proposed in this pull request?
This PR aims to update `setup-minikube` to the latest version v0.0.21.
### Why are the changes needed?
To use the latest one.
- https://github.com/medyagh/setup-minikube/releases/tag/v0.0.21
- https://github.com/medyagh/setup-minikube/pull/779
- https://github.com/medyagh/setup-minikube/pull/712
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54087 from dongjoon-hyun/SPARK-55307.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 2ed9734fd64c..dffb75ab3450 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1410,7 +1410,7 @@ jobs:
sudo apt update
sudo apt-get install r-base
- name: Start Minikube
- uses: medyagh/[email protected]
+ uses: medyagh/[email protected]
with:
kubernetes-version: "1.35.0"
# Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for
better resource statistic
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]