Files
kubernetes/test/integration/scheduler_perf/.import-restrictions
Patrick Ohly 034528a9f0 scheduler perf: add DynamicResourceAllocation test cases
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.
2023-05-04 13:08:06 +02:00

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