mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
The default scheduler configuration must be based on the v1 API where the plugin is enabled by default. Then if (and only if) the DynamicResourceAllocation feature gate for a test is set, the corresponding API group also gets enabled. The normal dynamic resource claim controller is started if needed to create ResourceClaims from ResourceClaimTemplates. Without the upcoming optimizations in the scheduler, scheduling with dynamic resources is fairly slow. The new test cases take around 15 minutes wall clock time on my desktop.
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
rules:
|
|
# test/integration should not use test/e2e, but reusing the
|
|
# DRA test driver for the simulated cluster during scheduling
|
|
# tests is fine.
|
|
- selectorRegexp: k8s[.]io/kubernetes/test/e2e
|
|
allowedPrefixes:
|
|
- k8s.io/kubernetes/test/e2e/dra/test-driver
|