TQJADE commented on code in PR #77:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/77#discussion_r1724418978
##########
.github/workflows/build_and_test.yml:
##########
@@ -72,14 +81,18 @@ jobs:
java-version: 21
distribution: 'adopt'
cache: 'gradle'
- - name: start minikube
+ - name: Set Up Minikube
+ uses: medyagh/[email protected]
+ with:
+ cache: true
+ kubernetes-version: ${{ matrix.kube-version }}
+ cpu: 4
Review Comment:
Changed to cpu 2.
I was thinking once we add more e2e test, the Minikube might not large
enough to run these tests in parallel.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]