Merge pull request #105424 from kerthcet/cleanup/remove-scheduler-policy-config

remove scheduler policy config
This commit is contained in:
Kubernetes Prow Robot
2021-10-08 10:57:23 -07:00
committed by GitHub
24 changed files with 47 additions and 1669 deletions

View File

@@ -56,7 +56,6 @@ func TestCoreResourceEnqueue(t *testing.T) {
testCtx := testutils.InitTestSchedulerWithOptions(
t,
testutils.InitTestAPIServer(t, "core-res-enqueue", nil),
nil,
scheduler.WithPodInitialBackoffSeconds(0),
scheduler.WithPodMaxBackoffSeconds(0),
)
@@ -241,7 +240,6 @@ func TestCustomResourceEnqueue(t *testing.T) {
testCtx = testutils.InitTestSchedulerWithOptions(
t,
testCtx,
nil,
scheduler.WithProfiles(cfg.Profiles...),
scheduler.WithFrameworkOutOfTreeRegistry(registry),
scheduler.WithPodInitialBackoffSeconds(0),