Kubernetes Prow Robot
|
e0859f91b7
|
Merge pull request #131887 from ania-borowiec/extract_cyclestate_interface
Moving Scheduler interfaces to staging: split CycleState into interface and implementation, move interface to staging repo
|
2025-05-30 04:00:18 -07:00 |
|
Ania Borowiec
|
d75af825fb
|
Extract interface CycleState and move is to staging repo. CycleState implementation remains in k/k/pkg/scheduler/framework
|
2025-05-29 16:18:36 +00:00 |
|
Kensei Nakada
|
f694c58c6c
|
feat: graduate QueueingHint to GA
|
2025-05-26 21:23:46 +02:00 |
|
Maciej Skoczeń
|
c7919f5e22
|
Pop from the backoffQ when the activeQ is empty
|
2025-03-20 16:07:13 +00:00 |
|
Shereen Haj
|
8a1057a804
|
test: sched: replace pointer use with ptr
As `pointer` functions are deprecated, replace those functions calls
with `ptr.To`.
Fixes: https://github.com/kubernetes/kubernetes/issues/130408
Signed-off-by: Shereen Haj <shajmakh@redhat.com>
|
2025-02-28 17:24:19 +02:00 |
|
Kensei Nakada
|
429abe33f1
|
fix: split TestCoreResourceEnqueue to deal with the timeout issue
|
2024-11-13 11:53:42 -07:00 |
|
Kensei Nakada
|
6e19d5ac79
|
fix: move the queueing integration tests to another package to address the timeout issue
|
2024-11-08 02:33:57 +09:00 |
|