Skip to content

Commit

Permalink
cdh kli
Browse files Browse the repository at this point in the history
  • Loading branch information
rrajesh-cloudera committed Nov 9, 2023
1 parent c86acb1 commit d85fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/preemption/preemption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ var _ = ginkgo.Describe("Preemption", func() {
})

// Define sleepPod
sleepPodConfigs := createSandbox1SleepPodCofigs(3, 600)
sleepPodConfigs := createSandbox1SleepPodCofigsWithStaticNode(3, 600)
sleepPod4Config := k8s.SleepPodConfig{Name: "sleepjob4", NS: dev, Mem: sleepPodMemLimit, Time: 600, Optedout: k8s.Allow, Labels: map[string]string{"queue": "root.sandbox2"}, RequiredNode: nodeName}
sleepPodConfigs = append(sleepPodConfigs, sleepPod4Config)

Expand Down

0 comments on commit d85fa9a

Please sign in to comment.