This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 3ab4cf2 [SPARK-54791] Increase `setup-minikube` resources to 3 cores
and 10240m
3ab4cf2 is described below
commit 3ab4cf28157efb06bbbd8b296ec6d353defd074f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Dec 20 00:04:18 2025 -0800
[SPARK-54791] Increase `setup-minikube` resources to 3 cores and 10240m
### What changes were proposed in this pull request?
This PR aims to increase `setup-minikube` resources
- CPU CORES: `2` -> `3`
- MEMORY: `6144m` -> `10240m`
### Why are the changes needed?
To make the K8s integration CI more robust by taking advantage of the full
available GitHub Action runner resources (4 cores, 16GB).
### 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 #440 from dongjoon-hyun/SPARK-54791.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index af85d97..e96b54c 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -109,8 +109,8 @@ jobs:
with:
cache: true
kubernetes-version: ${{ matrix.kubernetes-version }}
- cpus: 2
- memory: 6144m
+ cpus: 3
+ memory: 10240m
- name: Set Up Go
uses: actions/setup-go@v5
- name: Set Up Chainsaw
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]