dongjoon-hyun opened a new pull request, #829:
URL: https://github.com/apache/spark-kubernetes-operator/pull/829

   ### What changes were proposed in this pull request?
   
   This PR adds a `kueue` E2E test group that verifies Spark resources without a
   `kueue.x-k8s.io/queue-name` label are left alone when Kueue is installed and 
the operator holds the
   opt-in Kueue RBAC rules.
   
   - Add `tests/e2e/kueue/chainsaw-test.yaml`. It applies `examples/pi.yaml` and
     `examples/qa-cluster-with-one-worker.yaml`, asserts each reaches its 
terminal state through the
     shared assertions in `tests/e2e/assertions/`, and asserts that no 
`Workload` is created. Like the
     `pi-java25`, `pi-with-comet` and `pi-with-gluten` groups, it reuses the 
shipped examples instead of
     carrying its own manifests.
   - Run it from the `K8s Integration Tests` job as a new `kueue` mode, which 
installs
     [Kueue 
v0.19.4](https://github.com/kubernetes-sigs/kueue/releases/tag/v0.19.4) 
(released on
     2026-09-10) and deploys the operator with
     `tests/e2e/helm/helm-test-values/kueue/values.yaml`.
   
   ### Why are the changes needed?
   
   Kueue support is opt-in, but nothing covers that switch being off. A 
regression that queued every
   resource once Kueue is present would go unnoticed today.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 5


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