LuciferYang commented on code in PR #48406:
URL: https://github.com/apache/spark/pull/48406#discussion_r1794992036


##########
.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:
   hmm... do you want to migrate `k8s-integration-tests` into `container` 
first? `k8s-integration-tests` does not rely on the base image for execution 
now.



-- 
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]

Reply via email to