Patrick Ohly
Patrick Ohly
**Feature request checklist** - [X] There are no issues that match the desired change - [X] The change is large enough it can't be addressed with a simple Pull Request...
It's unexpected when a job runs a different set of tests than specified by LABEL_FILTER. Not only that, at least for periodic jobs it would be desirable to have only...
### Enhancement Description The implementation of the scheduler plugin for [structured parameters](https://github.com/kubernetes/enhancements/issues/4381) does not implement the [PreFilterExtensions](https://github.com/kubernetes/kubernetes/blob/e4c1f980b76fecece30c2f77885a7117192170a6/pkg/scheduler/framework/interface.go#L498-L508) hooks. Therefore the scheduler cannot determine whether preemption should be used to free...
### Enhancement Description - One-line enhancement description (can be used as a release note): Marking devices as tainted can prevent using them for new pods and/or cause pods using them...
- One-line PR description: DRA device taints: document state in 1.35 and plan beta in 1.36 - Issue link: #5055 - Other comments: The actual implementation in 1.35 was a...
https://github.com/kubernetes/test-infra/pull/36028 broke https://testgrid.k8s.io/conformance-all#local-up-cluster,%20master%20(dev) and https://testgrid.k8s.io/sig-node-dynamic-resource-allocation#ci-dra-integration (both using local-up-cluster.sh). Instead of merging an image bump blindly and hoping that it goes well, let's do at least some trial runs with jobs...
All jobs using e2e-k8s.sh with PARALLEL=true automatically skipped serial tests even though technically they now could run in the job: https://github.com/kubernetes-sigs/kind/blame/d1eecc46e30cac9d35cd32dc52677ef75ec22e18/hack/ci/e2e-k8s.sh#L226-L234 https://github.com/kubernetes-sigs/kind/pull/4015 is changing that mandatory skip for jobs using...