Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb committed Apr 27, 2024
1 parent c4a749e commit bfea73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/features/kube_features.go
Expand Up @@ -86,7 +86,7 @@ const (
// owner: @vicenteferrara
// kep: https://github.com/kubernetes-sigs/kueue/tree/3347afb5a8681f4fd2a5f3b1a5be8c5c0ebac488/keps/77-dynamically-sized-jobs
// alpha: v0.8
DynamicallySizedJobs featuregate.Feature = "DynamicallySizedJobs"
ResizableJobs featuregate.Feature = "ResizableJobs"
)

func init() {
Expand All @@ -108,7 +108,7 @@ var defaultFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
PrioritySortingWithinCohort: {Default: true, PreRelease: featuregate.Beta},
MultiKueue: {Default: false, PreRelease: featuregate.Alpha},
LendingLimit: {Default: false, PreRelease: featuregate.Alpha},
DynamicallySizedJobs: {Default: false, PreRelease: featuregate.Alpha},
ResizableJobs: {Default: false, PreRelease: featuregate.Alpha},
}

func SetFeatureGateDuringTest(tb testing.TB, f featuregate.Feature, value bool) func() {
Expand Down

0 comments on commit bfea73e

Please sign in to comment.