Merge pull request #129750 from googs1025/scheduler/add_integration_for_queuesortplugin

feature: add scheduler queuesort plugins integration test
This commit is contained in:
Kubernetes Prow Robot
2025-02-05 03:08:17 -08:00
committed by GitHub
4 changed files with 140 additions and 26 deletions

View File

@@ -98,7 +98,7 @@ func TestUpdateNodeEvent(t *testing.T) {
}},
})
testCtx, teardown := schedulerutils.InitTestSchedulerForFrameworkTest(t, testContext, 0,
testCtx, teardown := schedulerutils.InitTestSchedulerForFrameworkTest(t, testContext, 0, true,
scheduler.WithProfiles(cfg.Profiles...),
scheduler.WithFrameworkOutOfTreeRegistry(registry),
)