Skip to content

Commit

Permalink
[YUNIKORN-2068] E2E Test for Preemption
Browse files Browse the repository at this point in the history
  • Loading branch information
rrajesh-cloudera committed Nov 9, 2023
1 parent 5fbc97f commit c86acb1
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 @@ -567,7 +567,7 @@ var _ = ginkgo.Describe("Preemption", func() {
annotation = "ann-" + common.RandSeq(10)
yunikorn.UpdateCustomConfigMapWrapper(oldConfigMap, "", annotation, func(sc *configs.SchedulerConfig) error {
// remove placement rules so we can control queue
sc.Partitions[0].PlacementRules = []configs.PlacementRule{{Name: "provided", Value: "namespace", Create: true}}
sc.Partitions[0].PlacementRules = nil
var err error
if err = common.AddQueue(sc, "default", "root", configs.QueueConfig{
Name: "sandbox1",
Expand Down

0 comments on commit c86acb1

Please sign in to comment.