LuciferYang commented on code in PR #48406:
URL: https://github.com/apache/spark/pull/48406#discussion_r1795018761
##########
.github/workflows/build_and_test.yml:
##########
@@ -1074,7 +1074,7 @@ jobs:
needs: precondition
if: fromJson(needs.precondition.outputs.required).k8s-integration-tests ==
'true'
name: Run Spark on Kubernetes Integration test
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
Review Comment:
Perhaps we could try moving the tests into the container, and then install
minikube by default, but only start it when running `k8s-integration-tests`?
However, this configuration will be reused for the daily tests of
branch-3.x, so we need to carefully consider how to ensure compatibility.
--
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]