dongjoon-hyun commented on code in PR #77:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/77#discussion_r1724162744


##########
.github/workflows/build_and_test.yml:
##########
@@ -60,9 +60,18 @@ jobs:
         run: |
           ./gradlew buildDockerImage
           docker run spark-kubernetes-operator:$(./gradlew properties | grep 
'^version:' | awk '{print $2}')
-  k8s-integration-tests:
-    name: "K8s Integration Tests"
+  k8s-integration-and-e2e-tests:
+    name: "K8s Integration & E2E Tests"
     runs-on: ubuntu-latest
+    strategy:
+      fail-fast: false
+      matrix:
+        kubernetes_versions:
+          - "1.23.0"

Review Comment:
   Since Apache Spark officially supports K8s 1.27+ only, we had better have 
`1.27.0` instead of `1.23.0` here.
    - https://github.com/apache/spark/pull/46168



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