Skip to content

Commit

Permalink
Merge pull request #3402 from wuyueandrew/issue3367-release-1.9
Browse files Browse the repository at this point in the history
register nodegroup plugin to factory
  • Loading branch information
volcano-sh-bot authored Apr 12, 2024
2 parents fe0fb22 + 6677547 commit 158ab8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scheduler/plugins/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"volcano.sh/volcano/pkg/scheduler/plugins/drf"
"volcano.sh/volcano/pkg/scheduler/plugins/extender"
"volcano.sh/volcano/pkg/scheduler/plugins/gang"
"volcano.sh/volcano/pkg/scheduler/plugins/nodegroup"
"volcano.sh/volcano/pkg/scheduler/plugins/nodeorder"
"volcano.sh/volcano/pkg/scheduler/plugins/numaaware"
"volcano.sh/volcano/pkg/scheduler/plugins/overcommit"
Expand Down Expand Up @@ -57,6 +58,7 @@ func init() {
framework.RegisterPluginBuilder(rescheduling.PluginName, rescheduling.New)
framework.RegisterPluginBuilder(usage.PluginName, usage.New)
framework.RegisterPluginBuilder(pdb.PluginName, pdb.New)
framework.RegisterPluginBuilder(nodegroup.PluginName, nodegroup.New)

// Plugins for Queues
framework.RegisterPluginBuilder(proportion.PluginName, proportion.New)
Expand Down

0 comments on commit 158ab8d

Please sign in to comment.