kubernetes/test/e2e/scheduling
Jan Chaloupka cc5ec714c1 fix(SchedulerPreemption/Async): schedule all medium priority pods first so all low priority pods can be preempted
If not all medium priority pods are allowed to preempt low priority pods
first the high priority pods may occupy the low priority spot and
disallow medium priority pods to preempt all low priority pods. Thus
leaving some low priority pods without a DeletionTimestamp field set and
failing the "Check all low priority pods to be about to preempted."
check.
2025-11-20 17:03:23 +01:00
..
events.go chore(scheduler): refactor import package ordering 2024-09-18 20:31:03 +08:00
framework.go e2e: enhance SIGDescribe 2023-10-10 18:15:49 +02:00
limit_range.go feat: Add matcher and conformance tests ensuring that RV is uint128 2025-10-01 00:01:50 +00:00
OWNERS
predicates.go [sig-scheduling] SchedulerPreemption [Serial] validates various priority Pods preempt expectedly with the async preemption: replace finalizers with preStop hook and TerminationGracePeriodSeconds 2025-05-13 15:06:04 +02:00
preemption.go fix(SchedulerPreemption/Async): schedule all medium priority pods first so all low priority pods can be preempted 2025-11-20 17:03:23 +01:00
priorities.go remove unused GetNonzeroRequests function 2024-10-10 23:52:25 +08:00
ubernetes_lite.go test: remove implicit inclusion of "name" label in utils functions 2025-02-13 12:48:30 +01:00
workload.go e2e: Add tests for Workload API 2025-11-06 09:36:45 +00:00