peter-toth commented on code in PR #829:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/829#discussion_r4027891384


##########
.github/workflows/build_and_test.yml:
##########
@@ -176,6 +182,13 @@ jobs:
         run: |
           kubectl get pods -A
           kubectl describe node
+      - name: Install Kueue
+        if: matrix.mode == 'kueue'
+        run: |
+          kubectl apply --server-side -f 
https://github.com/kubernetes-sigs/kueue/releases/download/${{ 
env.KUEUE_VERSION }}/manifests.yaml

Review Comment:
   Filed SPARK-59578. I checked `defaultLocalQueueApplies` against v0.19.4 and 
it is ungated, unlike `ApplyDefaultWorkloadPriorityClass` right below it, so 
the doc reword is the right fix. Keeping CI as is.
   



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